/* ############################################################
   HTML Tag Styles
   ######################################################### */
body {
	margin: 0px 0px 10px 0px ;
	background-image:url(theme/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #faf5e6;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	line-height: 140% ;
	color: #444 ;
	}

p {
	margin: 0px ;
	padding: 0px 0px 12px 0px ;
	}

img {

	}

.clear {
	clear: both ;
	}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana ;
    color: #336699 ;
	font-weight: 900 ;
    }

h2	{
    font-size: 16px ;
    }

h3	{
    font-size: 12px ;    
    }

a, a:active, a:visited, a:link {
	color: #000 ;
	text-decoration: underline ;
	}

a:hover {
	color: #0055AA;
	text-decoration: underline ;
	}

ul {
	margin: 0 0 0 0 ;
	padding: 5px 5px 5px 15px ;
	}
	
.cpyrgt {
	color: #fff ;
	text-transform: uppercase ;
	}

/* ############################################################
   Layout styles
   ######################################################### */
#wrapper {
	width: 990px;
	margin: 0 auto;
	margin-top: 10px ;
	}

#header {
	padding: 0px 0px 10px 0px ;
	}

.bannerpane {
	float: left ;
	width: 728px ;
	}

.on-air-now {
	float: right ;
	width: 250px ;
	}

#logo {
	padding: 20px 10px 0px 10px ;
	}

#leftcol, #contentcol, #rightcol, #contentcol-admin {
	float: left ;
	border: solid 1px #F5E7BB;
	}

#leftcol {
	width: 180px ;
	}

#rightcol {
	width: 300px ;
	}

#contentcol {
	width: 470px ;
	padding: 0px 8px ;
	}
.contentcol-admin
{ width: 770px !important; }

#maintbl {
	width: 100% ;
	}

#canvas {

	}

#canvas-top {
	background-image: url(theme/logo_full.jpg);
	background-repeat: no-repeat;
	height:135px;
	}

#canvas-content {
	background-color: #F5E7BB;
	border-bottom: solid 1px #F5E7BB;
	padding: 8px 8px 0px 8px ;
	}

#canvas-bottom {
	background-image: url(theme/canvas-bottom.gif) ;
	height: 4px ;
	}

#footer-top {
	margin-top: 5px ;
	background-image: url(theme/footer-top.gif) ;
	height: 4px ;
	}

#footer-bottom {
	background-image: url(theme/footer-bottom.gif) ;
	height: 4px ;
	}

#footer-content {
	background-color: #5D1616;
	text-align: right;
	padding: 0px 5px;
	color: #fff;
	font-size: 11px;
	}

#footer a {
	font-size: 11px ;
	color: #fff ;
	text-decoration: none ;
	font-weight: normal ;
	text-transform: uppercase ;
	}

#footer a:hover {
	background-color: #999 ;
	}

	
#footer .Normal { color: #F1EBD1; }
#footer .Normal a { color: #F1EBD1; }

#usercontrols {
	padding: 0px 0px 0px 0px ;
	}

#login {
	margin-top: 3px ;
	background-image: url(theme/login-bg.gif) ;
	width: 71px ;
	height: 18px ;
	text-align: center ;
	padding: 2px 0px ;
	font-size: 11px ;
	}

a.login {
	font-weight: 900 ;
	text-transform: uppercase ;
	color: #000 ;
	text-decoration: none ;
	}

a.login:hover {
	color: #fff ;
	}

#user {
	width: 99px ;
	height: 22px ;
	overflow: hidden ;
	padding: 2px 0px 0px 5px ;
	font-size: 9px ;
	white-space: nowrap ;
	line-height: 115% ;
	color: #fff ;
	}

#user a, #user a.link, #user a.visited, #user a.active {
	color:#990000;
	}

#user a:hover {
	color: #643E1F ;
	}

a.user {
	color: #fff ;
	}

a.user:hover {
	color: #990000 ;
	}

#login, #user {
	float: left ;
	}
#searchcontrols {
	background-color: #FFF;
	padding: 2px ;
	}

#searchcontrols input {
	border: none;
	background-color: #fff;
	border-width: 0px;
	width: 180px;
	color: #561414;
	}
#searchcontrols2 {
	background-color:#FFFFFF;
	margin-bottom:10px;
	border:1px;
	border-color:#666666;
	}
#searchcontrols2 input {

	background-color: #fff;
	border-width: 0px;
	width: 125px;
	color: #666666;
}

#usercontrols, #searchcontrols {
	margin-bottom: 10px ;
	}

a.search {
	font-size: 12px ;
	font-weight: 900 ;
	text-decoration: none ;
	color: #561414;
	padding: 1px 10px 1px 2px ;
	background-image: url(theme/search-arrow.gif) ;
	background-repeat: no-repeat ;
	background-position: right center ;
	}

a.search:hover {
	color: #990000 ;
	background-image: url(theme/search-arrow-on.gif) ;
	}

#now-playing {
	float: left ;
	font-size: 11px ;
	position: relative ;
	top: 10px ;
	left: 640px ;
	z-index: 5 ;
	width: 345px ;
	height: 20px ;
	overflow: hidden ;
	}

.np-label {
	color: #E5CB77;
	font-weight: 900 ;
	padding-right: 2px ;
	}

.artist-title {
	font-weight: 900 ;
	}

/* ############################################################
   Navigation styles
   ######################################################### */
#navigation {
	margin-left: -9px ;
	}

#navigation-top {
	background-image: url(theme/navigation-top.gif) ;
	background-position: top right ;
	background-repeat: no-repeat ;
	height: 6px ;
	}

#navigation-content {
	border-right: solid 1px #E5CB77;
	background-color: #E5CB77 ;
	padding-left: 10px ;
	padding-right: 10px ;
	}

#navigation-bottom {
	background-image: url(theme/navigation-bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 6px;
	margin-bottom: 10px;
	}

/* ############################################################
   DNN tag styles
   ######################################################### */
.DNNEmptyPane {
	display: none ;
	}

.DNNAligncenter {

	}

.Normal, .NormalDisabled {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px ;

	}

.SkinObject {
	font-size: 12px ;
	}

.SubHead {
	font-size: 12px ;
	color:#990000;
	}

a.CommandButton:active, a.CommandButton:link, a.CommandButton:visited {
color:#990000;
	}

.ControlPanel {
	background-color: #F1EBD1 ;
	color: #000;
	}
	
.ControlPanel a.CommandButton
{ color: #990000; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Home Announcements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home-headline {
	padding: 5px 0 15px 0 ;
	}

.home-headline-title {
	font-size: 12px ;
	font-weight: 900 ;
	}

.home-headline-desc {
	padding: 5px 0 ;
	}

.home-headline-desc p {
	padding: 0 ;
	margin: 0 ;
	}

a.Search {
	margin: 0px ;
	color: #336699 ;
	border: solid 1px #336699 ;
	padding: 3px 3px 2px 3px ;
	text-decoration: none ;
	}

.PagingTable {
	display: none ;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FAQ Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.faq {
	padding: 0px 0px 2px 7px ;
	background: transparent url(http://i.cdn.turner.com/cnn/.element/img/2.0/global/red_bull.gif) no-repeat scroll left 8px ;
	}

.faq-answer {
	padding: 5px 0px 0px 15px ;
	}

.faq p {
	margin: 0px ;
	padding: 0px ;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FAQ Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.schedule-box {
	padding: 8px 0px 8px 0px ;
	}

.schedule-box select {
	font-size: 11px ;
	width: 275px ;
	}

.schedule-box input {
	font-size: 11px ;
	width: 23px ;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	UDT Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.UDT_Table_Head {
	background-color: #336699 ;
	color: #fff ;
	font-weight: 900 ;
	}

.UDT_Table_Head th {
	color: #fff ;
	font-weight: 900 ;
	}

.UDT_Table_AlternateItem {

	}

.UDT_Table_Item {
	background-color: #809FBE ;
	color: #fff ;
	}

.UDT_Table_Item a {
	color: #fff ;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Form Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.registration_form td {
	padding: 2px ;
	}

.registration_form input {

	}

object {

	}
/* ========== Contest Form Fix ========= */

table.FormTable {
	width: 440px;
}

/* ================================ */

/* ========= ANNOUNCEMENT STYLES ==========*/

td.announceImg {
	padding-right: 5px;
}
.announceTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	text-transform: uppercase;
	color: #cc6600;
}
/*EDIT:Text color for announcement box*/ .announceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
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: left;
	overflow: hidden;
}
a.readmore:hover {
	background: url(_i/buttn_readmore.gif) 0 13px; }

#NewFlashHome {
	position:fixed;
	bottom:0;
	z-index:99999;
	align:left;
}

