/* ================================
    CSS STYLES FOR Module Weather
   ================================
*/

div#location {
    padding: 0px;
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold;
}
div#image {
    padding: 0px;
    width: 64px;
    float: left;
    margin-right:1px;
}
div#forecast {
    padding: 0px;
    float: right;
    margin-left: 1px;
    padding-top: 35px;
    padding-right: 10px;
}
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;
}