h1.tag {
	color: white;
	background: #666 url(/pix/iconen/tag-groot-wit-op-666.gif) no-repeat 0 10px;
	padding-left: 60px;
	font-size: 36px;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
}

h1.globaltag {
	color: white;
	background: #8c0000 url(/pix/iconen/tag-groot-wit-op-8c0000.gif) no-repeat 0 10px;
	padding-left: 60px;
	padding-bottom: 20px;
	font-size: 36px;
}

#taglist {
	background-color: white;
	width: 1000px;
	border: 1px #666;
	border-style: solid none none none;
}


#taglist td, #taglist td.header {
	border: 1px #666;
	border-style: none solid solid none;
	padding: 2px;
	background-repeat: no-repeat;
	height: 20px;
}

#taglist td.header {
	padding: 2px 5px;
}

#taglist td.white {
	background-color: white !important;
}

#taglist td.last {
	border-right-style: none;
}

#taglist td.nowrap {
	white-space: nowrap;
}

#taglist td.img {
	padding: 0 0 0 36px;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
}


#taglist td.highlight {
	background-color: #ccc;
}

#taglist td.header {
	background-color: #ccc;
	font-weight: bold;
}

#taglist td.header img {
	margin-left: 6px;
}

#taglist td.sort {
	cursor: hand;
	cursor: pointer;
  color: #d30202;
}

#taglist td.sortdesc, #taglist td.sortasc {
	color: #D30202;
	background: #ccc url(/pix/icons/sort-up.png) no-repeat 5px 5px;
	padding-left: 20px;
}

#taglist td.sortasc {
	background-image: url(/pix/icons/sort-down.png);
}

#taglist td.delete {
	background: #ccc url(/pix/iconen/delete.png) no-repeat;
	width: 9px;
}

#taglist tr.mo td.highlight ul.tags {
	background: url(/pix/iconen/tag-donkergrijs-op-999.gif) -3px 0 no-repeat;
}

#taglist .tagCol,
#taglist .tagCol div,
#taglist .titelCol div,
#taglist .artiestCol div {
  width: 250px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

#taglist .titelCol div {
  width: 351px;
}

#taglist .artiestCol div {
  width: 166px;
}

/*
#taglist tr.mo td.highlight ul.tags li {
	background-image: url(/pix/iconen/bullet-donkergrijs-op-999.gif);
}
*/

div.score {
	height: 10px;
	background-color: #999;
}

div.score-rand {
	width: 40px;
	border: 1px solid #999;
}

td.highlight div.score {
	background-color: #666;
}
td.highlight div.score-rand {
	border-color: #666;
}

#blader {
	width: 1000px;
	height: 20px;
	background-color: #ccc;
	line-height: 20px;
}

#blader img {
	float: right;
}

#blader span {
	float: right;
}

