/* ================================
    CSS STYLES FOR Module Weather
   ================================
*/

div#location {
    padding: 0px;
    
    FONT-FAMILY:Arial;
    FONT-SIZE:smaller;
    FONT-WEIGHT: bold;
}
div#image {
    padding: 0px;
    width: 64px;
    float: left;
}
div#forecast {
    padding: 0px;
}
div#timestamp {
    padding: 0px;
    clear: both;
    
	text-align:center;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .67em;
    FONT-WEIGHT: normal;
}
.WeatherButton 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: .71em;
    font-weight: normal;
}

A.WeatherButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.WeatherButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.WeatherButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.WeatherButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
.WeatherCondition
{
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	vertical-align:top;
}
.Temperature
{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	vertical-align:top;
}
