/*
	For all block elements in use, set margin, padding and border to 0
	by default. Set the default font to arial;
	
*/
body, p, div, form, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: arial;
	font-size: 100%;
}



body {
	width: 100%;
	height: 100%;
	
	position: relative;
	
	background-color: #BBB;
}



img {
	border: 0;
}



.clr {
	padding: 0px;
	clear: both;
	height: 1px;
	margin: 0px 0px -1px 0px;
	overflow: hidden;
}



#page {
	width: 980px;
	height: 100%;
	
	margin: 0 auto 20px auto;
	padding: 0;
	
	background-color: #eee;
	border: 1px solid black;
	border-top: 0;
	
	background-image: url('/images/global/page.jpg');
	
	position: relative;
}



#datebar {
	width: 100%;
	height: auto;
	
	border-bottom: 1px solid silver;
	
	background-color: black;
	
	background-image: url('/images/global/head_black.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	
	font-size: 10pt;
	font-weight: bold;
}

#datebar .left {
	float: left;
	clear: none;
	margin: 5px 9px;
	color: white;
}

#datebar .right {
	float: right;
	clear: none;
	margin: 5px 9px;
	color: white;
}




#header {
	position: relative;
	
	width: 100%;
	height: 100px;
	
	margin: 0;
	overflow: hidden;
	
	background-image: url('/images/global/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	
	border-bottom: 1px solid silver;
}


#oabshadow {
		background-color: black; /*shadow color*/
		color: inherit;
		
		position: absolute;
		z-index: 9;
		
		top: 5px;
		right: 6px;
		
		margin: 0;
		

				
		border: 0;
		width: 327px;
		height: 91px;
		
		
		padding: 0;
}

#onairbox {
	position: relative;
	
	margin-top: -1px;
	margin-left: -1px;
	z-index: 10;
	
	top: 0;
	right: 0;
	
	width: 395px;
	height: 90px;

	margin: 0;

	background-color: #B00000;
	
	background-image: url('/images/global/onair.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}


#onairbox2 {
	position: absolute;
	z-index: 1;
	
	top: 0;
	left: 0;
	
	margin: 1px 0 0 1px;
	
	width: 393px;
	height: 88px;
	
}

#onairbox2 img {
	border-right: 1px solid white;
	float: left;
}

#onairshowname {
	position: absolute;
	
	top: 6px; 
	left: 113px;
	
	color: white;
	font-size: 9pt;
	font-weight: bold;
	
}

#onairtime {
	position: absolute;
	
	top: 26px; 
	left: 113px;
	
	color: white;
	font-size: 9pt;
	font-weight: bold;
	
}

.button {	
	float: left;
	
	margin-right: 8px;

	padding: 5px 11px 5px 11px;
	border: 1px solid white;
	
	background-color: #CC0000;
	
	font-size: 11pt;
	font-weight: bold;
	color: white;
	
	cursor: pointer;
	
}

#buttons {
	position: absolute;

	bottom: 6px;
	left: 110px;
}


.test {
background-image: url('/images/global/button_red.jpg');
	background-repeat: repeat-x;
	background-position: center center;		
}


#onairmore {
	position: absolute;
	z-index: 99;
	
	top: 0;
	left: 0;
	
	margin: 0px 0 0 101px;
	
	background-color: #E2E2E2;
	border: 0 solid gray;
	border-top: 0;
	
	display: none;
	
	
	width: 0;
	height: 88px;
	overflow: hidden;
	
	cursor: default;
	
}

#onairmore p {
	margin: 7px 12px;
	font-size: 9pt;
}


#topnavbar {
	width: 100%;
	height: auto;
	
	margin: 0;
	
	border-bottom: 1px solid silver;
	
	background-color: black;
	
	background-image: url('/images/global/head_black.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	
	font-size: 10pt;
	font-weight: bold;
}


#cont_leftnav {

	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;

	background-image: url('/images/global/layout/navbg.jpg'); 
	background-repeat: repeat-x;
	background-position: bottom left;
	
	width: 100%;
	height: 30px;
	z-index: 90;	
	position: relative;
}

#cont_leftnav #nav {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;	
	text-align: center;
	height: 100%;
}

#cont_leftnav #nav li {
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: left;
	position: relative;
	float: left;
}

#cont_leftnav #nav a {
	display: block;
	height: 29px;
	clear: none;
	float: left;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 1px 12px 0 12px;	
	
	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;
}

#cont_leftnav #nav a:link {
	color: white;
}

#cont_leftnav #nav a:visited {
	color: white;
}

#cont_leftnav #nav a:hover {
	color: white;
	background-color: #666;
	background-image: url('/images/global/layout/navg_ovr.jpg');
	background-repeat: repeat-x;
}


#cont_leftnav li ul {
	display: none;
}

#cont_leftnav li:hover ul {
	display: block;
	position: absolute;
	z-index: 99;
	top: 30px;
	left: 0;
	margin: 0;
	
	padding: 0;
	
	width: 190px;
	height: auto;
	background-color: white;
	cursor: pointer;
}

#cont_leftnav li:hover ul li a {
	background-image: url('/images/global/layout/navbg.jpg'); 
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: black;


	display: block;
	height: 29px;
	clear: none;
	float: left;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 1px 12px 0 12px;	
	margin: 0;
	width: 190px;
	
	border: 0;
	border-top: 1px solid white;
	border-right: 0;
}

	
	
	.shadow{
		background-color: silver; /*shadow color*/
		color: inherit;

		margin-top: 26px;
		margin-left: 29px;
		border: 0;
		width: 303px;
		
		padding-bottom: 0px;
		padding-right: 0px;
		
		display: inline;
		position: relative;

		float: left;
		clear: none;
		
		z-index: 2;
		
		line-height: 1.2em;
}


	.shadow.double {
		width: 635px;
}

.shadow.full {
	display: block;
	float: none;
	clear: both;
	width: 925px;
}

#mainstory p {
	font-size: 11pt;
	line-height: 1.5em;
}


	.picturebox2 {
		position: relative;
		
		top: -3px;
		left: -3px;
		
		z-index: 5;
		
		padding-bottom: 15px;
		
		background-color: white;
		border: 1px solid #555;
		
		line-height: 1.22em;
	}
	
	.picturebox2 > a { 
		text-decoration: none;
	}
	
	.picturebox2 > a:hover { 
		text-decoration: underline;
	}
	
	
	.boxheadh2 {
		margin: 15px 20px -5px 20px;
		padding: 0;
		font-size: 16pt;
		line-height: 1.3em;
	}
	
	
	.picturebox2 p {
		margin: 15px 20px 0px 20px;
		padding: 0px;
		font-size: 10pt; 		
	}
	
	
	
	
	.boxheader {
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		margin: 0;
		text-indent: 11px;
		line-height: 33px;
		height: 33px;
		border-bottom: 1px solid #999;
		color: white;
		
		background-color: navy;
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	.boxheader.red {
		background-image: url('/images/global/layout/head_red_dark.jpg');
		background-color: red;
	}
	
	.boxheader.blue {
		background-image: url('/images/global/layout/head_blue_dark.jpg');
		background-color: navy;
	}
	
	.boxheader.black {
		background-image: url('/images/global/layout/head_black_dark.jpg');
		background-color: black;
	}



	.shadow2 {
		background-color: silver; /*shadow color*/
		color: inherit;

		margin: 0;
		margin-top: 26px;
		margin-right: 27px;
		
		z-index: 70;
		
		border: 0;
		width: 255px;
		
		padding: 0;

		position: relative;	
		display: inline;
		float: right;
		clear: none;
		
		z-index: 2;
		
		line-height: 1.2em;
					
}




#rightbar {
	
	position: relative;
	
	display: inline;
	float: right;
	
	z-index: 50;
	
	margin-top: 0;
	padding: 0;
	
	width: 296px;
	height: auto;
}



	.pollbuttons {
		position: relative;
		margin: 0;		
		
		padding: 10px 0px;
		border-top: 0 solid #CCC;
		text-align: center;
		
		
	}
	
	
	
	
	
	#footer {
	width: 980px;
	height: auto;
	
	position: relative;
	
	margin: 20px auto 0 auto;
	padding: 0 0 34px 0;
	border: 0;
	
	font-size: 9pt;
	text-align: left;
}

#footerlogos {
	margin: 44px 0 22px 0;
	text-align: center;
}

#footerlogos img {
	margin: 12px 3px 0 3px;
}


.formbutton {
	color: white;
	border: 2px groove #BBB;
	padding: 3px 6px 4px 6px;
	text-align: center;
	font-size: 9pt;
	background-image: url('/images/global/layout/head_red_dark.jpg');
	background-color: red;
	background-repeat: repeat-x;
}


.disabledbutton {
	background-color: #999;
	color: #CCC;
	cursor: default;
}

#footerlogos {
	margin: 0;
}

#footerlogos img {
	margin: 0 8px 0 8px;
}

.nowplaying {
	background-image: url('/images/global/cdbg.gif');
	background-position: top right;
	background-color: white;
	background-repeat: no-repeat;
}