/* CSS Document */
*{margin: 0; padding: 0;}
html {
	font: 90% Arial, sans-serif;
	}
body {
	background-image: url(stage/background.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:15px;
	}

img {border-style:none;}

.clearfix:after {content: "."; display: block; clear: both; visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {display: inline-block;}
/* Hide these rules from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
li.clearfix {display: list-item;}
/* End hide from IE-mac */

.centerTable{text-align:center;}


/*////// TOP LAYOUT ///////////////////////////*/
#leaderBoard{
	width:100%;
	margin:0 auto;
/*	float:left;*/
	}

#top{
	clear:both;
	margin:0px;
	background:#fff;
	height:91px;
	}

#top img{
	border:none;
	}

#logo{
	clear:both;
	margin:0px;
	float:left;
	}
/*
#logo img{
	border:none;
	}
*/
#livePlayerSm{
	height:91px;
	margin:0px;
	float:right;
	}


#livePlayerLrg{
	margin:0px;
	float:right;
	}

/*////// MAIN LAYOUT //////////////////////////*/
#container{
	width: 1000px;
	position: relative;
	margin: 0 auto;
	}

#genNews #container{
	width: 1000px;
	}

#content{
	width:978px;
	clear: both;
	background-color: #fff;
	padding:10px;
	border: 1px solid #5b656f;
	border-bottom:3px solid #336699;
	margin: 0 auto;
	}

h1 {text-align: center; padding: 0 0 5px 0; color: #336699; font-size: 20px;}

/*
#programs #container{
	background-color:#999999;
	}

#programs #content{
	margin: 0 100px;
	}

*/
#extra{
	clear:both;
	width:100%;
	}

#copyright{
	clear:both;
	width:100%;
	background-color:#cccccc;
	color:#003366;
	text-align:center;
	border:none;
	}

/*///////// NAV ///////////////////////////////*/
#menu{
	background-color: #336699;
	float: none;
	height:22px;
	position:relative;
	margin:0 auto;
	padding: 0;
	}

#genNews #menu{
	width:1000px;
	}

#menu #programList {
	width:100px;
	position:relative; 
	top:1px; 
	left:3px;
	}

#menu #programList #programSelect {
    width: 215px;
    padding: 0 0 0 3px;
    font-size: 14px;
    line-height: 1;
    overflow:hidden;
    height: 20px;
    border:1px solid #000000;
    border-radius:0px;
    -webkit-appearance: none;
}
#dayOfWeek {
    width: 130px;
    padding: 0 0 0 3px;
    font-size: 14px;
    line-height: 1;
    overflow:hidden;
    height: 20px;
    border:1px solid #000000;
    border-radius:0px;
    -webkit-appearance: none;
}
#nav {
	margin: 0;
	list-style: none;
	font-weight: bold;
	background-color:#336699;
	float:right;
	}

#nav ul {
	list-style: none;
	display: none;
	background-color:#ffffff;
	position: absolute;
	z-index: 5;
	}

#nav li{
	float: left;
	margin: 0 5px 0 15px;
	font-size: 100%;
	padding: 3px 0 0 0;
	}

#nav a{
	text-decoration: none;
	display: block;
	letter-spacing: .05em;
	color: #ffffff;
/*	padding: 0 6px;
	line-height: 30px; */
	}

#nav li li{
		font-size: .8em;
		margin: 0 5px 0 5px;
		float: none;
		min-width:150px;
		}

#nav li:hover ul{ display: block; }

#nav li li a{
	/*
	line-height: 20px;
	height: 20px;
	*/
	display: block;
	}

#nav a:hover{
/*	background: #cae4fd;*/
	cursor: pointer;
	color: #cae4fd;
	}

#nav a.parent:hover {
	background: none;
	cursor: default;
	}

/*///////// INDEX/NEWS ITEMS //////////////////////////////*/
.featuredNewsPlayer{	
	border: 1px solid #336699;
	padding-bottom:5px;
	}

.midasResourcesNews{	
	min-height:150px;
	width:598px;
	border: 1px solid #336699;
	margin:5px 0 5px 0;
	}


#genNews #left{
	width:600px;
	padding-left:5px;
	float:left;
	clear:both;
	}

#genNews #right{
	float:right;
	}

.news a{
	font-size: 100%;
	text-decoration:none;
	}

.news{	
	width:600px;
	}

#newsDivs { position:relative; /*background-color:#eff;*/ }
#newsLeft { float:left; width:285px; }
#newsRight { float:right; width:285px;}
.newsCategory {background-color:#f6f6ff; padding:8px; border:1px solid #003366; margin-bottom:10px; font-size:12px;}
.newsCategory h2 {text-transform:uppercase; font-size:14px; /*border-bottom:dashed 1px;*/ margin-bottom:10px;}
.newsTitle { font-weight:bold; }
.newsAd {margin-bottom:10px;}
#newsDivs a, #newsDivs a:hover {color:#003366}
.newsArticles {background-color:#fff; padding:2px;}

/*///////// SIDE BANNERS ITEMS //////////////////////////////*/
.premSponsor{
	/*background-color:#aaf;*/
	width:340px;
	height:122px;
	margin:5px 0 5px 0;
	}

.video{
	/*background-color:#afc;*/
	width:340px;
	height:260px;
	margin:0 0;
	}


/*////////// AD /////////////////////////*/
#advertise #left {
	float:left;
	width:375px;
	margin: 0 0 0 0;
	}

#advertise #right {
	float:right;
	width:375px;
	margin: 15px 0 0 0;
	}

#advertise .title {
	margin: 5px 0 0 0;
	text-align: center;
	}

#salesTeam {
	position:relative;
	margin: 0 18px 0; 0;
	border: 1px solid #003366;
	float: right;
	width: 300px;
	padding-bottom: 5px;
	}

#salesTeam .title {
	font-size: 14px;
	color: #336699;
	padding: 0 5px 5px 0;
	}

#salesTeam .employee {
	float:left;
	font-size: 14px;
	color: #003366;
	padding: 0 0 0 0;
	}

#salesTeam .employee ul {
	padding:0 0 0 15px;
	}

#form {
	position: relative;
	margin: 15px 0 0 0;
	float: right;
	width: 350px;
	}

#form p {
	width: 90%;
	text-align: left;
	line-height:25px;
	color: #003366;
	padding:0 0 0 5px;
	}

#form input, #form textarea, #form select {
	color: #000033;
	background: #eeeeee;
	float: left;
	border: 1px solid #336699;
	width: 295px;
	margin-left: 25px;
	}

#form button {
	color: #ffffff;
	background: #336699;
	border: 2px outset #003366;
	margin: 10px 15px 10px 230px;
	padding-left:8px;
	width:75px;
	}
	
#form fieldset {
	border: 1px solid #003366;
	/*width: 10em*/
	}

#form legend {
	color: #ffffff;
	background: #336699;
	border: 1px solid #003366;
	padding: 2px 6px;
	margin-left: 5px;
	}

#form input{
	line-height:25px;
	color: #003366;
	}

#advertise p {
	color: #003366;
	font-size: 12px;
	}

#advertise .info ul {
	color: #003366;
	font-size: 12px;
	padding: 0 0 0 50px;
	}

#advertise .img-wrapper {
	background: url(../assets/images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: right;
	margin:10px;
	position: relative;
	}

#advertise .img-wrapper img {
	background-color: #ffffff;
	border: 1px solid #003366;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
	}

/*////////// ARCHIVES /////////////////////////*/


/*////////// CONTACT AND CONTACT RESPONSE /////////////////////////*/
#address {
	float:left;
	width:953px;
	font-size: 20px;
	color: #336699;
	text-align:center;
	}

#employees {
	float:left;
	width:300px;
	margin:20px 25px 0;
	}

#employees .title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	color: #336699;
	padding: 0 0 5px 0;
	}

#employees .employee {
	font-size: 14px;
	clear: both;
	color: #003366;
	padding: 0 0 10px 5px;
	}

#contactForm {
	float:right;
	width:500px;
	padding: 0 5px 0 25px;
	margin: 10px 15px;
	position: relative;
	}

#contactForm label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

#contactForm input, #contactForm textarea, #contactForm select {
	color: #000033;
	background: #eeeeee;
	border: 1px solid #336699;
	width: 295px;
	margin: 0 5px 0 0;
	}

#contactForm button {
	color: #ffffff;
	background: #336699;
	border: 2px outset #003366;
	margin: 10px 0 10px 255px;
	width:60px;
	}

#contactForm fieldset {
	border: 1px solid #003366;
	/*width: 20em*/
	}

#contactForm legend {
	color: #ffffff;
	background: #336699;
	border: 1px solid #003366;
	padding: 2px 6px;
	margin-left: 5px;
	}

#contactForm p, #contactForm input{
	line-height:25px;
	color: #003366;
	}

/*///////// FAQ //////////////////////////*/
#faq .question {
	font-size:18px;
	font-weight:bold;
	color:#000033;
	margin: 10px 0 10px 25px;
	}
#faq .answer {
	margin: 0 330px 15px 25px;
	Background-color:#CCCCCC;
	}

#questionBlob {
	width:92%;
	margin:0 auto;
}

.tableTitle {
	width:92%;
	margin:0 auto;
}

/*///////// LISTEN //////////////////////////////*/
#listenOptions table {
	height:200px;
	width: 100%;
	border: 2px solid #336699;
	border-bottom-style: none;
	margin-top:0;
	}

#listenOptions td { 
	min-height: 25px;
	padding: 0 3px;
	width:50%;
	text-align:center;	
	}

#listenOptions .cellStyle1{ 
	min-height: 25px;
	border-top: 2px solid #003366;
	padding: 0 3px;
	text-align: center;
	}

#listenOptions .cellStyle2{ 
	min-height: 25px;
	border-bottom: 2px solid #003366;
	}

#streamingLinks table {
	width: 100%; 
	padding: 5px; 
	border: 2px solid #336699;
	border-bottom-style:none;
	}

#streamingLinks td { 
	min-height: 25px;
	padding: 0 3px;
	text-align: center;
	}

#streamingLinks .cellStyle1{ 
	min-height: 25px;
	border-top: 3px solid #336699;	
	padding: 0 3px;
	text-align: center;
	}

#programLinks table {
	width: 100%;
	border: 2px solid #336699;
	border-collapse:collapse;
	}

#programLinks td { 
	min-height: 25px;
	line-height:130%;
	border-style: solid;
	border-width: 2px;
	border-color: #336699;	
	padding: 0 3px;
	}

#radioStations table {
	border-style: solid;
	border-width: 2px;
	border-color: #336699;
	clear: none;
	float: left;
	margin-left: 5px;
	}

#radioStations td {
	min-height: 25px;
	min-width: 225px; 
	border-style: solid;
	border-width: thin;
	border-color: #336699;	
	padding: 0 3px;
	}

#listen #info {
	padding: 3px 10px;
	clear: both;
	}
	
/*///////// PROGRAMS NAV ///////////////////////////////*/
#bottomMenu{
	background-color: #336699;
	clear: both;
	vertical-align:top;
	width:951px;
	height:22px;
	font-size:100%;
	position:relative;
	top:0;
	margin:0 auto;
	}

#bottomNav {
	margin: 0;
	list-style: none;
	font-weight: bold;
	background-color:#FFFFFF;
	}

#bottomNav ul {
	list-style: none;
	display: none;
	background-color:#336699;
	position: absolute;
	z-index: 5;
	}

#bottomNav li{
	float: left;
	margin: 0 15px 0 5px;
	font-size: 100%;
	padding: 2px 0;
	}

#bottomNav li:last-child {
	margin: 0;
	}

#bottomNav a{
	text-decoration: none;
	display: block;
	letter-spacing: .05em;
	color: #FFFFFF;
	}

#bottomNav a:hover{
/*	background: #cae4fd;;*/
	cursor: pointer;
	color: #99CCFF;
	}

#nav a.parent:hover {
	background: none;
	cursor: default;
	}

/*////// PROGRAMS LAYOUT //////////////////////*/
#programLeft{
	float:left;
	width:35%;
	text-align:center;
	padding-top:10px;
	clear: both;
	}
#programRight{
	padding-left:10px;
	min-height:600px;
	padding-right:10px;
	float:right;
	width:62%;
	border-left:1px solid #666;
	}

#programTitle{
	text-align:center;
	color: #336699;
	}

#programTitle h2{
	color:#336699;
	}

#programInfo{
	width:100%;
	text-align:center;
	margin:20px 0 10px 0;
	color: #003366;
	}

#programInfo img{
	border-style:none;
	}

#programDescription p{
	margin-bottom:10px;
	color: #003366;
	}

#programDescription{
	clear:both;
	padding-top:15px;
	}

#programPromos table {
	width: 100%;
	border: outset 3px #003366;
	margin:10px 0 10px 0;
	}

#programPromos th {
	line-height:20px;
	text-align:center;
	color: #003366;
	}

#programPromos td {
	line-height:20px;
	text-align:center;
	}

/* EXCEPTIONS */
#programLeft #programImage{float:none; width:100%; padding:10px 0;}
#programLeft #programInfo{float:none;}

#memorialLeft{
	float:left;
	width:40%;
	text-align:center;
	padding-top:10px;
	clear: both;
	}
#memorialRight{
	padding-left:10px;
	float:right;
	width:55%;
	border-left:1px solid #666;
	}

#memorialInfo{
	width:100%;
	text-align:left;
	margin:10px 0 5px 2px;
	color: #003366;
	}

#memorialInfo img{
	border-style:none;
	}

/*///////// SCHEDULE //////////////////////////*/
#schedules #sched {
	font-family:Verdana; 
	font-size:80%; 
	border: 1 solid #003366
	}
	
#channels #sched td {
	width:120px; 
	vertical-align:top; 
	padding:2px; 
	color:#fff;
	text-align:center; 
	}
	
#schedules #sched a {
	font-size:110%; 
	text-decoration:none;
	}

#schedWindow {
	position:relative; 
	width:850px; 
	height:425px; 
	top:0px; 	
	/*top:-240px; left:80px;*/
	}

#channelSchedule {
	position:absolute; 
	left:80px; 
	top:30px;
	}

#channels {
	width:82px; 
	min-height:330px;
	position:relative;
	top:30px;
	}
	
#track1 {height:66px;}
#track2 {height:65px;}
#track3 {height:65px;}
#track4 {height:65px;}
#track5 {height:65px;}

#track1 td {
	background-color:#aabbbb;
	border-style:solid none none solid;
	border-color:#000000;
	border-width:2px;
	}

#track2 td {
	background-color:#c9cfd4;
	border-style:solid none none solid;
	border-color:#000000;
	border-width:2px;
	}
	
#track3 td {
	background-color:#aabbbb;
	border-style:solid none none solid;
	border-color:#000000;
	border-width:2px;
	}
	
#track4 td {
	background-color:#c9cfd4;
	border-style:solid none none solid;
	border-color:#000000;
	border-width:2px;
	}

#track5 td {
	background-color:#aabbbb;
	border-style:solid none solid solid;
	border-color:#000000;
	border-width:2px;
	}

#track6 td {
	background-color:#c9cfd4;
	border-style:solid none solid solid;
	border-color:#000000;
	border-width:2px;
	}

#track1 img {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	}

#track2 img {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	}
	
#track3 img {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	}

#track4 img {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	}

#track5 img {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	}
	
#printSchedules {
	min-height:50px;
	padding-left:75px;
	padding-top:90px;	
	}

#printSchedules .pdfs {
	padding:0 0 0 15px; 			
	float:left;
	}

/*///////// AFFILIATES/STARGUIDE //////////////////////////*/

#affiliatesTitle {
	width: 100%;
	float:right;
	clear: both;
	padding: 3px 0 3px 0;
	}

#affiliateLeft{
	float:left;
	width:25%;
	text-align:center;
	padding-top:10px;
	clear: both;
	}

#affiliatesLiveStreams {
	width:250px;
	float:left;
	padding: 5px 0 5px 0;
	}

#affiliatesLiveStreams table {
	width: 100%;
	border: none;
	}

#affiliatesLiveStreams a {text-decoration:none;}

#constantContact {
	clear:both;
	padding: 15px 0 5px 0;
	}

#affiliateRight{
	padding-left:10px;
	float:right;
	width:72%;
	border-left:1px solid #666;
	}

#affiliatesProgram p {
	color: #003366;
	font-size: 14px;
	padding: 0 25px 10px 25px;
	}

#affiliatesProgram .info ul {
	color: #003366;
	font-size: 14px;
	padding: 0 0 15px 50px;
	}

/*///////// MOBILE APPS //////////////////////////*/

#appLinks table {
	width:100%;
	border-style: solid solid none;
	border-width: 2px;
	border-color: #336699;
	padding: 10px 20px 0 0;
	}

/*//////// Large Player /////////////////////////*/

#nowPlayingL {
	width: 340px;
	height: 160px;
	background-image:url('/assets/stage/onAirLive_Lrg.png');
	background-repeat:no-repeat;
}

.onAirTextShow {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 3px;
}

.onAirTextNoShow {
	font-size: 14px;
	text-align: center;
	display: none;
	padding: 3px;
}

.onAirTextShow a {
	text-decoration: none;
}

.onAirTextNoShow a {
	text-decoration: none;
}

.show {
	display: block;
}

.noshow {
	display: none;
}

/*//////// Small Player /////////////*/

#nowPlaying {
	width: 225px;
	background-image:url('/assets/stage/onAirLive_Sm.png');
	background-repeat:no-repeat;
}

.onAirTextShow {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 3px;
}

.onAirTextNoShow {
	font-size: 12px;
	text-align: center;
	display: none;
	padding: 3px;
}

.onAirTextShow a {
	text-decoration: none;
}

.onAirTextNoShow a {
	text-decoration: none;
}

.show {
	display: block;
}

.noshow {
	display: none;
}

/*//////////Live Player////////////////*/

#littlecontent {
	width: 468px;
	background-image: url(stage/background.jpg);
	clear: both;
	padding:0px;
	border: 1px solid #5b656f;
	margin: 0 auto;
	height:100%;
}

#playerTable {
	width:468px;
	border-collapse:collapse;
	border:none;
	}
#playertablescroll	{
	width:468px;
	max-height:100px;
	overflow: auto;
	}
#livePlayer table {
	width:468px;
	border:none;
	border-collapse:collapse;
	}
	
#livePlayerVol table {
	width:468px;
	height:30px;
	border:none;
	border-collapse:collapse;
	}
	
#Lplayer tr {
	position:relative;
	border:none;
	top:0px;
	margin:0 auto;
	width:468px;
	}
	
#odProgramListTable{
	width:368%;
	border:none;
	border-collapse:collapse;
	}

#newshowinfo {
    float: right;
    position: relative;
    top: -19px;
    color: #FFFFFF;
}
	
	