/* Mini reset */
#weather *, .weatherForecast * {
  margin: 0;
  padding: 0;
}

/* Weather -------------------------------------------------------------------- */
#weather {
  background: transparent url(/vimages/L10/weatherArrow.gif) no-repeat right center;
  color: #999;
  font-weight: bold;
  left: 25px;
  padding: 0 15px 0 0;
  position: absolute;
  top: 10px;
}

#weather a:link, #weather a:visited, #weather a:hover {
  color: #FFF;
  text-decoration: none;
}

#weather a:hover {
  color: #000;
}

/* Forecast popup div --------------------------------------------------------- */
.weatherForecast {
  position: absolute;
  left: -999em;
  z-index: 999;
}
body.ie6 .weatherForecast img { behavior: url(/javascripts/ie/iepngfix.htc); }

.wForecast, .wForecastNight {
  border-radius: 15px;
  border-top-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topleft: 0;
  -webkit-border-radius: 15px;
  -webkit-border-top-left-radius: 0;
  
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);

  color: #000;
  font-size: 93%;
  font-weight: normal;
  padding: 1px;
  width: 275px;
}

.wForecast {
  background: #CCE1FF url(http://socshelp.fes.org/weather/images/forecast_day.gif) repeat-x;
  border: 2px solid #5182ce;
}

.wForecastNight {
  background: #DFDDE2 url(http://socshelp.fes.org/weather/images/forecast_night.gif) repeat-x;
  border: 2px solid #8e8e8e;
}

.wFBorder, .wFBorderNight {
  border-radius: 13px;
  border-top-left-radius: 0;
  -moz-border-radius: 13px;
  -moz-border-radius-topleft: 0;
  -webkit-border-radius: 13px;
  -webkit-border-top-left-radius: 0;
}

.wFBorder {
  border: 1px solid #5182ce;
  padding: 0 15px;
}

.wFBorderNight {
  border: 1px solid #8e8e8e;
  padding: 0 15px;
}

.weatherForecast em {
  display: block;
  font-size: 93%;
  font-style: normal;
  padding-top: 10px;
}

.weatherForecast h3 {
  font-size: 153.9%;
  font-weight: bold;
  padding: 5px 0;
}

/* Reset vCalendar settings */
.weatherForecast td {
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}

.weatherForecast td.stats {
  width: 135px;
}

.weatherForecast dl {
  font-size: 93%;
  padding: 0 0 10px;
}

.weatherForecast dt {
  float: left;
  width: 60px;
}

.weatherForecast td.weatherForecastGraphic, .weatherForecast td.todayGraphic, .weatherForecast td.tomorrowGraphic {
  width: 58px; /* PNG width */
}

.weatherForecast td.weatherForecastTemp {
  color: #fff;
  font-weight: bold;
  font-size: 197%;
  padding-left: 5px;
  text-shadow: #315895 0 1px 1px;
}

.weatherForecast div.today, .weatherForecast div.todayNight,
.weatherForecast div.tomorrow, .weatherForecast div.tomorrowNight {
  padding: 5px 5px 5px 10px;
}

.weatherForecast div.today, .weatherForecast div.tomorrow {
  border: 1px solid #5182ce;
  background-color: #cce1ff;
  margin-bottom: 5px;
}

.weatherForecast div.todayNight, .weatherForecast div.tomorrowNight {
  border: 1px solid #8e8e8e;
  background-color: #dfdde2;
  margin-bottom: 5px;
}

.weatherForecast td.todayStats, .weatherForecast td.tomorrowStats {
  padding-left: 10px;
}

.weatherForecast td.todayStats p, .weatherForecast td.tomorrowStats p {
  font-weight: bold;
  margin-bottom: 4px;
}

.weatherForecast div.hilo {
  font-weight: bold;
  margin: 4px 0;
}

.weatherForecast span.high {
  color: #f46227;
}

.weatherForecast span.low {
  color: #00b2eb;
  padding-left: 5px;
}

.weatherForecast div.provider {
  font-size: 93%;
  padding: 0 0 5px;
  text-align: center;
}


