﻿#WeatherBox
{
	border: solid 1px #888;
	width: 200px;
}
#Weather
{	
	padding: 3px 5px 3px 5px;	
}
#Weather .Image
{
	padding-top: 3px;
	text-align:center;
}
#Weather .Title
{
	font-weight: bold;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-top: 6px;
}
#Weather .Desc
{
	text-align:center;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	padding-bottom: 6px;
}
#Weather #WaitWE
{ 
  text-align:center;
  padding:10px; 
  z-index:10001; 
  background-color:#fff;   
  font-size : 1em;
  
}
#Weather .BBC, #Weather .BBC A, #Weather .BBC A:visited
{
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	color: Blue;
	text-decoration: none;
}
#Weather .BBC A:hover
{
	color: #cc0000;
	text-decoration: underline;
}