@charset "UTF-8";
/* CSS Document */

#playlist {
		border: 1px solid #666666;
	}

	#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		color:#666633;
		font-weight:bold;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	#playlist tbody tr td a{
		font-family: "lucida grande", verdana, sans-serif;
		color:#666633;
		font-weight:bold;
		font-size: 8pt;
			text-decoration: underline;	
	}
	
	#playlist tbody tr.selected td {
		background-color:#999966;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	
	#playlist tbody tr.selected td a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;		
	}
	
	#playlist tbody tr.top td {
		background-color:#006699;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	#playlist tbody tr.rule td {
		background-color:#006633;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	
	#playlist tbody tr.rule td a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;		
	}
.style3 {color: #990000; font-weight: bold; }
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#playlist tbody tr.rule td a:visited {
	text-decoration: none;
	color: #0099CC;
}
#playlist tbody tr.rule td a:hover {
	text-decoration: underline;
	color:#FFFFFF
}
#playlist tbody tr.rule a:active {
	text-decoration: none;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}