@charset "utf-8";
/* CSS Document */

/* Style Forecast Table */

#homepageforecast {
padding: 0px;
margin: 0px;
border: 1px solid #b3c1cc;
/*font-size: 0.9em; */
font-family:Arial,Helvetica,Verdana,sans-serif;
color:#000066;
}

#homepageforecast > td {
text-align: left;'
}

#homepageforecast a:link, #homepageforecast a:visited { color:#0000ff; text-decoration:underline; }
#homepageforecast a:hover { color: #ff0000;}  /* a:hover has to be listed after a:visited */
#homepageforecast a:active { color:#990000;}

#homepageforecast h2 {
/*font-size: 1.1em;*/
font-weight:bold;
display: inline;
}

#homepageforecast table {
font-size: 0.9em;    /* for IE 5.5 */
}

table.weathertable tr {
vertical-align: bottom;
}

table.weathertable th, table.weathertable td {
padding: 1px;
border: 1px;
margin: 1px;
text-align: center;
}

table.weathertable th {
background-color: #cccccc;
font-weight:normal;
}

table.weathertable td.rowname {
background: #ccc;
white-space:nowrap;
text-align:left;
}
