/* // v0.7.11.22.1230
 */

/**
 * CSS Stylesheet
 * Weather Widget
 */

#WeatherWidget {
	position:absolute;
	left:10px;
	bottom:10px;
	width:328px;
	height:102px;
	border:1px solid #097C1D;
	z-index:6;
	-moz-border-radius: 12px;
}
#Weather {
}
#WWeather {
	height:128px;
	left:0px;
	position:absolute;
	top:0px;
	width:326px;
	z-index:7;
}
#WWeather .title  {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
	z-index:8;
}
#WWeather .icon {
	height:60px;
	left:3px;
	position:absolute;
	top:25px;
	width:60px;
	z-index:8;
}
#WWeather .icon img {
	width:60px;
	height:60px;
}
#WWeather .table {
	bottom:5px;
	height:98px;
	width:251px;
	left:70px;
	position:absolute;
	right:5px;
	top:25px;
}
#WWeather .table td {
	vertical-align:middle;
}
#WWeather .table td.text {
	font-size:11px;
	text-align:left;
}
#WWeather .table td.value {
	font-size:11px;
	text-align:right;
	font-weight:bold;
}
#WWeather .table td.green {
	color: #003F00;
}
#WWeather .table td.red {
	color: #3F0000;
}