/*	ALLERGIES GENERIC	*/
.box.health #AQIheader.boxbody
{
	padding: 0px;
	margin-bottom: 10px;
}
#box-health-hdr
{
	margin: 1px;
	background: url(../images/health/box-health-hdr-bg.gif) repeat-x top;
	height: 43px;
}
#box-health-hdr h3 {
	font-size:18px; color:#fff;
	background:url(../images/health/box-hurr-health-hrt.jpg) no-repeat left center;
	height:43px; line-height:43px;
	margin:0; padding:0 0 0 54px;
}
#box-health
{
	margin-bottom: 12px;
	padding-left: 2px;
	padding-right: 7px;
}
#box-health h1
{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: bold;
}
#box-health-ad
{
	margin-right: 0px;
	width: 300px;
	float: left;
}
.nodata
{
	padding: 20px;
	margin-bottom: 7px;
}

.nodata h1
{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: bold;
}
.nodata p
{
	padding-bottom: 7px;
}

/* #AIR QUALITY BOX	*/

.airquality {
	margin-bottom:10px;
	background:#fff;
	-moz-box-shadow:#cecece 1px 1px 5px;
	-webkit-box-shadow:#cecece 1px 1px 5px;
	width:100%;
}

.airquality th, .airquality td
{
	border: 1px #e5e6fb solid;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
}

.airquality .airquality-hdr
{
	background: #fff2bd;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;	
}

.airquality .airquality-subhdr th {
	background: #f3f7ff !important;
	font-weight: bold;
}
.airquality .colorcode
{
	border: 1px solid #C0C0C0;
	height: 17px;
	width: 67px;
	margin:0 auto;
	background-color: #C0C0C0;
}

/* END AIR QUALITY BOX	*/

/* BEGIN UV INDEX BOX */


.uvindex {
	margin-bottom: 10px;
	background:#fff;
}

.uvindex th, .uvindex td
{
	border: 1px #e5e6fb solid;
	height:30px;
	vertical-align: middle;
	text-align: center;
}

.uvindex .uvindex-hdr
{
	background: #fff2bd;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;	
}

.uvindex .uvindex-subhdr th {
	background: #f3f7ff !important;
	font-weight: bold;
}

.uvindex .uvindex-item
{
	height: 30px; 
}
.uvindex .uvcolorcode
{
	border: 1px solid #C0C0C0;
	height: 17px;
	width: 67px;
	margin-left: 29px;
	background-color: #C0C0C0;
}

.uvindex .datevalidinfo { width:145px; }
.uvindex .uvindexsolarnoon { display:block; text-align:center; font-weight:normal; }
.uvindex .uvindexinfo { width: 225px; }
.uvindex .uvcolorinfo { width:131px; }

.uvindex .uvlegcolor { width:131px; }
.uvindex .uvlegdesc { width: 225px; }
.uvindex .uvlegval
{
	font-size: 14px;
	font-weight: bold;
	width: 145px;
}