/* CSS Document */
#title_squares
{
	font-size: medium;
	font-weight: bold;
}

/* MAIN */
body
{	
	margin:0px;
	padding:0px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(bg_lightspots.gif);
	background-repeat:repeat-x;
	background-color:#AFB8D7;
	text-align:left;
}

pre
{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
	text-align:left;
}
.container
{
	width:750px;
	background-color:#FFFFFF;
	color: #000;
	padding:0px;
	float:left;
}
.main
{
	background-color:#b0b6ce;
	width:750px;
	height:400px;
	/*ALPHA LAYER
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
}

.nav
{
	background-color:#b0b6ce;
	width:750px;
}

#nav_pic
{
	z-index: 1;
	height: 30px;
	top: 162px;
}

#nav_item
{
	text-align:center;
	float: left;
	width: 107px;
	height: 30px;
	line-height:22px;
}

.nav_item_pic
{
	float: left;
	left:107px;
	width: 107px;
	z-index: 2;
	text-align:center;
}

.top
{
	margin:0px;
	width:100%;
	padding:0px;
	z-index:1;
	height:166px;
}

#big_top
{
	padding:0px;
	height:166px;
	background-position:center;
	background: url(panel1.gif);
	background-repeat: no-repeat;
	margin:auto;
	border: 12px 0px 0px 0px;
	width:750px;
	color: #000;
}

.footer
{
	background-color:#FFFFFF;
}

/********************** MAIN_LEFT **********************/
.info
{
	float:left;
	padding: 10px 5px 10px 5px;
	width:480px;
	/*height:800px;
	background-image:url(main_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	background-color:#fff;
	border-right-color:#333333;
	border-right-style:dashed;
	border-right-width:thin;
	text-align:left;
	overflow:hidden;
}
.info_table
{
	float:left;
	padding: 5px 5px 5px 5px;
	width:740px;
	height:1500px;
	background-color:#fff;
}

/********************** MAIN_RIGHT **********************/
.right_cnr
{
	float:left;
	padding: 0px 0px 0px 2px;
	/*position:absolute;*/
	width: 240px;
	/*height:820px;*/
	background-color:#fff;
}
.right_cnr_programs
{
	float:right;
	/*position:absolute;*/
	width: 250px;
	height:3610px;
	background-color:#fff;
}
.right_cnr_news
{
	float:right;
	/*position:absolute;*/
	width: 250px;
	height:1600px;
	background-color:#fff;
}
/********************** NEWS **********************/
.news_cnr
{
	background-image:url(mic.gif);
	background-position:bottom;
	border: 1px solid #000000;
	/*float:right;
	position:absolute;*/
	width: 240px;
	text-align:left;
	margin-left:5px;
}

.news_pic
{
	padding: 10px 10px 0px 10px;
}

.news_title
{
	background-color:#006699;
	color:#33CCFF;
	text-shadow:White;
	border-bottom: 1px solid #000000;
}

.news_footer
{
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
}

.news_article
{
	padding: 10px 10px 0px 25px;
}

.news_title a
{
	color:#33CCFF;
	float:right;
	font-weight:bold;
}


/********************** ON AIR **********************/
#on_air
{
	background-image:url(on_air_box.gif);
	/*position:absolute;*/
	background-repeat:no-repeat;
	width: 244px;
	height: 220px;
	font-size:large;
	font-weight:bolder;
	overflow:hidden;
	margin-top:30px;
	margin-left:10px;
	/*float:right;*/
}
.on_air_text
{
	float:right;
	width: 244px;
	height: 75px;
	margin-top:70px;
	font-size:10px;
	font-weight:normal;
}
.on_air_bttn
{
	float:right;
	width: 244px;
	height: 60px;
	margin-top:0px;
}

/********************** LINKS **********************/
#news_cnr a:link, #news_cnr a:visited
{
	color:#000000;
	text-decoration:none;
}
#news_cnr a:hover
{
	color:#0066CC;
	text-decoration:none;
}

#nav_item a:link, #nav_item a:visited
{
	background-color:#b0b6ce;
	color:#000000;
	text-decoration:none;
	display: block;
	text-align:center;
	float: left;
	width: 107px;
	height: 38px;
	line-height:30px;
	font-weight:bold;
}
#nav_item a:hover
{
	background-color:#DADDEF;
	color:#0066CC;
	text-decoration:none;
	display: block;
	text-align:center;
	float: left;
	width: 107px;
	height: 38px;
	line-height:30px;
	font-weight:bold;
}

/********************** ADMIN **********************/
.admin_links
{
	margin:2px, 1px, 4px, 1px;
	font-weight:bold;
	width:150px;
}
.admin_desc
{
	margin:2px, 1px, 4px, 1px;
	border: 5px solid #EEEEEE;
	width:450px;
}

