﻿/* Flow Player styles */
	/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	/*background:url(../flplayer/splash.png) no-repeat;*/
	height:310px;
	width:400px;
	/* padding:0 126px 75px 127px; */
	padding:0 99px 75px 100px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	}
a.player { 		margin-top:0px;		 	}

/*{{{ 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(../flplayer/h46.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:21px;
	width:195px;
	font-size:12px;
	/*font-family:"Courier New", Courier, monospace;*/
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:black;
	cursor:pointer;			}
.clips a.first { border-top-width:1px;}
.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(../flplayer/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;			}
.clips a.progress {	opacity:0.6;		}
.clips a.paused {	background-position:0px 0px;	}
.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 */
.clips.petrol a {
	background-color:#193947;
	/*color:#fff;*/ color:#99CCFF;
	border:1px outset #193947;		}
.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background:url(../flplayer/darkv2.png) no-repeat 0px -46px;
	border:0;			}
.clips.petrol a.paused { 	background-position:0 0;	}
.clips.petrol a span {	/*color:#aaa;*/color:white;}
.clips.petrol a em { 	color:#FCA29A;   	font-weight:bold; }	
.clips.petrol a:hover { 	background-color:#274D58; border:thin red solid;	 } 
.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:transparent !important; 
}
/*}}}*/

/*{{{ low version */
.clips.low a {		height:31px;}
.clips.low a.playing, .clips.low a.paused, .clips.low a.progress {
	background-image:url(../flplayer/light_small.png);
	background-position:0 0;
}
.clips.low a.paused { 	background-position:0 0;	}
/*}}}*/

/*{{{ go buttons */
a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(../flplayer/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(../flplayer/down.png);	}
.petrol a.go { 	background-image:url(../flplayer/up_dark.png);		}
.petrol a.go.down { 	background-image:url(../flplayer/down_dark.png);		}
a.go.disabled { 	visibility:hidden;		}
/*}}}*/

