/* resetting standard styles */
body
{
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0;
}

#playpause
{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 30px;
	left: 336px;
}

object
{
	margin: 0px;
	padding: 0px;
}

embed
{
	margin: 0px;
	padding: 0px;
}

body, div, ul, li, td, h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

p { margin: 0; }

/* end resetting standard styles */
.playlistbody { background-image: none; }
.main { font-size: 10px; }
.recenttracks { font-size: 10px; }
.iframeposition { }

a:link
{
	color: #000000;
	font-weight: normal;
}

a:visited
{
	font-weight: normal;
	color: #000000;
}

a:hover
{
	font-weight: normal;
	color: #000000;
}

a:active
{
	font-weight: normal;
	color: #000000;
}

#nowplaying
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-left: 16px;
	display: block;
	position: absolute;
	top: 80px;
}

#nowplaying h4, #doneplaying h4
{
	padding: 0;
	margin: 0;
	color: #9B1919;
	font-size: 12px;
	font-weight: bold;
}

#nowplaying_track span { color: #000; }

#doneplaying
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-left: 16px;
	display: block;
	position: absolute;
	top: 116px;
}

#track_2 span { color: #444; }
#track_3 span { color: #333; }
#track_4 span { color: #444; }
#track_5 span { color: #333; }

tr.odd { background-color: #eeeeee; }
