/* // v0.7.11.22.1230
 */

/**
 * CSS Stylesheet
 * Forecast Widget
 */

#ForecastWidget {
	position:absolute;
	left:10px;
	bottom:10px;
	width:328px;
	height:102px;
	border:1px solid #097C1D;
	z-index:6;
	-moz-border-radius: 12px;
}
#Forecast {
}
#ForecastBG {
	position:absolute;
	bottom:0px;
	right:0px;
	width:328px;
	height:102px;
	background-color:#DEEEED;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-moz-border-radius: 12px;
	z-index:7;
}

#FWDay0 {
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:102px;
	z-index:8;
}
#FWDay1 {
	position:absolute;
	left:110px;
	top:0px;
	width:110px;
	height:102px;
	z-index:8;
}
#FWDay2 {
	position:absolute;
	left:220px;
	top:0px;
	width:110px;
	height:102px;
	z-index:8;
}
#FWDay0 .icon img,
#FWDay1 .icon img,
#FWDay2 .icon img {
	width:40px !important;
	height:40px !important;
}
#FWDay0 .text,
#FWDay1 .text,
#FWDay2 .text {
	font-size:10px !important;
	text-align:center !important;
	padding-top:4px !important;
	width:110px !important;
	z-index:6 !important;
}