.weather
{	
	width: 167px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;	
	overflow: hidden;
	display: block;
}

.weather .displayWeather
{
	width: 167px;
	height: 112px;	
	background: url("Background.gif") no-repeat left top;
	color: #022f96;		
	padding: 0;
	margin: 0;	
}
.weather .displayWeather .currentHolder
{
	padding: 4px 0 0 52px;	
	margin: 0;	
}
.weather .displayWeather .currentTempature
{
	font-weight: bold;
	font-size:20pt;
	color: #142633;
	display: inline;
	height: 20pt;
	line-height: 20pt;
	padding: 0;
	margin: 0;
}
.weather .displayWeather .currentDescription
{
	color: #142633;
	display: block;
	font-size:8pt;
	height: 8pt;
	line-height: 8pt;
	width: 100px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.weather .displayWeather .forecastIconHolder
{
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 0;
}
.weather .displayWeather .forecastIconHolder .forecastIcon
{
	padding: 0;
	margin: 0;
}
.weather .displayWeather .currentLabel
{
	font-weight: bold;
	color: #022f96;	
	padding: 0;
	margin: 0;	
}
.weather .displayWeather .currentValue
{
	padding: 0;
	margin: 0;
}
.weather .displayWeather .forecastIconHolder .moreLink
{
	height: 56px; 
	width: 42px;
	padding: 0;
	margin: 0;	
}
.weather .displayWeather .forecastIconHolder .moreLink A
{
	text-decoration: none;	
	color: #448CCB;	
}
.weather .displayWeather .forecastIconHolder .moreLink A:hover
{
	text-decoration: underline;	
	color: #004EFF;
}

.weather .extraWeather
{
	width: 167px;
	color: #022f96;	
	padding: 0;
	margin: 0;
	color: #022f96;	
}
.weather .extraWeather .extraWeather_top
{
	width: 167px;
	background: url("Background-top.gif") no-repeat left top;
	height: 6px;
	padding: 0;
	margin: 0;	
	font-size:1px;
	line-height: 1px;
}
.weather .extraWeather .extraWeather_body
{
	width: 167px;
	background: url("Background-body.gif") no-repeat left top;
	padding: 5px 5px 0 5px;
	margin: 0;	
}
.weather .extraWeather .extraWeather_bottom
{
	width: 167px;
	background: url("Background-bottom.gif") no-repeat left top;
	height: 6px;
	padding: 0;
	margin: 0;
	font-size:1px;
	line-height: 1px;
}
.weather .extraWeather .extraIconHolder
{
	padding: 0 10px 0 0;
	float: right;
	margin: 0;
}
.weather .extraWeather .extraIconHolde .extraIcon
{
	padding: 0;
	margin: 0;
}
.weather .extraWeather .lessLink
{
	padding: 5px 0 0 0;
	margin: 0;	
	text-align: center;
}
.weather .extraWeather .lessLink A
{
	text-decoration: none;	
	color: #448CCB;	
}
.weather .extraWeather .lessLink A:hover
{
	text-decoration: underline;	
	color: #004EFF;
}
.weather .extraWeather .currentHeading
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	color: #022f96;
	padding: 0;
	margin: 0;	
}
.weather .extraWeather .forecastHeading
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	color: #022f96;
	padding: 10px 0 0 0;
	margin: 0;
}
.weather .extraWeather .extraLabel
{
	font-weight: bold;
	color: #022f96;
	padding: 0 0 0 5px;
	margin: 0;
}
.weather .extraWeather .extraValue
{
	padding: 0;
	margin: 0;
}
.weather .extraWeather .forecastDescription
{	
	width: 156px;	
	white-space: normal;
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
}
.weather .weatherLink
{	
	text-align: center;
	padding: 0;
	margin: 0;
}
.weather .weatherLink A
{
	text-decoration: none;	
	color: #448CCB;	
}
.weather .weatherLink A:hover
{
	text-decoration: underline;	
	color: #004EFF;
}