td.weather {
  width: 90px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  font-size: 11pt;
  text-align: center;
  vertical-align: top;
  cursor:pointer;
}
div.weather_days {
  border-bottom: 1px solid #999999;
  background-color: #F9FAFD;
  padding: 5px 0px;
  margin-bottom: 5px;
}
div.weather_img {
  height: 36px;
}
div.weather_tmp {
  color: #999999;
  margin-bottom: 5px;
}
