/* playlist id added by Tanya Buyanova June 4, 2007 
to automatically add stripes to tables in any page that has the stripe() function included*/

table#playlist {
	border: solid 3px #666666;
	width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

table#playlist tbody tr td {
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height : 25px;
	}
	
table#playlist tbody tr.selected td {
	background-color: #AEB1D2;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #666699;
	border-bottom: 1px solid #666699;
	line-height: 27px; 
	}