/*Site Sections*/
body
{
	text-align: left;
	background-color: #E6E6E6;
	margin: 0px 0px 0px 2px;
	font-family: Arial;
	font-size: 12pt;
}
#Frame
{
	width: 975px;
	padding: 0px;
	text-align: left;
}
/*#Header
{
	height: 80px;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
*/
#Header
{
	height: 80px;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	/*position: relative;*/
}
#AstrosBG
{
	position:absolute; 
	right: 0px; 
	top: 0;
}
#AdSpaceTop
{
	position:absolute;
	left: 507px;
	top: 5px;
	z-index: 50;	
}

#ContentLeft
{
	width: 175px;
	background-image: url(img/cfnheadersub.jpg);
	background-repeat: no-repeat;
	background-color: #5380B7;
	padding: 0px;
	float: left;
	padding-top: 10px;
}
#ContentLeftBN9 /* Only for BN9 Demo*/
{
	width: 175px;
	background-image: url(img/bn9subheader.jpg);
	background-repeat: no-repeat;
	background-color: #5380b7;
	padding: 0px;
	float: left;
	padding-top: 10px;
}
/* End BN9 Demo */
#ContentFull
{
	width: 800px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#ContentMain
{
	width: 480px;
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#ContentRight
{
	width: 320px;
	padding: 0px;
	float: left;
	margin-top: -7px;
	position: relative;
}
#Footer
{
	clear: both;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	padding-top: 10px;
}
/*End Site Sections*/

/*Media Player*/
#PlayerHeader
{
	height: 60px;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}

#PlayerCenterContainer
{
	padding: 5px 0px 5px 0px;
	clear: both;
}

#PlayerLeft
{
	float: left;
	position: relative;
	width: 360px;
}

#PlayerRight
{
	width: 360px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
}
#PlayerFooter
{
	clear: both;
	text-align: center;
}


/*End Media Player*/


/* Left Hand Navigation and Items*/
#ContentLeft h4, #ContentLeftBN9 h4 /*Menu Divider*/
{
	background: #F9F9F9 url(img/menu_sep_bg.jpg) repeat-x;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 2px 0px 2px 15px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
a.headerLink:link
{
	font-family: Arial, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: Black;
}
a.headerLink:hover
{
	font-family: Arial, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: Blue;
}
a.headerLink:visited
{
	font-family: Arial, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: Black;
}
#Clock
{
	color: #FFFFFF;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(img/clock_bg.jpg);
	background-repeat: repeat-x;
	padding: 2px 0px 2px 0px;
}
#PartnersContent
{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}
.subBox
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-size: 80%;
	padding: 0px 0px 2px 0px;
}
.subBoxCentered
{
	text-align: center;
}
.subTitle
{
	color: #640000;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
.subContent
{
	padding: 0px 0px 0px 15px;
}
.subBox img
{
	padding: 10px 0px 10px 0px;
}
/*End Left Hand Styles */

/*Search Box */
.searchBox
{
	background-image: url(img/search_edge.jpg);
	background-repeat: no-repeat;
	background-color: #0f4d9b;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	height: 30px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

/*End Search Box*/

/*Hyperlinks*/
a:link
{
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}
a:visited
{
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}
.linkListWhite a:link
{
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.linkListWhite a:visited
{
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.footerLinks a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.footerLinks a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.featuredLink:link
{
	color: #000000;
}

a.featuredLink:visited
{
	color: #000000;
}
/*Forms*/
div.row
{
	clear: both;
	padding-top: 10px;
	border: solid 1px red;
}

div.row span.label
{
	float: left;
	width: 100px;
	text-align: right;
	border: solid 1px blue;
}

div.row span.formw
{
	float: right;
	text-align: left;
	border: solid 1px green;
}

/*Tab Strip Shift*/
.homePageTabs
{
	margin-left: 10px;
	margin-right: 9px;
}


/*Main Content Styles */
.logoImage
{
	border: none 1px blue;
}
.featureImage
{
	float: left;
	position: relative;
	padding: 0px 10px 5px 0px;
}
.contentBlock, .contentBlockStory
{
	background-color: #FFFFFF;
	border: solid 1px #B1B9BC;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	position: relative;
}

.contentBlockPageView
{
	background-color: #FFFFFF;
	border: solid 1px #B1B9BC;
	border-top: solid 0px #B1B9BC;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	position: relative;
}

.contentBlockFull
{
	background-color: #FFFFFF;
	border: solid 1px #B1B9BC;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	position: relative;
}

.contentBlock h1, .contentBlockPageView h1, .contentBlockFull h1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 25px;
	font-weight: bold; /*color: #003399;*/
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.longTitle h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; /*color: #003399;*/
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.contentBlock h2, .contentBlockPageView h2, .contentBlockFull h2
{
	background-image: url(img/titleBullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.contentBlock h3, .contentBlockPageView h3, .contentBlockFull h3
{
	background-image: url(img/titleBullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
}

.contentBlock h4, .contentBlockPageView h4, .contentBlockFull h4
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.contentBlock label, .contentBlockPageView label, .contentBlockFull label
{
	font-weight: bold;
}
.contentBlock p, .contentBlockPageView p, .contentBlockFull p
{
	margin: 0px 0px 10px 0px;
}

.contentForm
{
	background-color: #C4E1FF;
	border: solid 4px #FFFFFF;
	margin: 0px 10px 10px 10px;
	font-size: 75%;
	font-weight: bold;
}
.contentForm h2
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.contentBlockBlue
{
	background-image: url(img/weatherbkg.jpg);
	background-color: #0f4d9b;
	border: solid 1px #B1B9BC;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 80%;
	position: relative;
	height: 80px;
	background-repeat: no-repeat;
}

.contentMoreInfo
{
	text-align: right;
	clear: both;
}

#VideoList, #LinkList
{
	width: 235px;
	float: left;
}
#VideoList ul, #LinkList ul
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
}

#VideoList li
{
	background-image: url(img/camera_icon.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 25px;
	width: 225px;
	position: relative;
}

#LinkList li
{
	background-image: url(img/linklistbullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 25px;
	width: 225px;
	position: relative;
}

.linkList ul, .emLinkList ul
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.linkList li
{
	background-image: url(img/linklistbullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 10px;
}
.emLinkList li
{
	background-image: url(img/linklistbullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 10px;
}
.linkListWhite
{
	width: 150px;
	padding-top: 10px;
	float: left;
}
.linkListWhite ul
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.linkListWhite li
{
	background-image: url(img/linklistbullet_white.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	position: relative;
}
#gallery
{
}
#gallery .float
{
	float: left;
	padding: 2px 2px 2px 2px;
	position: relative;
}
#gallery .float h3
{
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#gallery .float p
{
	font-weight: bold;
	text-align: center;
	width: 140px;
}
#gallery .float a:link
{
	cursor: pointer;
}
#gallery .float a:hover
{
}
#gallery .float img
{
	border: none;
}
div.float h3
{
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.float p
{
	text-align: left;
}
.smallText
{
	font-size: 70%;
	color: #666666;
	clear: both;
}
.adImage
{
	text-align: center;
}
.footerLinks
{
	text-align: center;
	color: White;
	background-color: #666666;
	padding: 4px;
}
.featureItemAuthor
{
	font-weight: bold;
}
.noLinkTitle
{
	font-weight: bold;
}
/*Video Vault*/
#fpVidBg
{
	background-image: url(img/video_vault_bg.gif);
	background-repeat: no-repeat;
}
#fpVidT
{
	clear: both;
	margin: 0px 5px 5px 5px;
	padding: 1px 0px 0px 20px;
	background-color: #E6E6E6;
	background-image: url(img/videoCir.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
}

/*Archive View*/
.archiveHeadline
{
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #CCCCCC;
	clear: both;
}
.archiveHeadlineFirst
{
	padding: 5px 0px 5px 0px;
	clear: both;
}
.archiveHeadlineLast
{
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
}
.archiveImg
{
	position: relative;
	padding: 0px 10px 0px 0px;
	float: right;
}
.archiveImgBox
{
	padding: 0px 10px 0px 0px;
}
.archiveAddtl
{
	clear: both;
}
/*Schedule Table*/
.scheduleTable
{
	font-weight: bold;
}
.scheduleTable h1
{
	font-size: 14pt;
}
.scheduleTime
{
	text-align: center;
	width: 45px;
	background-color: #C4E1FF;
}
.scheduleItem
{
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	font-size: 90%;
	border-bottom: solid 1px #C4E1FF;
	border-left: solid 1px #C4E1FF;
}
.scheduleRow
{
	border: solid 1px #C4E1FF;
}
/*Bios */
.bioTease
{
	float: left;
	padding: 5px;
	width: 130px;
	height: 150px;
	position: relative;
}
.bioTease p
{
	margin: 0px;
}
.name
{
	font-weight: bold;
}
/*Doppler Imagery*/
.radarSelector
{
	position: absolute;
	top: 15px;
	left: 590px;
	z-index: 99;
}
/*RSS Feeds*/
.syndication-list-item-description img
{
	display: none;
}

/*Forum */
.header1
{
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.header1Title
{
	background-image: url(img/titleBullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
}
.header2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	clear: both;
}
.smallfont
{
	font-size: 10px;
}
.navlinks
{
	border: none 0px #FFFFFF;
}
.imagelink img
{
	border: none;
}
.postheader
{
	border-bottom: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}
.postheader img
{
	border: none;
}
.message
{
}
.postfooter
{
	padding-top: 10px;
}
.content_html_OuterTable
{
	width: 400px;
}
.postformheader
{
	border-bottom: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}

/*Story Styles*/
.contentBlockStory h1
{
	background-image: url(img/titleBullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
}

.contentBlockStory h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 25px;
	font-weight: bold; /*color: #003399;*/
	color: #000000;
	margin: 0px 0px 5px 0px;
}

/*Ad Fusion Style */
.ArticleHeadline
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 25px;
	font-weight: bold; /*color: #003399;*/
	color: #000000;
}

.datePosted
{
	font-style:italic;
}

.storyTools
{
	border: solid 1px #CCCCCC;
	margin-top: 2px;
	padding: 2px 0px 2px 5px;
	font-size: 10px;
	background-color: #EEEEEE;
}

.storyTools img
{
	vertical-align: middle;
}

.sideBar
{
	float: right;
	width: 191px;
	padding: 10px;
	position: relative;
}

.sideBar div
{
	border: solid 1px #CCCCCC;
	padding: 2px;
	margin: 5px;
	margin-bottom: 15px;
}

.sideBar ul
{
	margin:2px;
	padding:0px;
	list-style: none;
	position: relative;
}

.sideBar li
{
	background-image: url(img/linklistbullet.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 10px;
}

.sbVideoList
{
	margin-left: 5px;
}

.sbVideoList li
{
	background-image: url(img/camera_icon.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 25px;
}

.sideBar h4
{
	position: relative;
	top: -7px;
	margin: 0 0 0 -2px;
	padding: 0 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	
}

.overlayWhite
{
	background: #fff;
	padding: 2px;
}

#viewLarger
{
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


#IpollResultContainer
{
	width: 440px; 
	height: 140px
}

.IPollSingleAnswerContainer
{
	margin-bottom: 15px;
}

.IPollSingleAnswerLabel
{
	font-size: 15px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000080; 
	margin: 2px 0 5px 0;
}
.HHN_Form
{
	width: 100%;
}
.HHN_LeftTableCell
{
	width: 190px;	
	padding-right: 40px;
}


.HHN_TextInput_Short, .HHN_TextInput_Mid, .HHN_TextInput_Long 
{	
	background-color: #e6e6e6;
	border: 1px solid #000;
}
.HHN_TextInput_Short
{
	width: 92px;
}
.HHN_TextInput_Mid
{
	width: 190px;
}
.HHN_TextInput_Long
{
	width: 430px;
}
.HHN_Error
{
	color: #FF0000;
	font-size: 12px;
}
