body, td, p, li, input, select, textarea
{
  font: normal 14px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
}

table, img
{
  border: none;
}

td
{
  empty-cells: show;
  padding: 0px;
}

.padtop
{
  padding-top: 10px;
}

.padleft
{
  padding-left: 10px;
}

.padbottom
{
  padding-bottom: 10px;
}

.padright
{
  padding-right: 10px;
}

.marginbottom
{
  margin-bottom: 10px;
}

.marginleft
{
  margin-left: 10px;
}

.Center
{
  text-align:center;
}

.Value, .Value a
{
  font-size: 11px;
}

.Fine
{
  font-size: 10px;
}

/* FORECAST */
.Forecast
{
  text-align: center;
  color: #666;
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;

}

.Forecast td
{
  color: #666;
}

.Forecast a, .Forecast a:hover
{
  text-decoration: none;
}

.ForecastNull
{
  background-image: url(http://images.intellicast.com/App_Images/bg_null.gif); 
}

.ForecastBox
{
  width: 65px;
  min-height: 220px;
  display: block;
}

.ForecastDetails
{
  padding-top: 5px; 
  padding-left: 42px;
  height: 45px; 
  line-height: 19px;  
  background-position: left; 
  background-repeat: no-repeat;
}

.High
{
  color: #990000;
}
 
.Low
{
  color: #073F7D; 
}

