/**
* PLEASE READ BEFORE EDITING!!!
*
* IMPORTANT: The styles in this file are only ones which effect the HTML in the tags/template.cfm 
* 			 or a wide variety of the pages on the site.  Put page specific CSS, in a page specific 
*			 CSS file.
**/

.container {
	width:950px;
	margin:0 auto;
	font-family: Helvetica, Arial, sans-serif;
}

.clear { clear:both; }

.left { float: left; }
.right { float: right; }

.append-1 { padding-right: 10px; }
.append-2 { padding-right: 20px; }

.prepend-1 { padding-left: 10px; } 
.prepend-2 { padding-left: 20px; } 

.append-bottom-1 { margin-bottom: 10px; }
.append-bottom-2 { margin-bottom: 20px; }
.prepend-top-1 { margin-top: 10px; }

.box-1 { padding: 5px; }
.box-2 { padding: 10px; }

.center { margin: 0 auto; text-align: center}

.error, .success { padding:0.8em;border:2px solid #ddd; }
.error { background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4; }
.success { background:#e6efc2;color:#264409;border-color:#c6d880; }


a { color: #05669C; font-family: helvetica, arial, sans-serif; font-weight: bold; }
a img { border:none; text-decoration:none; }

/* Fix zoom-out issue */
ul {
	padding: 0 0 0 30px;
	vertical-align: baseline;    
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text {width:300px;padding:5px;}

body {
	background: #ffffff;
    background: url("../assets/layout/background_sky.jpg") no-repeat scroll;
	background-position: 50% 0%;	
	line-height:1.5;	
	font-size:75%;
	color:#222;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	border:0;
}

a:link {
 	font-family: font-family: helvetica, arial, sans-serif;
 	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #05669C;
	margin:0px;
	padding-bottom: 10px;	
}

h3 {
	color: #05669C;
	margin: 0px 0px 4px 0px;
	font-size: 13px;
}

#sta_wrapper {
    margin:0 auto;
    /*max-width: 1600px;*/	
}

.container {
	width: 980px;
}

.content_wrapper {
	background: url("../assets/layout/wrapperBkg.png") repeat-y;
	overflow: hidden;
	border-bottom-right-radius: 30px 80px;	
	border-bottom-left-radius: 30px 80px;
}

.bold {
	font-weight: bold;
}

.clearLeft {
	clear: left;
}
.requiredField {
	font-weight: bold;
	padding: 0 3px 0 3px;
	color: red;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #5B7BBE;
	border: none;
	margin: 0px;
	color: #5B7BBE;
}

/************** Top Navigation Bar ***************/

.container #topNavBar {
	width: 960px;
	height: 30px;
	background: #12679b;
    margin:0 auto;	 
}

#topNavLinks {
    list-style: none;
    display: inline;
}

#topNavLinks li {
 	float: left;
 	position: relative;
    font-size: 14px;
	height: 30px;  	
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#topNavLinks li>ul { 
	top: auto;
	left: auto;	
}

#topNavLinks li ul { /* second-level lists */
	position: absolute;
	top: 100%;
	background: #ffffff;
    float: left;
    clear: left;
    padding: 0;
    border: none;
    list-style: none;    
}

#topNavLinks li ul li {	
	float: none;
}

#topNavLinks li:hover,
#topNavLinks li.over {
	background: #099dcb;
	color: #ffffff;
}

#topNavLinks li img {
	display: inline;
	padding-left: 3px;
}

#topNavLinks li:hover ul, 
#topNavLinks li.over ul { /* lists nested under hovered list items */
	margin-left: 0px;
}

/* hovered list links */
#topNavLinks li.over span,
#topNavLinks li:hover span,
#topNavLinks li:hover a,
#topNavLinks li.over a { 
    cursor: pointer;
}

#topNavLinks li a,
#topNavLinks li span { /* all links */
    text-decoration: none;
    display: block;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 30px 0 30px;
    height: 26px;
}

#topNavLinks ul#scndLvlAQIInfoLinks li a:link,
#topNavLinks ul#scndLvlAQIInfoLinks li a:visited {
	width: 150px;
	height: 24px;
	border: 1px solid #099dcb;
	text-decoration: none;
}

#topNavLinks ul li a:link,
#topNavLinks ul li a:visited { 
	/* second-level links */
    text-align: left;
    color: #4d4d4f;
    white-space: nowrap;
	font-size: 14px; 	
	text-transform:uppercase;	
}

#topNavLinks li ul li a:hover,
#topNavLinks li ul li a.over { /* hovered second-level links */
    background: #099dcb;
    color: #ffffff;    
}

/************** Top Navigation Bar: Search Bar **********/

#wrapper_icons {
	float: right;
	display:inline;
}

#searchBox {
	float: right;
}

#searchBox #criteria {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 100%;
    height: 24px;
    line-height: 20px;   
    margin: 5px 2px 0px 0px;
    outline: 0 none;
    padding: 0 5px;
    border-width:0;
    border: 1px 0 1px 0;
    border-style: solid;   
    width: 100px;
    float: left;
	height: 20px;    
}

#searchBox #searchBtn {    
    font-weight: bold;
    margin: 5px 5px 0px 0px;
    cursor: pointer;
    font-size: 100%;
	background: #bad6e4;
	color: #1b3251;
	font-weight: bold;
	height: 20px;
	border: none; 
}

#searchBox #searchBtn:active {
  background: #aabfca;
}

/************** Top Navigation Bar: Social Media Icons **********/
#socialMediaIcons {
	height: 27px;
	padding: 3px 5px 0 0;
	float: right;	
}

#socialMediaIcons a, #socialMediaIcons img {
	border: none;
	text-decoration: none;
	display: inline-block;
}

/******************* Left Navigation Panel *******************/

.container #leftNavBar {
	width: 184px;
	float: left;
	background: url("../assets/layout/leftNav/backgroundBar.png") no-repeat;
	position: relative;
}

#leftNavBar .staLogo {
	margin: 0 auto;
	display: block;
	padding-left: 6px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-decoration: none;
	border: none;
}

#leftNavBar .logo {
	border: none;
	text-decoration: none;
}

#leftNavBar .leftNavHeader {
	width: 180px;
	height: 40px;
	font-size: 14px;
	padding-left: 18px;
}

#leftNavBar .leftNavHeader div {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}

#leftNavBar .leftNavHeader.blue {
	background: url("../assets/layout/leftNav/blue.png") no-repeat;
}

#leftNavBar .leftNavLink {
	border-bottom: 1px solid #4d4d4f;
	margin-left: 10px;
	width: 167px;
	height: 30px;
}

#leftNavBar .leftNavLink.top {
	margin-top: -10px;
}

#leftNavBar .leftNavLink a:link, #leftNavBar .leftNavLink a:visited,
#leftNavBar .leftNavLink span {
	color: #4d4d4f;
	height: 20px;	
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-left: 10px;
}

#leftNavBar .leftNavLink span {
	font-weight: bold;
	cursor: pointer;
}


#leftNavBar .leftNavLink a.selected,
#leftNavBar .leftNavLink span.selected {
	color: #007EC4 !important;
}

#leftNavBar .leftNavLink.bottom {
	margin-bottom: -3px;
	border-bottom: none;
}

#leftNavBar .leftNavLink.chkBurn {
	margin-bottom: 5px;
}

#leftNavBar .leftNavLink.chkBurn a, #leftNavBar .leftNavLink.chkBurn a:visited {
	font-size: 13px;
	font-weight: bold;
}

#leftNavBar .leftNavLink a, #leftNavBar .leftNavLink a:visited,
#leftNavBar .leftNavLink span {
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftNavBar .leftNavLink a:visited {
	color: #4d4d4f;
	font-size: 14px; 
}

#leftNavBar .leftNavLink a:hover,
#leftNavBar .leftNavLink span:hover {
	color: #007EC4;
}

#leftNavBar .scooterLink {
 	background: url("../assets/layout/leftNav/bluescooter.png") no-repeat;  
	height: 52px;
	width: 180px;
}

#leftNavBar .scooterLink a:link, #leftNavBar .scooterLink a:visited {
	font-size: 14px;
	text-align:center;
	vertical-align: middle;
	padding: 6px 0 0 22px;
	color: #fff;
	width: 170px;
	height: 52px;	
	text-decoration:none;
	display: block;
}

.scooterLinkSubText {
	font-size: 10px;
	color: #fff;
	display: block;
	margin-top: -4px;
	font-weight: normal;
}

#leftNavBar .scooterLink a:visited {
	color: #ffffff;
}

/************** Left Panel Hover-Over Links ***************/

 ul.leftNavHoverLinks { /* second-level lists */
	position: absolute;
	left: 92%;
	background: none;
    float: left;
    clear: left;
    padding: 0;
    margin: 0px;
    border: none;
    list-style: none;    
    z-index: 1;
}

ul#linksHistoricalData, ul#linksHealthEffects, ul#linksThingsToDo {
	/*visibility: hidden;*/
    margin-top: -30px;  
}

ul.leftNavHoverLinks li {
	width: 210px; 
	height: 30px;
	vertical-align: bottom;	
}

ul.leftNavHoverLinks a {
	width: 190px; 
	float: right; 
	padding: 0px 0px 0px 10px;
	height: 30px;	
	border-left: 1px solid #0b75a9;
	border-right: 1px solid #0b75a9;
	border-bottom: 1px solid #c6c6c7;
	background: #ffffff;
	font-size: 12px !important;
}

ul.leftNavHoverLinks li a:hover,
ul.leftNavHoverLinks li a.over {
	background: #0b75a9;
	color: #ffffff !important;
}

ul.leftNavHoverLinks li.last-child a {
	border-bottom: 1px solid #0b75a9; 	
}

ul.leftNavHoverLinks li:first-child a {
	background: none;
	width: 190px;
	float: right; 
	padding: 0px 0 0 10px; 
	margin: 0px; 
	height: 30px;	
	border: none;		
}

ul.leftNavHoverLinks li:first-child {
	background:url('../assets/layout/leftNav/topnavarrow.png') no-repeat;
}

ul.leftNavHoverLinks li:first-child a div {
	border-bottom: 1px solid #c6c6c7;	
 	height: 24px;
 	width: 190px;
 	padding: 0px 0 0 10px; 
 	margin-left: -10px;
}

ul.leftNavHoverLinks li:first-child:hover,
ul.leftNavHoverLinks li:first-child.over {
	background:url('../assets/layout/leftNav/topnavarrow_blue.png') no-repeat !important;
	color: #ffffff !important;
	text-decoration: none;
}

/********************** Content ***********************/

.container #content {
	width: 794px;
	float: left;
	background: none;
	margin-left:-8px;
	background: url('../assets/layout/contentBkng.png') repeat-y;
} 

.container #adminContent {
	width: 794px;
	float: left;
	background: none;
	margin-left:-8px;
	background: url('../assets/layout/adminBkng.png') repeat-y;
} 

.spacer { /* white space needed in between background lines */
	background: #ffffff;
	margin-right: 10px;
	width: 760px;
	float: right;
}

#banner {
	width: 794px;
	height: 169px;
	float: left;
	padding: 10px 0px 0px 0px;
 	background: url("../assets/layout/Header_BlueWave.png") no-repeat;  
 	border-bottom: 10px solid #12679b;	
}

#banner h1 {
	color: #ffffff;
	font-weight: bold;
	padding: 15px 0 0 40px;
	margin: 0px;
	font-size: 2.2em;
}

#banner h3 {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0 0 40px;
	margin:0px;
	font-size: 1.2em;
}

#banner #airAlertLink{
	float: right;
	margin-top: 0px;
	margin-right: -10px;
}

#banner #airAlertLink a {
	display: block;
	margin-top: 10px;
}

#banner #airAlertLink a span {
	margin-top: -5px; 
	display:block;
}

#banner #secondHalfHeader {
	margin-top: -10px;
}

#pageContent {
	padding: 0px 20px 10px 20px;
	width: 524px;
	background: none;
	float:left;
	margin-bottom: 10px; 
	word-wrap: break-word;
}

#adminPageContent {
	padding: 0px 20px 10px 15px;
	width: 753px;
	background: none;
	float:left;
	margin-bottom: 10px; 
	word-wrap: break-word;
}

/*************** Right Panel ****************/

#rightContent {
	width: 229px;
	background: white;
	float: right;
}

#rightContent img {
	margin: auto;
	display:block;
	max-width: 210px;
}

#spareTheAirBox {
	border: 1px solid #c6c6c7;
	width: 145px;
	padding: 5px;
	margin: auto;
	color: #12679b;
	display: block;		
	margin-left: 15px;
	margin-top: 10px;
}

#spareTheAirBox div{
	float: left;
	font-weight: bold;	
}

#spareTheAirBox img {	 
	float: left;
	padding-right: 15px;
	display:block;
	padding-top: 5px;
}

#spareTheAirBox span {
	font-size: 45px;
	line-height: 45px;
	float: right; 
	padding-top: 4px;
	padding-right: 4px;
	color: #3bb54a;
}

/************* Right Panel: 1-Hour snapshot box ***********/

.aqiMap {
	width: 200px;
	border: 1px solid #c6c6c7;
	margin: auto;
	padding: 5px;
	background: #f1f2f2;
}

.aqiMap div {
	width: 190px;
	padding: 0px 8px 0px 8px;
}

/************* Right Panel: Check Before You Burn stats ***********/

.cbybBox {
	width: 210px;
	margin: auto;
	border: 1px solid #099DCB;
}

.cbybBox .header {
	background-color: #099DCB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 10px;
	height: 29px;
}

.cbybBox table {
	text-align: center;
	width: 100%;
}

.cbybBox table img {
	padding-bottom: 5px;
	height: 70px;
}

.cbybBox .histLink {
	padding: 0px 5px 0px 5px; 
	font-size: 12px;
}

/************* Footer **************/

#footer {
	width: 750px;
	float: right;
	border-top: 1px solid #c6c6c7; 
	padding: 10px;
	font-size: 11px;
	text-align: center;
	background: none;
	margin-right: 20px;
	border-bottom-right-radius: 10px 10px;
	font-weight: normal;
}

/************* Text Content Div and dd elements ***************/

#textcontent img {
	max-width: 528px; 
	margin:0px auto;
}

#textcontent dl {
	padding: 0px 8px;
	margin: 5px 0px 0px 0px;
	padding-left: 0px;
}

#textcontent dl dt {
	padding: 0px;
	border: none;
	color: #05669C;
	font-weight: bold;
}

#textcontent dl dd {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: none;
}

dd ul li {
	padding: 2px 0;
}

#textcontent ol li {
	padding: 2px 0;
}

label {
	color: #05669C;
	font-weight: bold;
}

label.radio {
	color: #222222;
}

#textcontent h3 span.subtext {
	color: #222222;
	font-weight: normal;
	font-size: 12px;
}

table tr.odd {
	background-color: #F1F1F1;
}

table tr td.alignLeft {
	text-align: left !important;	
}

table.alignLeft td {
	text-align: left !important;	
}


/************ 2 Day Forecast Box ************/
.twoDayForecastBox {
	width: 210px;
	margin: auto;
	border: 1px solid #099DCB;
}
.twoDayForecastBox .header{
	background-color: #595B60;
	color: #FFFFFF;
	height: 29px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	text-align: center;
}
.twoDayForecastBox table {
	width: 100%;
	padding: 5px;
}

.twoDayForecastBox .tableHeader {
	background-color: #595B60;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px; 
	margin-bottom: 5px;
} 

.twoDayForecastBox .dateHeader {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 12px; 
	margin-bottom: 5px;
} 

.twoDayForecastBox tr.odd {
	background-color: #F1F1F1;
}
.twoDayForecastBox .dateText {
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 3px;
}

.twoDayForecastBox tr td {
	padding: 3px;
}

.twoDayForecastBox tr td div {
	margin-top: 2px;;
}

/************* Blue Header Boxes for side panels ***************/
.blueHeaderSidePanel {
	width: 210px;
	margin: auto;
	border: 1px solid #099DCB;
}
.blueHeaderSidePanel .header{
	background-color: #595B60;
	color: #FFFFFF;
	height: 29px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	text-align: center;
}


/*******************************************************************************
   aqi.css
   
   Standard CSS include stylesheet for AQI
*******************************************************************************/

.aqi_Good, .aqi_cat1, .aqi_Green {
	color: #000;
	background-color: #00E400; /*0 228 0 */
}

.aqi_Mod, .aqi_cat2, .aqi_Yellow {
	color: #000; 
	background-color: #FFFF00;/* 255 255 0 */
}

.aqi_USG, .aqi_cat3, .aqi_Orange {
	color: #fff; 
	background-color: #FF7E00; /* 255 126 0 */
}

.aqi_Unh, .aqi_cat4, .aqi_Red {
	color: #fff; 
	background-color: #FF0000; /* 255 0 0 */
}

.aqi_VUh, .aqi_cat5, .aqi_Purple {
	color: #fff; 
	background-color: #99004C; /* 153 0 76 */
}

.aqi_Haz, .aqi_cat6, .aqi_Maroon {
	color: #fff; 
	background-color: #7e0023; /* 126 0 35 */
}

.aqi_cat7 {
	background-color: #D3D3D3;
	color: #000000;
}

.aqi_Good a, .aqi_cat1 a, .aqi_Green a,
.aqi_Mod a, .aqi_cat2 a, .aqi_Yellow a {
	color: #000;	
}

.aqi_USG a, .aqi_cat3 a, .aqi_Orange a,
.aqi_Unh a, .aqi_cat4 a, .aqi_Red a,
.aqi_VUh a, .aqi_cat5 a, .aqi_Purple a,
.aqi_Haz a, .aqi_cat6 a, .aqi_Maroon a
{
	color: #fff;
}

/*
.aqi_cat1 {

	color: #99004C;
}
*/

.aqi_fg_cat1 { color: #00E400; }
.aqi_fg_cat2 { color: #FFFF00; }
.aqi_fg_cat3 { color: #FF7E00; }
.aqi_fg_cat4 { color: #FF0000; }
.aqi_fg_cat5 { color: #99004C; }
.aqi_fg_cat6 { color: #7e0023; }

.aqibox {
	position: relative;
	font: 13px Arial, sans-serif;
	display: block;
	width: 50px; 
	padding: 1px; 
	margin: 2px; 
	text-align: center; 
}

/* Note, these are only good in browsers which understand CSS3
(basically, everything not Internet Explorer)*/

.aqi0-dot,
.aqi1-dot,
.aqi2-dot,
.aqi3-dot,
.aqi4-dot,
.aqi5-dot,
.aqi6-dot {
	width:10px;
    height:10px;
    border:1px grey solid;
    display:inline-block;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-top: 3px;
    margin-right: 2px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 2px 3px 0px;
}

.aqi0-dot{
    color: #000000;
    background-color: #d7d7d7;
}

.aqi1-dot{
    color: #000000;
    background-color: #00E400;
    
}

.aqi2-dot{
    color: #000000;
    background-color: #FFFF00;
}

.aqi3-dot{
    color: #ffffff;
    background-color: #FF7E00;
}

.aqi4-dot{
    color: #ffffff;
    background-color: #FF0000;
}

.aqi5-dot{
    color: #ffffff;
    background-color: #99004C;
}

.aqi6-dot{
    color: #ffffff;
    background-color: #7e0023;
}

#frmGo #sEmail { 
    box-sizing: border-box;
    vertical-align: middle;
}

#frmGo #subscribe_submit {
    font-size: 12px;
    height: 27px;
    width: 40px;
    vertical-align: middle;
}

.flash.green {
	padding: 10px;
	background: #dfe;
	border: 2px dotted green;
}

#layerSwitcher .dataLbl {
    font-weight: bold;
    font-size: 10;
    padding: 5px 0px 5px 0px;
}

.section_Header {
	margin: 0px 70px 12px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 510px;
	padding: 5px 5px 5px 18px;
	background: #05669C;		
	background: url('../assets/layout/rightArrow.png') #05669C no-repeat 0px 0px;
}

.section_Header a {
	color: #ffffff;
}

.section_Header_right {
	margin: 0px 0px 12px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 5px 5px 5px 18px;
	background: #05669C;		
	background: url('../assets/layout/rightArrowTall.png') #05669C no-repeat 0px 0px;
}

.section_Header_right_tall {
	margin: 0px 0px 12px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 5px 5px 5px 18px;
	background: #05669C;		
	background: url('../assets/layout/rightArrow.png') #05669C no-repeat 0px 0px;
}

.wildfireLinks {
	text-size: 20;
	padding: 0 0 0 0px;
	vertical-align: baseline;
	list-style: none;
	    
}

.wildfireLinks li{
	text-size: 20;
}

.wildfireLinks > li:before{
	content: "";
	border-color: transparent #05669c;
	border-style: solid;
	border-width: 0.55em 0 0.55em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 1.2em;
	position: relative;
}


.wildfireLinks li {
	padding: 0px 10px 8px 30px;
}

.wildfireLinks a:link {
 	font-family: font-family: helvetica, arial, sans-serif;
 	font-weight: bold;
 	font-size:20;
 	text-decoration: none;
}