/* ================================
    CSS STYLES FOR Module Weather
   ================================
*/

div#location {
    padding: 0px;
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    padding-left: 10px;
}
div#image {
    padding: 0px;
    width: 64px;
    float: left;
    padding-left: 10px;
}
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;
    display: none;
}
.WeatherButton 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: .71em;
    font-weight: normal;
    float:right;
}

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;
}
div#forecast font.Normal {
    font-size:10pt;
}
div#forecast font.SubHead {
    font-size:10pt;
}