/* player style */
/* container has a background image */
a.player {	
	margin-top:10px;
	border:1px solid #ccc;
	display:block;
	background:url(/assets/flowplayer/wud2009/wud2009.jpg) no-repeat;
	width:480px;
	height:360px;
	padding:0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:140px;
	border:0;	
}


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:570px;
	height:375px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:0 0 0 10px;
	background-color:#efefef;
	margin-top:10px;
	float:left;
	clear:both;
}

/* playlist entry */
#playlist a {
	display:block;
	width:544px;
	height:50px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	margin-bottom:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:blue;
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	/*float:left;*/
	/*margin-right:10px;*/
	padding-left:0;
	color:#333;
	font-style:normal;
	margin-top:10px;
}
