.less {
	color: #999;
	font-size: 12px;
}

a {
	color: #295c72;
}

div#statusAnimation {
	display: none;
	position: absolute;
	height: 110px;
	width: 200px;
	top: 50%;
	left: 50%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding-top: 90px;
	margin-left: -100px;
	margin-top: -100px;
	opacity: 1;
	z-index: 3
}

/* player style */
/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	width:400px;
	height:250px;
	background: url(../img/flowplayer-back.jpg);
	padding:0;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:85px;
	border:0;	
}
	

/* playlist style */
 div#playlist {
	width:271px;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #000;
	padding:4px 10px 12px 10px;
	background-color:#b29264;
}

/* playlist entry */
#playlist a {
	display:block;
	width:250px;
	height:90px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top: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;
	background:url(../js/flowplayer/img/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}
