

/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

.playlist .clips {	
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:260px;	
}

.clips a {
	background:url(images/flowplayer/h80.png);
	display:block;
	background-color:#CCCCCC;  /*This controls the background color of the buttons*/
	padding:12px 15px;
	height:42px;
	width:195px;
	font-family: Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	border:1px outset #ccc;		
	text-decoration:none;
	/*letter-spacing:-1px;*/
	cursor:pointer;
	color: black;
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(images/flowplayer/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	background-color:#f9f9fa;		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored, edited to use smaller buttons from "low" style */

.clips.petrol a {
	height:31px;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background-image:url(/images/flowplayer/light_small.png);
	background-position:0 -55px;
}

.clips.petrol a.paused {
	background-position:0 0;	
}



.clips.petrol a span {
	color:#aaa;
}

.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.petrol a:hover {
	background-color:#F2F2F2; /*This controls the background color of the buttons while hovering*/		
} 

.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}




/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/flowplayer/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/images/flowplayer/down.png);	
}

.petrol a.go {
	background-image:url(/images/flowplayer/up_dark.png);		
}

.petrol a.go.down {
	background-image:url(/images/flowplayer/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


/* These following bits copied from the style stuff in the individual playlist page, not sure why it was there instead of originally in this .css file */

	/* container has a background image */

a.player {	
	display:block;
	width:500px;
	height:280px;
	text-align:center;
	color:#F2F2F2;
	text-decoration:none;
	cursor:pointer;
	background:#000 url(/images/flowplayerh500.png) repeat-x 0 0;

	background:-moz-linear-gradient(top, rgba(166, 166, 166, 0.9), rgba(204, 204, 204, 0.9));
	

	/*dark background: 
	background:-moz-linear-gradient(top, rgba(0, 24, 66, 0.9), rgba(66, 75, 89, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
	*/
}

a.player:hover {
	/*background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));*/	
}

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

	a.player {
		margin-top:0px;		
	}