/*******************************************************************************
   aqi.css
   
   Standard CSS include stylesheet for AQI
*******************************************************************************/

.aqi_Good, .aqi_cat1, .aqi_Green {
	color: black;
	background-color: #00E400;
}

.aqi_Mod, .aqi_cat2, .aqi_Yellow {
	color: black; 
	background-color: #FFFF00;
}

.aqi_USG, .aqi_cat3, .aqi_Orange {
	color: white; 
	background-color: #FF7E00;
}

.aqi_Unh, .aqi_cat4, .aqi_Red {
	color: white; 
	background-color: #FF0000;
}

.aqi_VUh, .aqi_cat5, .aqi_Purple {
	color: white; 
	background-color: #99004C;
}

.aqi_Haz, .aqi_cat6, .aqi_Maroon {
	color: white; 
	background-color: #7e0023;
}

.aqi_NA, .aqi_cat7, .aqi_Gray {
	color:black; background-color:#DCDCDC;
}

.aqi_USG_text {
	color: #FF7E00;
}

.aqi_Unh_text {
	color: #FF0000;
}

.aqi_VUh_text {
	color: #99004C;
}
