.weather-background {
	position: relative;
	width:100%;
	height: 533px;
}

.weather-back-pollen {
	
	position:absolute;
	left: 312px;
	top: 17px;
	font-family: 'Verdana','Arial','Times New Roman';	
	font-style: normal;
	font-size: 11px;	
}

#weather-today-background {
	position: absolute;
	width: 641px;
	height: 266px;
	top: 20px;
	background-image: url("../images/weather/bkg_weather_today.png");		
}

#weather-tmw-background {
	position: absolute;
	width: 310px;
	height: 215px;
	top: 306px;
	background-image: url("../images/weather/bkg_weather_sub.png");	
}

#weather-next-background {
	position: absolute;
	width: 310px;
	height: 215px;
	right: 0px;
	top: 306px;
	background-image: url("../images/weather/bkg_weather_sub.png");	
}

.weather-time {
	position: absolute;
	left: 14px;
	top: 292px;
	font-family: 'Verdana','Arial','Times New Roman';
	font-style: normal;
	font-size: 9px;	
}

.weather-more {
	border: solid;
	background: #bae08d;
	border-color: #739e62;
	border-width: 1px;
	height:35px;	
}

.current-desc {
	position: absolute;	
	right: 60px;
	top: 15px;		
}
.current-details {
	position: absolute;	
	left: 341px;
	top: 72px;		
}


.current-desc-med {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 18px;
	font-style: normal;		
}

.current-desc-small {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 10px;
	font-style: normal;		
}

.current-desc-temp {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 24px;
	font-style: normal;		
}

.details-current-label {
	font-family: 'Verdana','Arial','Times New Roman';
	font-size: 11px;
	font-style: normal;
	width:154px;
	height:17px;
	text-align:right;		
}
.details-current-value {
	font-family: 'Verdana','Arial','Times New Roman';
	font-size: 11px;
	font-weight: bold;
	font-style: normal;	
	width:100px;
	height:17px;
	text-align:left;	
}

.extended-desc-title {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	height:20px;	
	text-align:center;	
}

.extended-desc-info {
	height:40px;	
	float:left; 
	width:150px; 
	text-align:right;
}

.extended-desc-med {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: normal;
	font-size: 12px;
	font-style: normal;	
	float:right; 
	width:150px; 
	margin-top:10px; 
	height:48px; 
	text-align:left;
}

.extended-desc-temp {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 14px;
	font-style: normal;	
	text-align:left;	
}

.extended-details-labels {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: normal;
	font-size: 10px;
	font-style: normal;	
	text-align: right;
	height: 14px;		
}

.extended-details-values {
	font-family: 'Verdana','Arial','Times New Roman';
	font-weight: bold;
	font-size: 10px;
	font-style: normal;	
	text-align: left;
	width: 150px;
	height: 14px;	
}




