
.weather_box
{
	 display:inline; 
	 float:left; 
	 margin:0 10px 10px 0; 
	 border:1px solid #a0a0a0; 
    background-color:#f4ede5;    /* prev: #c9c9c9   UA colors: cool gray=#e2e9eb, warm gray=#f4ede5  background:#d4d4d4; 	 background:#f4f4f4; */
	 text-align:center;
}

.weather_box_header
{
	border-bottom:1px solid #a0a0a0; 
    background-color:#e2e9eb;    /* prev: #c9c9c9   UA colors: cool gray=#e2e9eb, warm gray=#f4ede5  background:#d4d4d4; */
	text-align:center;
	font-weight:bold;
}

.weather_box_datacell
{
	display:inline; float:left;
	margin:0;
	border-right:1px solid #a0a0a0; 
	padding:0 3px; 
	/* line-height:1.3em; */
}

.wb_datacell_header
{
	font-weight:bold;
	font-size:.95em;
}

.norightmarginpadding
{
	margin-right:0;
	padding-right:0;
}
.norightborder
{
	border-right:0px;
}

