body, td, th {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.TempUnits {
	font-size: 10px; 
}
.CurrentTemp {
	font-size: 18px; 
}
#centerWrapper {
	margin: 0 auto;
	width:158px;height:131px;
}
#Wrapper {
	position:relative; 
	left:0px; top:0px; 
	width:158px; height:131px;
	z-index:1; 
}
#CurrentIcon {
	position:absolute;
	text-align:center;
	left:5px; top:3px;
	width:62px; height:33px;
	z-index:2;
}
#CurrentIcon img {
	width:45px; height:45px;
}
#CurrentTemp {
	position:absolute;
	text-align:center;
	left:115px; top:5px;
	width:40px;	height:26px;
	z-index:2;
}
#TempUnits {
	position:absolute;
	text-align:center;
	left:143px; top:13px;
	width:13px;	height:14px;
	z-index:3;
}
#Location {
	position:absolute;
	text-align:center;
	left:79px; top:28px;
	width:76px;	height:10px;
	z-index:2;
}
div.forecast_tab {
	left: 2px !important;
}
div.current_tab {
	top: 56px;
}
.Days {
	position:relative;
	text-align:center;
	float:left;
	width:29px;
	height:53px;
}
.Days span.DayDetail {
	display: block;
	padding-top: 0px;
}
.Days img {
	width:20px; height:20px;
}
.Sep {
	position:relative;
	text-align:center;
	height: 55px;
	width:0px;
	float:left;
}
#ExtendedForecast {
	position:absolute;
	text-align:center;
	left:3px; top:117px;
	width:152px; height:12px;
	z-index:2;
}
table#CurrentConditions {
	width: 153px;
	text-align: center;
	margin-left:1px;
}
table#CurrentConditions th {
	height: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
table#CurrentConditions td {
	padding:1px;
	height: 14px;
}
table#CurrentConditions td.vline {
	width: 6px;
}
.CurrentSep {
	text-align:center;
	height: 42px;
	width:0px;
	margin-left: 2px;
}
#Links {
	position:absolute;
	width:155px;top:131px;
	margin: 0 auto;
	text-align:center;
	color:#999999;
	font-size: 8px;
}
#Links a {
	color:#999999;
}