table.tabtable {
  background-color: white;
  width: 1000px;
  border: 1px #666;
  border-style: solid none none none;
}


table.tabtable td, table.tabtable td.header {
  border: 1px #666;
  border-style: none solid solid none;
  padding: 2px;
  background-repeat: no-repeat;
  height: 20px;
}

table.tabtable td.header {
  padding: 2px 5px;
}

table.tabtable td.white {
  background-color: white !important;
}

table.tabtable td.last {
  border-right-style: none;
}

table.tabtable td.nowrap {
  white-space: nowrap;
}

table.tabtable td.img {
  padding: 0 0 0 36px;
  height: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
}


table.tabtable td.highlight {
  background-color: #ccc;
}

table.tabtable td.header {
  background-color: #ccc;
  font-weight: bold;
}

table.tabtable td.header img {
  margin-left: 6px;
}

table.tabtable td.sort {
  cursor: hand;
  cursor: pointer;
  color: #d30202;
}

table.tabtable td.sortdesc, table.tabtable td.sortasc {
  color: #D30202;
  background: #ccc url(/pix/icons/sort-up.png) no-repeat 5px 5px;
  padding-left: 20px;
}

table.tabtable td.sortasc {
  background-image: url(/pix/icons/sort-down.png);
}

table.tabtable td.delete {
  background: #ccc url(/pix/iconen/delete.png) no-repeat;
  width: 9px;
}

table.tabtable tr.mo td.highlight ul.tags {
  background: url(/pix/iconen/tag-donkergrijs-op-999.gif) -3px 0 no-repeat;
}

table.tabtable .tagCol,
table.tabtable .tagCol div,
table.tabtable .titelCol div,
table.tabtable .artiestCol div {
  width: 250px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

table.tabtable .titelCol div {
  width: 351px;
}

table.tabtable .artiestCol div {
  width: 166px;
}

table.tabtable td.highlight div.score {
  background-color: #666;
}
table.tabtable td.highlight div.score-rand {
  border-color: #666;
}

table.tabtable td.profileImage {
  padding-left: 38px;
  background-position: left center;
  background-repeat: no-repeat;
}

table.tabtable td.match {
  padding: 1px;
	width: 165px;
}

table.tabtable td.match div.match.placeholder {
  position: relative;
}

table.tabtable td.match div.match div {
  position: absolute;
	left: 0;
	top: -2px;
	height: 13px;
	padding: 2px 7px;
	cursor: auto;
}

table.tabtable td.match div.match div.fillcolor {
  background-color: #999;
}

table.tabtable td {
  cursor: default;
}

table.tabtable td.mouseover {
  cursor: pointer;
}

table.tabtable td div.audioicoon-fff {
  background: url('/pix/iconen/audio-animatie-lichtrood-op-fff.gif') top left no-repeat;
}

table.tabtable td div.audioicoon-ccc {
  background: url('/pix/iconen/audio-animatie-lichtrood-op-ccc.gif') top left no-repeat;
}

table.tabtable td.highlight div.audioicoon-fff {
  background: url('/pix/iconen/audio-animatie-lichtrood-op-ccc.gif') top left no-repeat;
}

table.tabtable td.highlight div.audioicoon-ccc {
  background: url('/pix/iconen/audio-animatie-lichtrood-op-999.gif') top left no-repeat;
}

table.tabtable td div.videoicoon-fff,
table.tabtable td div.videoicoon-ccc {
  background: url('/pix/iconen/video-animatie-lichtrood.gif') top left no-repeat;
}
