/* Styling for Playlist */
#videocontainer
{
	width:100%;
	text-align:left;
	padding:0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}
#playlist
{
	width: 400px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
	margin: 5px 0 5px 0;
}
#playlist th
{
	padding: 5px 1px 1px 1px;
	font-weight: normal;  
	font-size: 14px;
	color: #bad647;
}
#playlist tbody
{
	background: #eee;
}
#playlist td
{
	padding: 1px;
	color: #333;
	border-top: 1px dashed #fff;  
	text-align: left;     	

}
#playlist tbody tr:hover td
{
	color: #111;
	background: #bad647;
	cursor: pointer;
}

   
