.forecastContainer {
	width: 549px;
}

#forecastConsoleWpr {
	color: #05669C;
}

#headerWrapper {
	width: 517px;
	padding: 5px 5px 5px 5px;
	background: #05669C;	
	text-align: center;
}

.left {
	float: left;
}

.clear {
	clear: both;
}
.todayTommorrowSeparator {
	width: 35px;
}
.forecastConsoleWpr {
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
}

.forecastConsolePointer {
	position: absolute; 
	top:-4px; 
	left: 0px; 
	width: 12px; 
	height: 11px;
}
.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 */
}

#todayAQIBar, #tomorrowAQIBar {
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}


.forecastConsole_bar {
	width: 100%;
	height: 1px;
	background-color: #5B7BBE;
	margin: 0px;
}

.forecastConsole_header {
	margin-right: 28px;
	font-size: 17px;
	font-weight: bold;
}

#discussionToggle {
	cursor: pointer;
	display:block;
	float: left;
}

#discussionToggle span {
	float: left; 
}

#discussionToggle img {
	float: right;
	padding: 3px 3px 3px 0px;
	display: inline;
}


#forecastConsole_discussion {
	clear: both;
}

.forecastConsole_subHeader {
	margin-right: 70px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 510px;
	padding: 1px 5px 1px 18px;
	background: #05669C;		
	background: url('../assets/layout/rightArrowSmall.png') #05669C no-repeat 0px 0px;
}

.forecastConsole_subHeaderShort {
	margin-right: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 510px;
	padding: 5px 5px 5px 18px;
	background: #05669C;		
	background: url('../assets/layout/rightArrowShort.png') #05669C no-repeat 0px 0px;
}

.forecastConsole_subHeader #forecastConsole_updateInfo {
	font-size: 12px;
	float: right;
	padding: 5px 5px 0px 0px;
}

.forecastConsole_discussionHeader {
	font-size: 14px;
}

#forecastConsole_updateInfo {
	font-style: italic;
	color: #ffffff;
}
#forecastConsole_todayDateHeader {
	font-weight: bold;
	text-align: center;
	font-size: 12px;	
}
#forecastConsole_tomorrowDateHeader {
	font-weight: bold;
	text-align: center;	
	font-size: 12px;
}
#forecastConsole_table {
	margin: auto;
	margin-top: 10px;
}

#forecastConsole_table td {
	vertical-align: top;
}

.forecastContentBox {
	width: 138px;
}

.forecastConsole_extendedAQIBox {
	width: 137px;
}

.forecastConsole_extendedAQIBox,
#forecastConsole_regionHighAQIBox {
	padding: 5px 0px 0px 0px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;	
	width: 115px;
	color: #000000;
}

#forecastConsole_yestHighAQIBox {
	padding: 5px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;	
	width: 180px;
	color: #000000;
}

.forecastConsole_extendedDate {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}

#forecastConsoloe_extendedTable {
	margin: auto;
}

#forecastConsoloe_extendedTable td {
	vertical-align: top;
}

#forecastConsole_regionHighTable {
	margin-left: 83px;
	font-weight: bold;
}
#forecastConsole_discussion {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.newsContent, #discussionContent {
	padding-top: 5px; 
}

#forecastConsole_regionHighTable td, #forecastConsoloe_extendedTable td {
	padding: 2px 10px 2px 10px;
}