﻿body
{
	background: #C9C9C9 url(   'images/body-bg.jpg' ) repeat-x;
	font-family: Verdana,Tahoma,arial,sans-serif;
	color: #444444;
}
.masterlayout
{
	width: 100%;
}
.masterlayout_minwidth
{
	width: 880px;
}
.masterlayout_viewable
{
	background-color: #fff;
	vertical-align: top;
}
.masterlayout_maincontent
{
	background-color: #fff;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 5px;
}
.masterlayout_sides
{
	width: 2%;
}
.masterlayout_columnleft
{
	width: 210px;
	background-color: #fff;
}
.masterlayout_columnright
{
	width: 210px;
	background-color: #fff;
}
.masterlayout_columncenter
{
	background-color: #fff;
}
.header
{
	background-image: url('../zzTemp/wmban3c.jpg');
	background-repeat: no-repeat;
	background-color: Black;
	height: 172px;
	vertical-align: bottom;
	margin: 0px;
}

#nav_main
{
	/* (en) containing floats in IE */ 
	width: 100%;
	overflow: hidden; /* (en) containing floats in all other browsers */ 
	float: left;
	display: inline; /* (en) Repeat the main color from the image */ 
	background-image: url(  "images/headline_bg_header.gif" );
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	margin-top: 0px;
	line-height: 0;
	height: 24px;
}

#nav_links_main
{
	border-left: 1px #aaa solid;
	border-right: 1px #fff solid; /* Bugfix: IE - Doubled Float Margin Bug */
	display: inline;
	float: left;
	margin: 0; /* Left margin of the first button  */
	margin-left: 32px;
	padding: 0;
}

#nav_links_main li
{
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid; /* Bugfix: IE - Doubled Float Margin Bug */
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_links_main li a, #nav_links_main li strong, #nav_links_main li span
{
	background: transparent;
	color: #444444;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0.6em 0.8em 0.7em 0.7em;
	text-decoration: none;
	width: auto;
}
#nav_links_main li span
{
	cursor: default;
}

#nav_links_main li a:focus, #nav_links_main li a:hover, #nav_links_main li a:active
{
	background-image: url(  "images/headline_bg_over.gif" );
	color: #003DF0;
	text-decoration: none;
}

#nav_rss_main
{
	display: inline;
	float: left;
	margin: 0;
	margin-left: 12px;
	padding: 0;
}

#nav_rss_main li
{
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_rss_main li a, #nav_rss_main li strong
{
	background: transparent;
	color: #444444;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0.6em 0.8em 0.7em 0.7em;
	text-decoration: none;
	width: auto;
	background: url(images/icon_rssbutton.gif) 0px 6px no-repeat;
	padding-left: 15px;
}

#nav_rss_main li a:focus, #nav_rss_main li a:hover, #nav_rss_main li a:active
{
	background: url(images/icon_rssbutton.gif) 0px 6px no-repeat;
	color: #003DF0;
}

/* nav_accel_main */
#nav_accel_main ul li
{
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_accel_main ul li a, #nav_accel_main ul li strong
{
	background: transparent;
	color: #444444;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0.6em 0.8em 0.7em 0.7em;
	text-decoration: none;
	width: auto;
	background: url(images/accelerator.gif) 0px 6px no-repeat;
}
#nav_accel_main ul li a:focus, #nav_accel_main ul li a:hover, #nav_accel_main ul li a:active
{
	background: url(images/accelerator.gif) 0px 6px no-repeat;
	color: #003DF0;
}

/* Warnings.ascx Control */
.WarnDesc
{
	visibility: hidden;
	width: 0px;
}
.WarningsFull_new
{
	color: Black;
	background-image: none;
}
.WarningsFull_old
{
	color: Gray;
	background-image: url(../images/back_refresh.jpg);
}
.WarningsFull2_loc_TOP
{
	float: left;
	width: 100%;
}
.WarningsFull2_loc_Center
{
	float: left;
	width: 70%;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.WarningsFull2_loc_UpDtePnl
{
	float: right; 
	background-color: Yellow;
}
.WarningsFull2_loc_Pnl
{
	float: none;
}
.WarningsFull2_loc_hid
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: -10px;
}
.WarningsFull2_loc_Title
{
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	width: 148px;
}
.watermarkedunknown
{
	border: 1px solid #BB2F00;
	height: 19px;
	width: 150px;
	padding: 2px 0 0 2px;
	background-color: #EEEEEE;
	color: #B04F6C;
}
.watermarked
{
	border: 1px solid #E6F7FF;
	height: 19px;
	width: 150px;
	padding: 2px 0 0 2px;
	background-color: #EEEEEE;
	color: #808080;
}

.Trr
{
	border-style: solid none none none; border-width: 1px; border-color: Silver; position:relative; width: 99%; padding-left: 40px; padding-right: 40px; left: -40px; margin-bottom: -9px;
}
.Trr
{
	text-align: center; border-style: none; position:relative; width: 99%; top: -10px;
}

.Trr1
{
	
}
.Trr2
{
	text-align: center;
	border-style: none;
	width: 100%;
   background-image: url(../images/headerback.png);
	background-repeat: repeat-x ;   
}



/* AutoComplete flyout */
.autocomplete_completionListElement
{
	padding: 4px;
	visibility: hidden;
	margin: 1px;
	background-color: #FFFFFF;
	color: windowtext;
	border: 2px solid #A2ADB0;
	cursor: 'default';
	overflow: auto;
	height: 70px;
	text-align: left;
	cursor: default;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	border-style: solid;
	border-width: 1px 1px 3px 3px;
	border-color: #ffff99;
	background-color: #ffff99;
	color: #000000;
	cursor: default;
}
/* AutoComplete item */
.autocomplete_listItem
{
	border-style: solid;
	border-width: 1px 1px 3px 3px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	width: 90%;
	cursor: default;
}

/*    Signup Pages     */
/* AutoComplete flyout */
.AC_completionListElement_Signup
{
	padding: 4px;
	visibility: hidden;
	margin: 1px;
	background-color: #FFFFFF;
	color: windowtext;
	border: 2px solid #A2ADB0;
	cursor: 'default';
	overflow: auto;
	height: 70px;
	text-align: left;
	cursor: default;
	width: 50px;
}
/* AutoComplete highlighted item */
.AC_highlightedListItem_Signup
{
	border-style: solid;
	border-width: 1px 1px 3px 3px;
	border-color: #ffff99;
	background-color: #ffff99;
	color: #000000;
	cursor: default;
	overflow: auto;
}
/* AutoComplete item */
.AC_listItem_Signup
{
	border-style: solid;
	border-width: 1px 1px 3px 3px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	cursor: default;
	overflow: auto;
}


/* WxWarning Full Page */
.DontShowCell
{
	width: 1px;
	font-size: 1px;
	font-weight: normal;
	color: White;
}
.WxWarnFullGv
{
	width: 100%;
	background-color: White;
	border-style: none;
	border-width: 0px;
}
.WxWarnFullGvEmpty
{
	background-color: #FCEBE9;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.WxWarnFullSeperator
{
	height: 8px;
	width: 100%;
}
.WxWarnFullSeperatorLine
{
	height: 1px;
	width: 92%;
	background-color: #DADEEB;
}

/* Main Fast Weather Control */
.WxLocalMainInfo_LocationID
{
	width: 100%;
	color: #000099;
	font-weight: bold;
	background-image: url(images/headline_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.5em;
}
.WxLocalMainInfo_IconRowTxtTemp
{
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.5em;
}
.WxLocalMainInfo_IconRowTxtWindchill
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_IconRowTxtHumidity
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_IconRowTxtPressure
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_Weather
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_Wind
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_Visibility
{
	padding-left: 8px;
	font-size: 1.25em;
}
.WxLocalMainInfo_InfoBottom
{
	padding-left: 2px;
	text-align: right;
	font-size: .75em;
}

.ForumsFormSelectBox
{
	height: 100px;
}

.floatleft
{
	float: left;
}
.DontCareWhere
{
	position: relative;
	top: -12px;
	left: 44px;
}
.DontCareWhereDisclaimer
{
	float:right;
	position:relative;
	top: -10px;
	left: -20px;
	width: 320px;
}
.nav_modules
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	left: 540px;
	top: 0px;
	height: 120px;
	width: 360px;
	overflow: hidden;
}
.nav_module
{
	float: left;
	height: 100px;
	width: 120px;
	margin: 20px 0px 0px 3px;
	padding: 0px;
	background-image: url(images/iconbest/webwxback1.png);
}
.nav_moduleRedX
{	
	position: relative;
	float: right;
	top: -12px;
	right: 10px;
	height: 13px;
	margin: 0px;
	padding: 0px;
}
.nav_moduleRedXholder
{
	position: relative;
	float: right;
	top: -1px;
	right: -1px;
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
.nav_moduletxt
{
	float: left;
	padding: 2px 0px 0px 5px;
	margin: 0px;
}
.nav_moduleCName
{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
.nav_moduleIcon
{
	float: left;
	clear: left;
	margin: -2px 0px 0px -4px;
	width: 56px;
}
.nav_moduleIconLoad
{
	float: none;
	clear: left;
	margin: -5px 0px 0px 12px;
	width: 80px;
}
.nav_moduleTemp
{
	float:left;
	clear: none;
	margin-left: 5px;
	font-size: 2.25em;
	margin: 0px 0px 0px 3px;
}
.nav_moduleCond
{
	float: none;
	clear: left;
	font-weight: bold;
	margin-top: -4px;
}

.AddToPageIcon
{
	position:relative;
	left: -16px;
	top: 0px;
}

.D_WPart
{
	padding-left: 20px;
	padding-bottom: 12px;
}
.D_WPart img
{
	width: 30px;
	height: 30px;
}

.D_WPartHeader
{
	border-style: dashed;
	border-color: Silver;
	border-width: 2px;
	text-align: center;
}
