/* CSS Document */
@import url(menu.css);
* {
	margin: 0;
	padding: 0;
}
/* universal clear */

.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}
/* --------- */
/*EDIT:Standard color for any non styled text*/
body {
	background: url(_i/bg_gradient.jpg) repeat;
	color:#5F4224;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#homewrapper, div#innerwrapper {
	background: url(_i/bg_gradient.jpg) repeat-x top;
	padding-top: 10px;
	height:995px;
}
div#pagewrapper {
	width: 990px;
	margin: 0 auto;
	min-height: 995px;
}
/* ====== HEADER AREA ======= */

div#header {
/*height: 270px;*/
}
.topbannerad {
	float: left;
	/*margin-bottom: 10px;*/
	width: 728px;
}
.onairnow {
	float: right;
	width: 250px;/*margin-bottom: 10px;*/
}
div#nowplayingwrapper {
	position: relative;
	height: 128px;
	background: url(_i/bg_header.gif) no-repeat top left;
}
.logo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 970px;
	height: 90px;
}
/*EDIT:Nav background color*/
div#navwrapper {
	background-color: #ffffff;
	padding: 8px 10px 0 10px;
}
div#navigation {
	background:url(_i/navM.gif) repeat top;
	height: 30px;
	margin-top: 8px;
}
div#navigation .inner {
	background: transparent url(_i/navL.gif) no-repeat top left;
	padding-left: 15px;
	height: 30px;
}
div#navigation .innerR {
	background: transparent url(_i/navR.gif) no-repeat top right;
	height: 30px;
}
/* ====== CONTENT AREA ======= */
/*EDIT:Background content color*/
div#contentwrapper {
	background-color: #ffffff;
	padding: 10px 10px 0 10px;
}
div#contentwrapperl {
	background-color: #ffffff;
	padding: 10px 10px 0 10px;
}
/*div#homewrapper div#contentwrapper {
	background-color: #000;
	padding: 0 10px;
}*/

.leftpaneclass {
	width: 180px;
	float: left;
}
.contentpaneclass {
	width: 470px;
	/*margin: 0 0 0 1;*/
	float: right;
}
.contentpaneclass300 {
	width: 660px;
	/*margin: 0 0 0 1;*/
	float: left;
}
.contentpaneclassbig {
	width: 735px;
	/*margin: 0 0 0 1;*/
	float: right;
}
.contentpaneclasslarge {
	width: 900px;
	/*margin: 0 0 0 1;*/
	float: left;
}
.rightpaneclass {
	width: 300px;/*float: right;*/
}
.rightpaneclasssmall {
	width: 100px;/*float: right;*/
}
div#contentBott {
	width: 990px;
	height: 5px;
	background: url(_i/contentBott.gif) no-repeat top left;
}
div#chevybottom {
	width: 990px;
	height: 110px;
	
	
}
div#topwrapper {
	background-color: #000;
	padding: 10px 10px 0 10px;
}
.toppaneclass {
	width: 660px;
	float: left;
	padding: 0px 0px 10px 0px;
}
.toprightpaneclass {
	width: 300px;
	float: right;
}
.leftcol {
	width: 660px;
	float: left;
}
.leftcoll {
	width: 900px;
	float: left;
}
.leftcolinner {
	width: 930px;
	float: left;
}
.rightcol {
	width: 300px;
	float: right;
}
/* ======= NOW PLAYING ======= */
.np {
	position: absolute;
	top: 6px;
	right: 0;
	width: 350px;
	z-index: 1000;
}
/*EDIT:Color of text for now playing*/
.np-label {
	color: #e4d5b8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 3px;
}
.artist-title {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* ======= LOGIN ===== */

#user {
	width: 99px;
	height: 22px;
	overflow: hidden;
	padding: 2px 0px 0px 5px;
	font-size: 9px;
	white-space: nowrap;
	line-height: 115%;
}
a.user {
	color: #000;
}
a.user:hover {
	color: #c00;
}
.passwordclass {
	float: left;
	margin-left:10px;
}
div#loginsearch {
	height: 15px;
	position: relative;
}
.loginpaneclass {
	position: absolute;
	top: 4px;
	left: 0;
	width: 480px;
	color:#1a2674;
	font-size:10px;
}
a.login {
	background: url(_i/buttn_login.gif) 0 0;
	height: 15px;
	width: 59px;
	display: block;
	float: left;
	overflow: hidden;
}
a.login:hover {
	background: url(_i/buttn_login.gif) 0 15px;
}
a.logout {
	background: url(_i/buttn_logout.gif) 0 0;
	height: 15px;
	width: 59px;
	display: block;
	float: left;
	overflow: hidden;
}
a.logout:hover {
	background: url(_i/buttn_logout.gif) 0 15px;
}
/*EDIT:Text next to login button*/
.loginpaneclass a:link, .loginpaneclass a:visited, .loginpaneclass a:active {
	color:#1a2674;
	font-size:10px;
	text-decoration: underline;
}
.loginpaneclass a:hover {
	color: #000000;
	text-decoration: underline;
}
.loginpaneclass div.text {
	float:left;
	margin-left: 10px;
	width: 410px;
}
div#search {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;/*margin-bottom: 10px;*/
}
.searchfield {
	height: 18px;
	background: url(_i/searchfield.gif) no-repeat top left;
}
.searchboxcont {
	float: left;
	height: 18px;
	width: 200px;
}
.mysearchbox {
	height: 18px;
	border: 0;
	margin:0;
	padding: 2px 0 0 5px;
	font-size: 10px;
	width: 180px;
	background: transparent;
	color: #666;
}
.searchbuttncont {
	float: right;
	height: 18px;
	width: 70px;
}
.mysearchbutton {
	width: 70px;
	height: 18px;
	background: url(_i/go.gif) no-repeat top left;
	padding: 0;
	margin: 0;
	border: 0;
	display:block;
}
/* ====== FOOTER ====== */

div#footer {
	margin: 10px 0;
	background: url(_i/footerM.gif) repeat top;
}
.footerpaneclass {
	background: url(_i/footerL.gif) no-repeat top left;
	height: 19px;
	overflow:visible;
	padding-left:10px;
}
.footerPaneR {
	background: url(_i/footerR.gif) no-repeat top right;
	padding: 0px 10px 0 0;
	height: 19px !important;
}
/* ========= ANNOUNCEMENT STYLES ==========*/

td.announceImg {
	padding-right: 5px;
	width:auto !important;
}
img.animages{
	border:0px;
}
.announceTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	text-transform: uppercase;
	color: #9e2020;
}
/*EDIT:Text color for announcement box*/
.announceText p{
padding-bottom:5px !important;
}
.announceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
div.announceSep {
	height: 1px;
	background: url(_i/sep.gif) repeat-x top left;
	margin: 5px 0;
}
a.readmore:link, a.readmore:visited, a.readmore:active {
	background: url(_i/buttn_readmore.gif) 0 0;
	height: 13px;
	width: 68px;
	display: block;
	float: right;
	overflow: hidden;
}

a.readmore:hover {
	background: url(_i/buttn_readmore.gif) 0 13px;
}
.DNN_ANN_DesignTable{
width:100% !important;
}
.DNN_ANN_DesignTable table{
width:100%;
}
.DNN_ANN_DesignTable table td{
width:100%;
}
/* ========== HOME CONTEST ===== */


table.HomeContest {
	width: 100%;
}
table.HomeContest td {
	width: 33%;
	padding: 5px;
	vertical-align: top;
	border-top: solid 5px #000;
}
table.HomeContest td.center {
	border-left: solid 5px #000;
	border-right: solid 5px #000;
}
/* ======== ON AIR NOW STYLES ========= */

table.onaircontent {
	width: 100%;
	margin: 5px;
}
table.onaircontent img {
	margin-right: 5px;
}
table.onaircontent span.dj {
color:#1a2674;
font-size:12px;
font-weight:bold;
}
table.onaircontent span.time {
	text-transform: uppercase;
	font-size: 9px;
}
table.onaircontent a.listenlive {
	background: url(_i/buttn_listenlive.gif) 0 0;
	height: 24px;
	width: 149px;
	display: block;
	float: left;
	margin-top: 3px;
}
/* =============  DNN STYLES  ================= */

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #B05800;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #B05800;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: black;
}
/*EDIT: text color used for most text rendered by modules */
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
p {
	padding-bottom: 10px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.NormalRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FF0000;
}
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #eedfb5;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    underline;
	color: #a56527;
}
A.CommandButton:visited {
	text-decoration:    underline;
	color: #a56527;
}
A.CommandButton:hover {
	text-decoration:    underline;
	color: #eedfb5;
}
A.CommandButton:active {
	text-decoration:    underline;
	color: #a56527;
}
/* GENERIC */

a:link {
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #cc6600;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
}
H2, h2, h2 .Head {
	color: #12477c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
SMALL {
	font-size:  8px;
}
BIG {
	font-size:  14px;
}
BLOCKQUOTE, PRE {
	font-family:    Lucida Console, monospace;
}
UL LI {
	list-style-type:    square;
}
UL LI LI {
	list-style-type:    disc;
}
UL LI LI LI {
	list-style-type:    circle;
}
OL LI {
	list-style-type:    decimal;
}
OL OL LI {
	list-style-type:    lower-alpha;
}
OL OL OL LI {
	list-style-type:    lower-roman;
}
HR {
	color: #cccccc;
	height:1pt;
}
/*___________________________________________________________________________________________*/

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #7e7e7e;
	text-decoration: underline;
}
a.breadcrumb:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #7e7e7e;
	text-decoration: none;
}
.Copyright, .Copyright a:link, .Copyright a:visited, .Copyright a:active, a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #666;
	text-decoration:none;
	font-weight: normal;
}
.Copyright a:hover, a.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
.links_bottom, a.links_bottom:link, a.links_bottom:visited, a.links_bottom:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	text-decoration:none;
	font-weight: normal;
}
a.links_bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.DNNCopyright {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  9px;
	color: #333333;
	text-decoration:none;
}
a.DNNCopyright:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  9px;
	color: #333333;
	text-decoration:none;
}
a.DNNCopyright:active {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  9px;
	color: #333333;
	text-decoration:none;
}
a.DNNCopyright:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  9px;
	color: #4791C5;
	text-decoration:none;
}
a.DNNCopyright:link {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  9px;
	color: #333333;
	text-decoration:none;
}
.links_top, .links_top a:link, .links_top a:visited, .links_top a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eedfb5;
	text-decoration:none;
}
.links_top a:hover {
	text-decoration:underline;
}
a.links_top:link, a.links_top:visited, a.links_top:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eedfb5;
	text-decoration:none;
}
a.links_top:hover {
	text-decoration:underline;
}
/* (SOLPART) Admin Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	/*width: 180px;*/
	padding-top: 0px;
	margin-top: 5px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	background: #943100;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid #663300 2px;
	border-bottom: solid #663300 2px;
	padding: 4px 7px 5px 7px;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
	white-space: normal;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background: #a56527;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid #663300 2px;
	border-bottom: solid #663300 2px;
	padding: 4px 7px 5px 7px;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
	white-space: normal;
}
.rootmenuitem {
	background: transparent;
	/*padding: 4px 10px;*/
	padding: 4px 0;
	text-decoration: none;
	cursor: hand;
	color: #eedfb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	font-weight: bold;
	display: table-cell;
	text-transform: uppercase;
	white-space: nowrap;
}
.rootmenuitemselected {
	background: transparent;
	/*padding: 4px 10px;*/
	padding: 4px 0;
	text-decoration: none;
	cursor: hand;
	color: #eedfb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	font-weight: bold;
	display: table-cell;
	text-transform: uppercase;
	white-space: nowrap;
}
.rootmenuitembreadcrumb {
	background: transparent;
	/*padding: 4px 10px;*/
	padding: 4px 0;
	text-decoration: none;
	cursor: hand;
	color: #eedfb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	font-weight: bold;
	display: table-cell;
	text-transform: uppercase;
	white-space: nowrap;
}
/*tr.rootmenuitem td, tr.rootmenuitemselected td, tr.rootmenuitembreadcrumb td {
	width: 125px;
}*/
.submenuitembreadcrumb {
	background: #a56527;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid #663300 2px;
	border-bottom: solid #663300 2px;
	padding: 4px 7px 5px 7px;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
	white-space: normal;
}
.submenu {
	z-index: 1000;
	background: url(_i/dropmenu_top.gif) repeat-x top;
	background-color: #663300;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 0;
	margin-left:0px;
	margin-top:2px;
	padding: 14px 5px 4px 5px;/*width: 120px;*/
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid;
	border-left: transparent 0px solid;
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background-color: transparent;
	height: 1px;
	padding: 0;
	margin: 0;
}
.MainMenu_MenuBreak table {
	width: 100%;
}
img.navsepclass {
	margin: 0 15px;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/* ========== Contest Form Fix ========= */

table.FormTable {
	width: 450px;
}

/* ===========walkonvideo fix============== */
#NewFlashHome {
	position:fixed;
	bottom:0;
	z-index:99999;
	align:left;
}


