/* <%Response.ContentType = "text/css"%> */
html, body {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	overflow: hidden;
}

a {
 text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#container {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 125px;
	overflow: hidden;
	padding-top: 25px;
	width: 1000px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.showhand {
	cursor: pointer !important;
	cursor: hand;
}

/* SEARCH */

#player_search {
	/*visibility: hidden; */
	
}

#player_search #searchimage {
	height: 30px;
	left: 11px;
	position: absolute;
	top: 75px;
	width: 30px;
}

#player_search #searchfields {
	height: 45px;
	left: 50px;
	position: absolute;
	top: 69px;
	width: 146px;
}

/* #qt=queryType, #q=query */
#player_search #qt, #player_search #q {
	width: 140px;
}

/* PLAYER */

#tracks {
	height: 48px;
	left: 317px;
	overflow: hidden;
	position: absolute;
	width: 295px;
}

#tracks tr {
	height: 16px;
}

#tracks td {
	color: #fff;
	font-size: 10px;
}

#tracks td.track_time {
	padding-right: 5px;
	text-align: right;
	width: 35px;
}
#tracks td.track_time_current {
	width: 45px;
}

#tracks td.track_text {
	padding-left: 10px;
}
#tracks tr.row_current td {
	height: 16px;
}

/* Player controls */

#controls {
	height: 48px;
	overflow: hidden;
	position: absolute;
	left: 612px;
	width: 108px;
}

#controls a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 35px;
}

#controls a span {
	margin-left: -9999px;
}

#controls a#anchor_repeat {  }
/*#controls a.repeat:hover { background-position: left -23px; }*/
#controls a.repeat { background-image: url(../images/btn_repeat.gif); }
#controls a.repeat_1 { background-image: url(../images/btn_repeat_1.jpg); }
#controls a.repeat_all { background-image: url(../images/btn_repeat_all.jpg); }

#controls a#anchor_shuffle { display: block; left: 35px; }
#controls a.shuffle { background-image: url(../images/btn_shuffle.jpg); }
#controls a.shuffle_on { background-image: url(../images/btn_shuffle_on.jpg); }

#controls a#anchor_menu { 
	background-image: url(../images/btn_menu.jpg);
	left: 70px;
}
#controls a#anchor_prev { 
	background-image: url(../images/btn_prev.jpg);
	left: 0;
	top: 23px;
}
#controls a#anchor_next { 
	background-image: url(../images/btn_next.jpg);
	left: 70px;
	top: 23px;
}

#controls a#anchor_play { 
	left: 35px;
	top: 23px;
}
#controls a.play { background-image: url(../images/btn_play.gif); }
/*#controls a.play:hover { background-position: left -24px; }*/
#controls a.pause { background-image: url(../images/btn_pause.jpg); }
#controls a.stop { background-image: url(../images/btn_stop.jpg); }

.slider_default {
	background: transparent;
	background-image: url(../images/slider_fill.gif);
	height: 3px;
}
.slider_2, .slider_3 { display: none; }

/* TIME CONTROLS */

#time_controls * {
	position: absolute;
}

#time_controls #seekbardiv {
	left: 317px;
	top: 89px;
}

#time_controls #seekdone, #time_controls #seektodo {
	left: 280px;
	top: 87px;
}

#time_controls #seektodo {
	left: 574px;
}

/* Volume controls */

#volume_controls_x * {
	position: absolute;
}

#volume_controls #speakerdiv {
	left: 618px;
	position: absolute;
	top: 85px;
}
#volume_controls a#speaker {
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	height: 18px;
	left: 617px;
	overflow: hidden;
	position: absolute;
	top: 85px;
	width: 18px;
}
#volume_controls a#speaker span { margin-left: -9999px; }
#volume_controls a.speaker_on { background-image: url(../images/speaker_on.jpg); }
#volume_controls a.speaker_off { background-image: url(../images/speaker_off.jpg); }
#volume_controls a.speaker_hidden { display: none !important; }

#volume_controls #volumebardiv {
	left: 640px;
	position: absolute;
	top: 89px;
	z-index: 0;
}

#volume_controls #voltxt {
	color: #ccc;
	font-size: 8px;
	left: 716px;
	position: absolute;
	text-align: right;
	top: 90px;
	width: 20px;
}

#Messagebar {
	bottom: 4px;
	_bottom: 2px;
	color: #ccc;
	display: none;
	font-weight: bold;
	height: 16px;
	left: 210px;
	line-height: 16px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 580px;
}
#Messagebar a,
#Messagebar a:hover,
#Messagebar a:link,
#Messagebar a:visited,
#Messagebar a:active
{
	color: #FFFFFF;
}

#LoggedInMessage 
{
	visibility:hidden;
	top:-5000px; /* Move message out of the screen. Visibility will be turned on when logged in*/
	left:-5000px;
	position: absolute;
}

#player_player #cover {
	height: 42px;
	left: 280px;
	position: absolute;
	padding-top: 3px;
	width: 45px;
}
#player_player #cover img {
	height: 42px !important;
	width: 42px !important;
}

#player_player .track_text {
	height: 14px;
	line-height: 16px;
	margin-bottom: 2px;
	margin-left: 5px;
	overflow: hidden;
}

#player_player .track_full {
	width: 190px;
}

#player_player #playtrack1 a, 
#player_player #playtrack2 a, 
#player_player #playtrack3 a {
	color: #fff;
	font-weight: normal;
}

#player_player #playtrack2, 
#player_player #playtrack2 a {
	font-weight: bold;
}

#player_player #playtrack1 a:hover, 
#player_player #playtrack2 a:hover, 
#player_player #playtrack3 a:hover {
	text-decoration: underline;
}

#btn_toggleplaylist {
	height: 8px;
	left: 264px;
	position: absolute;
	top: 45px;
	width: 13px;
}

#btn_toggleplaylist img {
	border: 0;
}

/* LOGIN */

#player_login {
}

#player_login label {
	display: none;
}

#player_login #logincontainer {
	bottom: 1px;
	_bottom: 0;
	height: 64px;
	position: absolute;
	right: 0;
	width: 203px;
}

#player_login #loginfields {
	height: 45px;
	left: 806px;
	position: absolute;
	top: 68px;
	width: 122px;
}

#player_login #username, #player_login #password {
	width: 115px;
}

a#link_forgot, a#link_signin, span.separator {
	display: none;
}

a#link_login {
	background-image: url(/player/style2/btn_login.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
	position: absolute;
	left: 122px;
	top: 0;
	width: 54px;
}

a#link_login span {
	margin-left: -9999px;
}

#player_login #loginbutton {
	height: 22px;
	left: 932px;
	position: absolute;
	top: 69px;
	width: 54px;
	
	display: none;
}

/* MEDIA PLAYER FRAME + ACTIVEX HOLDER */
#mediaplayer_container, #activex_container {
	bottom: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	visibility: hidden;
	width: 0;
}

#profile_tabs {
	display: none;
}