@import url(../player.css);

BODY {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; CURSOR: default; PADDING-TOP: 0px; BORDER-BOTTOM: 0px
}

#playStatus {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; PADDING-TOP: 2px; FONT-FAMILY: Tahoma
}

#playerTableLoading {
	Z-INDEX: 10000; FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); POSITION: absolute;
}


body,td,th,marquee {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	cursor:default;
}

body {
	background-color: #FFFFDC;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:default;
}

img {
	border:0px;
}

.hand {
	cursor:hand;
}

.shadow {
	width:100%;
	filter:progid:DXImageTransform.Microsoft.dropShadow(Color=#93a930,offX=1,offY=1,positive=true);
}

.bold { font-weight: bold; }
.padd_t2 { padding-top: 2px; }
.padd_t3 { padding-top: 3px; }
.padd_t7 { padding-top: 7px; }
.padd_r3 { padding-right: 3px; } 
.padd_l3 { padding-left: 3px; }
.padd_l10 { padding-left: 10px; }

#playStatus {
	padding-top:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:bold;
}

#playlist {
	width:100%;
	height:368px;
	overflow:scroll;
	overflow-x:hidden;
	background:#FFFFF0 url(images/l_bg.gif) no-repeat fixed right bottom;
}

#playlist td {
	color:#93a930;
	border-bottom:solid 1px #F0F0F1;
	height:25px;
}

#playlist #no {
	color:#318EBD;
	font-weight:bold;
	width:30px;
	padding-right:5px;
}

#playlist #button {
	width:100px;
	padding-right:10px;
}

#playlist a:link {
	color: #93a930;
	text-decoration: none;
}
#playlist a:visited {
	text-decoration: none;
	color: #93a930;
}
#playlist a:hover {
	text-decoration: none;
	color: #93a930;
}
#playlist a:active {
	text-decoration: none;
	color: #93a930;
}