<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.jp-jplayer {
  /*border:1px solid #009be3;*/
}

div.controls{
	width: 170px;
	height: 24px;
	background: url("player_bg.png") repeat-x;
	margin: 0px 0px 3px 0px;
	font: bold 10px Arial;
	color: #98A1B2;
}

a.jp-play,
a.jp-pause,
a.jp-stop,
a.jp-mute,
a.jp-unmute{
	width:30px;
	height:24px;
	float: left;
	line-height: 24px;
}

a.jp-play {
	background: url("player_play.png") no-repeat;
	border-right: 1px solid #C4CEE0;
}

a.jp-play:hover {
	background: url("player_play.png") no-repeat;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	border-right: 1px solid #C4CEE0;
}

a.jp-pause {
	background: url("player_pause.png") no-repeat;
	border-right: 1px solid #C4CEE0;
}

a.jp-pause:hover {
	background: url("player_pause.png") no-repeat;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	border-right: 1px solid #C4CEE0;
}

a.jp-stop {
	background: url("player_stop.png") no-repeat;
	border-left: 1px solid #ECF0F5;
	border-right: 1px solid #C4CEE0;
}

a.jp-stop:hover {
	background: url("player_stop.png") no-repeat;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	border-left: 1px solid #ECF0F5;
	border-right: 1px solid #C4CEE0;
}

a.jp-mute {
	background: url("player_unmute.png") no-repeat;
	border-left: 1px solid #ECF0F5;
}

a.jp-mute:hover {
	background: url("player_unmute.png") no-repeat;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	border-left: 1px solid #ECF0F5;
}

a.jp-unmute {
	background: url("player_mute.png") no-repeat;
	border-left: 1px solid #ECF0F5;
}

a.jp-unmute:hover {
	background: url("player_mute.png") no-repeat;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	border-left: 1px solid #ECF0F5;
}

.controls .currentTime {
	height: 18px;
	padding: 6px 0px 0px 8px;
	color: #314466;
	float: left;
	font: bold 10px Arial;
}

.controls #separador {
	height: 18px;
	padding: 6px 2px 0px 2px;
	float: left;
	font: bold 10px Arial;
}

.controls .duration {
	height: 18px;
	padding: 6px 6px 0px 0px;
	float: left;
	font: bold 10px Arial;
	border-right: 1px solid #C4CEE0;
}
</pre></body></html>