div#myplayer h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}

div#myplayer {
	position: relative;
	width: 370px;
	height: 140px;
	background-color: #000033;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-size:small;
	font:x-small;
	float: left;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#myplayer img {
    border: none;
}

div#myplayer_control_panel {
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: 0.2em;
	color: #000033;
}

div#myplayer_play_ops {
    position: absolute;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

a#myplayer_play_pause {
    position: absolute;
}

a#myplayer_previous {
	position: absolute;
	left: 320px;
	color: #000066;
}

a#myplayer_next {
	position: absolute;
	left: 340px;
	color: #000066;
}

div#myplayer_timers {
	position: absolute;
	border: 1px solid #666666;
	height: 0.47em;
	width: 285px;
	top: 0.25em;
	left: 1.5em;
}

div#myplayer_timers div {
    position: absolute;
    height: 4px;
    top: 1px;
}

div#myplayer_loading_timer {
	background-color: #999999;
	z-index: 2;
}

div#myplayer_playing_timer {
	background-color: #000066;
	z-index: 3;
}

div#myplayer_slider {
	width: 6px; /** Shrink then grows when playing if set to an em value */
	background-color: #333366;
	z-index: 4;
}

div#myplayer_slider:hover {
    top: -2px;
    height: 10px;
    width: 10px;
}

.myplayer_slider_drag {
    top: -2px;
    height: 10px;
    width: 10px;
}

div#player_volume {
	position: absolute;
	background-color: #999999;
	color: #999999;
}

div#myplayer_timevol_ops {
    position: absolute;
    top: 2.2em;
    left: 0em;
    background-color:#CCC;
}

div#myplayer_volume_strips {
	position: absolute;
	left: 2.3em;
	color: #999999;
}

a#myplayer_volume_minus {
	position: absolute;
	border: none;
	left: 1.2em;
	top: 0em;
}

a#myplayer_volume_plus {
	position: absolute;
	border: none;
	left: 5em;
	top: -0.2em;
}

a#myplayer_mute {
    position: absolute;
    border: none; 
    left: 9.5em;
    top: -0.4em;
}

div#myplayer_time_countdown {
	position: absolute;
	left: 16em;
	top: -0.4em;
	color: #999999;
	font-weight: bold;
	font: 20%;
}

div.myplayer_strip_skin {
	position: absolute;
	width: 0.55em;
	background-color: #333366;
}

div.myplayer_strip_skin_on {
	background-color: #999999;
}

div#myplayer_strip_0 {
    height: 4px; 
}

div#myplayer_strip_1 {
    height: 8px;
    left: 8px;
    top: -2px;
}

div#myplayer_strip_2 {
    height: 12px;   
    left: 16px;
    top: -4px;
}

div#myplayer_strip_3 {
    height: 16px;   
    left: 24px;
    top: -6px;
}

#myplayer_playlist_container {
	overflow: auto;
	border: 1px solid #666666;
	margin: 0 auto;
	width: 99%;
	height: 5.6em;
	margin-top: 3.6em;
	scrollbar-highlight-color: #000066;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000033;
	scrollbar-darkshadow-color: #000033;
	scrollbar-track-color: #333366;
	scrollbar-arrow-color: #000033;
	scrollbar-face-color: #999999;
	background-color: #000033;
}

#myplayer_playlist {
	color: #999999;
	font-size: 80%; 
	width: 96%;
	padding: 0.35em;
	margin: 0;
}

#myplayer_playlist li {
	background-color: #000044;
	margin: 0.3em;
	padding: 0.17em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	list-style: decimal inside;
	display: list-item;
}

#myplayer_playlist li.ui-selected {
	background-color: #333366;
}

#myplayer_playlist li.ui-selecting {
	border: none;
}

a.myplayer_mp3 {
	color: #999999;
	text-decoration: none;
}

a.myplayer_helper{
	color: #000066;
	text-decoration: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #000033;
	padding: 0.2em;
	opacity: 0.85;
	filter: alpha(opacity=100);
	font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small;*font:x-small;
	margin:0;
}

#tooltip h3 {
	font-size: 85%;
	color: #999999;
	font-weight: normal;
}
