/* CSS Document */

BODY {

	background: url(images/background_wr.jpg) #678bbb repeat-x;
	margin: 20px 0px 0px 20px

}

/* Radioplayer Table */

TABLE.radio_player {

	width: 600px;
	height: 440px;

}

TD.topborder {

	height: 30px;
	background: url(images/topborder_wr.jpg) no-repeat;

}

TD.middlebg {

	height: 380px;
	background: url(images/middlebg_wr.jpg) no-repeat;

}

TD.bottomborder {

	height: 30px;
	background: url(images/bottomborder_wr.jpg) no-repeat;

}

/* Control Table */

TABLE.control_player {

	width: 600px;
	height: 380px;

}

/* iFrame */

div.used_titles_iframe {

	position:absolute;
	width: 410px;
	height: 100px;
	float: left;
	top: 250px;
	left: 40px;

}

iframe.used_titles_iframe {

	border: 0px;

}

/* Player */

div.radioplayer {

	position:absolute;
	width: 300px;
	height: 120px;
	float: left;
	top: 80px;
	left: 40px;

}

a.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration: none;
}

a:hover.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration: none;
}

a:visited.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration: none;
}

b.episode_index {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}
