td.AQI-left {
	width: 12px;
	height: 68px;
	vertical-align: top;
	background-color: #F1F4F6;
    background-image: url(../../assets/IMG_rightNav-AQI-New.gif);
}

td.AQI-right {
	width: 163px;
	height: 68px;
	vertical-align: top;
	padding: 0px 8px 2px 0px;
    background-color: #F1F4F6;
	background-repeat: repeat-x;
	background-position: left;
    border-top:1px solid gray;
    background-image: none;
}

.table-header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
}
caption.table-header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	border: 1px solid #777777;
	background-color: #EFEFEF;
	padding: 4px 0px 4px 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.forecastConsole
{
    width:80%;
}
.forecastConsole td
{
    text-align:right;
}
.forecastConsole td.AQIlevel
{
    border: 2px solid #009ece;
    padding:2px;
    text-align: center;
}


