﻿#weather .section
{
	
	background-position:bottom left;
	background-repeat:repeat-x;
	border-bottom:solid 1px #999999;height:1%;overflow:auto;padding-bottom:5px;padding-top:5px;
}
#weather .section .Title
{
	font-size:12px;
	line-height:15px;
}
#weather .section .WeatherDetail
{
	 background-color:#eaefff;
	
	 background-repeat:no-repeat;
	 width:430px;
	 padding-left:4px;
	 padding-right:0px;
	 padding-top:5px;
	 padding-bottom:8px;
	 height:40px;
}
#weather .section .WeatherDetail td
{
	font-size: 9px;
}
#weather .section .location
{
	color:#40a0ee;
}
#weather .navigation
{
	font-size:12px;
	font-family:Arial;
	color:#aaaaaa;
	padding-bottom:10px;
	border-bottom:solid 1px #999999;
}
#weather .navigation a
{
	text-decoration:none;
	
	font-weight:bold;
	color:#b0b0b0;
}
#weather .navigation a:hover
{
	color:#40a0ee;
}

#weather .navigation select
{
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	color:#40a0ee;
	
}

#weather .extendedweather
{
	padding:0px;
	font-size:10px;
	text-align:left;
	width:80px;
	height:35px;
	padding-right:3px;
	padding-top:5px;
}
#weather .extendedweather2
{
	font-size:9px;
	text-align:left;
	float:left;
	width:80px;
	height:50px;
	clear:none;
	padding-right:3px;
}
#weather .extendedweather2 .day
{
	font-weight: bold;
}
#weather .extendedweather img
{
	height:32px;
	padding:0px;
	margin:0px;
}