﻿
/* Master Container Styles */


.MasterContent
{
    width: 960px;
    margin: 0px auto;
}

.FooterContent
{
    height: 110px;
    text-align: center;
}

/* Content Sections */

#contentTop
{
	height:130px;
	margin: 0px 0px 0px 0px;
}

#contentMain
{
	width:960px;
	margin: 0px 0px 0px 0px;
	background:url(/img/bgContentBack_theme1.jpg) repeat-y 195px;
}

#page_default #contentMain
{
    background:none; 
}

#page_default .BottomContent
{
	margin:15px 0px 0px 0px;
}

#contentMainNavigation
{
	height: 60px;
	position: relative;
	overflow: hidden;
}

.BottomContent
{
	border-top: solid 10px #2C475C;
	border-bottom: solid 10px #2C475C;
	background-color:Black;
	padding:10px 0px 10px 0px;
	text-align:center;
}

/* Main Content Sub Sections */

.LeftMain
{
	width:195px;
	height:500px;
	position: absolute;
}

#page_default #mainRight
{
    background:none; 
}

.RightMain
{
    left: 195px;
	width:720px;
	margin:0px 0px 0px 0px;
	min-height:685px;
	position:relative;
	padding:15px 5px 10px 25px;
	background:url(/img/bgContentGeneric_theme1.jpg) no-repeat top;
}

/* main content left and right sides per Robert - approved by Gwyn 6/4/07 - for all content pages */

#right1
{
    width:470px;
    padding:0px 10px 0px 0px;
}


#right2
{
    position:absolute;
    top:80px;
    left:505px;
    width:230px;
    padding:0px 10px 0px 0px;
}

#page_default #mainRight
{
	min-height:585px;
	padding:180px 5px 10px 25px;
}

#page_default #right1
{
	width:auto;
    padding:0px;
}

#page_default #right2
{
	display: none;
}

#pagePromodetails #right1
{
	width:auto;
    padding:0px 15px 0px 0px;
}

#pagePromodetails #right2
{
	display: none;
}

/* Main Navigation */

#ctl00_MainNavigation1_hypListen, #MainNavigation1_hypListen
{
    position: absolute;
    top: 0px;
    left: 20px;

}

#ctl00_MainNavigation1_mnuMain, #MainNavigation1_mnuMain
{
    position: absolute;
    top: 0px;
    left: 206px;
    margin-top: 10px;
}

/* Section Navigation */


.SectionNavigation
{
    color:Black;
    padding:10px 5px 0px 0px;
}

.SectionNavigation p
{
    text-align:right;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.SectionNavigation table
{
    width:100%;
}

.SectionNavigation td
{
    text-align:right;
}

.SectionNavigation a
{
    display: block;
    padding-right: 8px;
}

.SectionNavigation .SectionSelected td
{
    
    background: url(/img/Navigation/SubNavArrow.gif) no-repeat right;
    color:red;
	margin-left:80px;
}

.SectionNavigation .SectionSelected td a
{
    color:red;
}


/* Footer */

.FooterNavigation
{
	text-align: left;
    margin: 10px auto 5px auto;
}

.FooterNavigationItem
{
    font-size: 12px;   
    color:#1AC515;
    margin: 0px 2px 0px 2px;
}

.FooterNavigationItem:hover
{  
    color:#1AC515;
}

.Copyright
{
    margin: 5px 0px 0px 20px;
    font-size: 9px; 
    color: white;
}


/* Info Feed */

.InfoFeed
{
    font-size:8pt;
    line-height:12pt;
    float: right;
    width: 280px;
    padding:20px 5px 0px 170px;
    margin-right: 20px;
    height: 110px;
}

.InfoFeed td
{
    font-size:8pt;
    line-height:12pt;
}

.InfoFeed span
{
    font-weight: bold;
}  

.InfoFeed .FeedDate
{
    color:White;
}

.InfoFeed .FeedTime
{
    color:White;
}

.InfoFeed a
{
    color:#1AC515;
}

.InfoFeed a:hover
{
    text-decoration:underline;
}

.InfoFeed .dot
{
    color:White;
    font-size: 18px;
    line-height: 12px;
    margin:10px 0px 0px 0px;
    display:inline;
}

.InfoFeedToolTip
{
    width:185px;
}

.OnAir
{
    position:absolute;
}

#ctl00_lblPageError
{
    background-color: #FFFFE1;
    color: red;
    width: 940px;
    position: absolute;
    padding: 2px 10px 5px 10px;
    z-index: 10;
}

/* Styles for reversing content left and right  sides - set up for
   the board bios page, but then abandoned.  For future use.

#pageAbout_board #right1
{
    position:absolute;
    width:230px;
    padding:0px 10px 0px 0px;
}


#pageAbout_board #right2
{
    position:relative;
    left:240px;
    top:0px;
    width:470px;
    padding:0px 10px 0px 0px;
}

*/

.INsiderPrompt
{
    color: white;
    margin: 10px 0px 0px 20px;
}

.INsiderPrompt h5
{
    margin: 0;
}

.INsiderPrompt a
{
    color:#1AC515;
    font-size: 12px;
}



