/* CSS Document */
/* Start of Forecast */

.aqi_g {
	color: black;
	background-color: #00CC00;
	padding: 1px;
}
.aqi_m {
	color: black;
	background-color: #FFFF00;
	padding: 1px;
}
.aqi_usg {
	color: black;
	background-color: #FF9900;
	padding: 1px;
}
.aqi_u {
	color: white;
	background-color: #FF0000;
	padding: 1px;
}
.aqi_vu {
	color: white;
	background-color: #903f97;
	padding: 1px;
}
.aqi_haz {
        color: white;
        background-color: #7e0024;
        padding: 1px;
}
.aqi_closed {
	color: red;
	font-weight: bold;
	background-color: white;
	padding: 1px;
}
div.special_status_notes {
	padding-left: .5em;
	padding-right: .5em;
	background-color: #FF9;
	border: 2px solid #F30;
}
#forecast_tomorrow {
	margin-top: 3em;
	border-top: 1px solid black;
}
#forecast_legend {
	margin-top: 3em;
	border-top: 1px solid black;
}
#forecast_legend caption {
	text-align:left;
}
div.forecast_container {
	float: left;
	display: inline;
	margin-bottom: 2em;
	margin-right: 2em;
	text-align: center;
}
table.forecast {
	/* 	border: 1px solid black; */
	width: 23em;
	/*
	display: inline-table;
	float: left;
	*/
	text-align: left;
}
table.forecast tr th {
	text-align: left;
}
div.mini_map_container {
	display: inline;
	float: left;
	margin-bottom: 1em;
}
#pm_map_today {
	margin-left: 2em;
}
#pm_map_tomorrow {
	margin-left: 2em;
}
div.mini_map {
	display: inline;
	float: left;
}
div.mini_map h3 {
	margin-top: 0px;
}
.forecast_text {
	float: none;
	clear: both;
}
#forecast_questions {
	text-align: center;
	margin-top: 3em;
}
table.region_status {
	border: 1px solid black;
	text-align: left;
	margin-bottom: 2em;
}
table.region_status caption {
	text-align: left;
}
#monitoring_stations {
	width: 25em;
	display: inline;
	float: left;
}
#region_map {
	display: inline;
	float: left;
	padding-left: 1em;
}
#interpretting_data {
	clear: both;
}
#new_search_menu {
	padding: 2em;
	text-align: center;
}
#hourly_data_search_form ul {
	list-style-type: none;
	padding-left: 1em;
}
#regional_section {
	margin-top: 2em;
	border-top: 1px solid black;
}
#hourly_section {
	margin-top: 2em;
	border-top: 1px solid black;
}
#interpreting_section {
	margin-top: 2em;
	border-top: 1px solid black;
}
div.hourly_location {
	margin-top: 2em;
}
span.loc_graph {
	white-space: nowrap;
}
div.emph {
	padding-left: .5em;
	padding-right: .5em;
	font-style: italic;
	border: 1px solid Gray;
}
#town_lookup {
	margin-top: 2em;
	border-top: 1px solid black;
}

/* End of Forecast */
