/* -- -- -- */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	background-color:#d3e7fc;
	background-image:url(img/body_bg_blue.png);
	background-position:center;
	background-repeat:repeat-y;
}
h1{
	border-bottom:1px solid #000;
	background-image:url(img/dot_blue.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:11pt;
	margin:10px 0 0 0;
	padding:0 0 2px 20px;
}
h1 a{
	text-decoration:none;
	color:#000;
}
h1 a:visited{ color:#000; }
p{ margin:5px 0px; }
a{
	color:#5194ca;
	text-decoration:none;
}
a:visited{ color:#94a1b0; }
a:hover{
	color:#5194ca;
	text-decoration:underline;
}
a img{ border:none; }
input.text,
textarea{
	background-color:#d3e7fc;
	border:none;
	padding:1px;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea{
	width:300px;
	height:200px;
}
input.text:focus,
textarea:focus{ background-color:#DBF3FF; }
span.date{
	display:block;
	font-size:7pt;
	color:#999;
	text-align:right;
	border-top:1px solid #000;
}
td.copy{
	padding:15px 0 3px;
	font-size:7pt;
	color:#666;
	text-align:center;
}
span.title{
	display:block;
	text-align:center;
	color:#666;
	font-size:12pt;
}
a.tunein{
	background-image:url(img/sound.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:19px;
}
.grey{ color:#999; }
.ad{
	width:344px;
	height:286px;
	margin:5px 0 5px;
	padding-top:30px;
	background-image:url(img/ad_left.png);
	background-position:3px 0px;
	background-repeat:no-repeat;
}
.adcenter{
	width:168px;
	height:606px;
	margin:5px 0 5px;
	padding-top:30px;
	background-image:url(img/ad_center.png);
	background-position:3px 0px;
	background-repeat:no-repeat;
}
.tune{ width:125px; float:right; }
.tune img:first-child{ float:left; }
div.livein{
	border:1px solid #999;
	margin-top:5px;
	padding:2px;
	width:188px;
	background-color:#f5faff;
}
div.livein span{
	display:block;
	padding:0 0 3px 3px;
}
div.livein a{
	display:block;
	background-image:url(img/live.png);
	background-position:2px 0px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 1px;
	padding:2px 0 0 1px;
	width:184px;
	height:19px;
	color:#000;
	text-decoration:none;
	font-size:8pt;
	text-align:center;
}
div.livein a:hover{
	background-image:url(img/live_hover.png);
	background-position:1px 0px;
	background-repeat:no-repeat;
	padding:2px 0 0 0px;
}
div#header{
	position:fixed;
	height:119px;
	width:100%;
	text-align:center;
	background-image:url(img/header_bg_blue.png);
	z-index:50;
}
table#content{
	position:absolute;
	top:119px;
	left:50%;
	width:844px;
	margin-left:-422px;
	background-color:#fff;
	z-index:5;
}
td#left,
td#middle,
td#right{
	vertical-align:top;
	padding:10px 10px 5px;
	margin:0;
}
td#left{
	border-right:1px dotted #CCC;
	background-color:#f5faff;
	padding:0;
	width:167px;
}
td#middle{ width:auto; }
td#right{
	padding:0;
	width:257px;
}

div#facebook{

	background-image:url(img/facebook_button_0.png);
	background-position:43px 7px;
	background-repeat:no-repeat;
	color:#5194ca;
	width:167px;
	margin:10px 0px 10px;
	padding-top:90px;
	text-align:center;
}



div#navigation{
	background-image:url(img/menu_top.png);
	background-position:2px 0px;
	background-repeat:no-repeat;
	color:#5194ca;
	width:167px;
	margin:14px 0px 10px;
	padding-top:33px;
	text-align:center;
}
div#navigation a{
	display:block;
	background-image:url(img/menu_entry.png);
	background-position:2px 0px;
	background-repeat:no-repeat;
	margin:-1px 0px 0px 3px;
	padding:1px 0 0 5px;
	width:161px;
	height:19px;
	color:#000;
	text-decoration:none;
	font-size:9pt;
}
div#navigation a:hover{
	background-image:url(img/menu_entry_hover.png);
	background-position:1px 0px;
	background-repeat:no-repeat;
	margin-top:-1px;
	padding-left:4px;
}
#fade{
	position:fixed;
	top:119px;
	left:50%;
	width:844px;
	height:43px;
	margin-left:-422px;
	z-index:100;
}
body > #fade{
	background-image:url(img/fade_bg.png);
	background-position:0px 119px;
	background-attachment:fixed;
	background-repeat:repeat-x;
}
div#filler{
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:844px;
	margin-left:-422px;
	background-color:#fff;
	z-index:2;
}
img.schema{ margin-top:5px; }
div.partner{}
div.partner img{
	border:1px solid #5194ca;
	margin:3px 0;
}
div#live{
	margin:-6px 0 0 0;
	width:100px;
	background-image:url(img/live_btn_center.jpg);
	background-position:-6px 0;
	padding:0px 25px 0px 20px;
	cursor:pointer;
	font-size:8pt;
}
div#live p{
	margin:0;
	padding:3px 0 0;
}
div#live a:visited{ color:#5194ca; }
img.live_bottom{
	margin-left:-8px;
	cursor:pointer;
}

div.box{
	background-color:#eaf4ff;
	width:250px;
	margin:5px 2px 5px 0;
	padding:2px;
	font-size:8pt;
}
div.box h1{
	background-color:#5194ca;
	background-image:none;
	margin:-2px -2px 1px;
	padding:0 0 0 2px;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	border:none;
}
div.box h2{
	font-size:9pt;
	font-weight:normal;
	margin:0;
	padding:0;
}
div.box h2 a{ padding:0; }
div.box span.date{
	display:block;
	font-size:7pt;
	color:#999;
	text-align:right;
	border:none;
	margin:0 0 -3px 0;
}
ul.recent{
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent li{
	background-image:url(img/diagonal_bg.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin:0 0 3px 1px;
	padding:0 0 0 6px;
	font-size:8pt;
}

/* -- -- -- */
