/**
 * ForecastPicker.css
 * Cascading Style Sheet for the ForecastPicker control.
 *
 * Author:  Carl Drews
 * Created: February 5, 2007
 */

td.center {
  width: 100%;
  text-align: center;
}

td.bold {
  font-weight: bold;
  background-color: LightGray;
}

td.blue {
  color: blue;
}

td.hours {
  white-space: nowrap;
}

input.today {
  border-color: red;
}

input.current {
  font-weight: bold;
  color: blue;
}

