td {
  color: black;
  font-size: 11pt;
}
li{
  font-size: 11pt;
  color: #ddd066;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.noUnderline{
	text-decoration: none;
	padding: 0px;
}
a.noUnderline:hover{
	text-decoration: none;	
}
a img{
	border: 0px;
}

.pageMainHeader{
	color: #ddd066;
	text-align: center;
}

.boldWhite{
	font-weight:bold; 
	color:white;	
}

#leftColumn{
	float: left; 
	width: 100px; 
	position: relative; 
	padding: 0px 10px 10px 0px;
}

#rightColumn{
	margin-left: 111px; 
	/*margin-top: 10px;*/	
}

#rightColumnHeader{
	position: relative; 
	height: 0px; 
	width: 835px;	
}

#rightColumnContent{
	border:solid 0px #652e29; 
	background-color:#4e4b49;
	text-align: left;	
}

.videoHeader{
	background-color: 652f29;
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 3px;
}

#videoTable{
	/*width: 100%;*/
}

#videoTable .brokenLink{
	font-size: 9pt;
	color: #ddd066;
	float: right;
}

#videoTable .error{
	color:  #ddd066;
	font-weight: bold;
}

#videoMessage{
	color:  #ddd066;
	font-weight: bold;
}

.videoLatestSongName{
	color: #ddd066;
}

#videoTable #orderByCombobox{
	font-size: 10pt;
	float: right;
	color: 	#ddd066;
}

#videoTable #videoList{
	/*height: 600px;*/ 
	width: 100%; 
	/*overflow: auto;*/ 
	float: left;
}

#videoList .hiddenVideo{
	display: none;	
}

#showMore{
	color: #ddd066;
	font-size: 10pt;
}

#videoTable li{
	color: white;	
}

#videoSearchTable{
	width: 100%;
}

#videoSearchTable td{
	color: #ddd066;
}

#videoSearchTable .mandatoryMessage{
	font-size: 9pt;
}

#videoSuggestTable td{
	color: #ddd066;
}

.mandatorySign{
	color: red;
	font-size: 14pt;
}

#videoSuggestTable .mandatoryMessage{
	font-size: 9pt;
}

#details{
	position: absolute; 
	left:149px; 
	display:none; 
	border:solid 5px #652f29; 
	background-color: #4e4b49; 
	text-align: center; 
	width:170px; 
	z-index:1;
}

#detailArtist{
	font-weight: bold; 
	color: #ddd066;
}
#detailTitle{
	color: white; 
	font-weight: bold;
}

#topPicks{
	border:solid 1px #652f29; 
	background-color: #652f29; 
	text-align: center;
}
.mainTopMenuLink {
	color: white; 
	font-weight: bold;	
	font-size: 12pt;
}
.mainTopMenuLink:hover {
	text-decoration: none;	
}
