﻿#weatherForecastPopup{
  width: 500px;
}

#weatherForecastPopup_contents{
  background-color: #FFFFFF;
}

#weatherForecastPopup_tl{
  width: 1px;
  height: 0px;
}

* html #weatherForecastPopup_tl{
  background-image:none;
}

#weatherForecastPopup_t{
}

#weatherForecastPopup_tr{
  width: 1px;
  height: 0px;
}

* html #weatherForecastPopup_tr{
  background-image:none;
}

#weatherForecastPopup_l{
  width: 1px;
  background-color: #003366;
}

#weatherForecastPopup_r{
  width: 1px;
  background-color: #003366;
}

#weatherForecastPopup_bl{
  width: 1px;
  height: 0px;
}

* html #weatherForecastPopup_bl{
}

#weatherForecastPopup_b{
  color: #003366;
  font-weight: bold;
}

#weatherForecastPopup_br{
  width: 1px;
  height: 0px;
}

* html #weatherForecastPopup_br{
  background-image:none;
}

#weatherForecastPopup_close{
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  cursor: pointer;
  background: url('../images/closeX.gif') top left no-repeat transparent;
}

* html #weatherForecastPopup_close{
 
}
 
#weatherForecastPopup_max{
  width: 21px;
  height: 21px;
  cursor: pointer;
}

* html #weatherForecastPopup_max{
  background-image:none;
}

#weatherForecastPopup_min{
  width: 21px;
  height: 21px;
  cursor: pointer;
}

* html #weatherForecastPopup_min{
  background-image:none;
}

#weatherForecastPopup_beak{
  width: 38px;
  height: 20px;
  background: url('../images/bottomBubbleBlue.gif') top left no-repeat transparent;
}

* html #weatherForecastPopup_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bottomBubbleBlue.gif', sizingMethod='crop');
}

#weatherForecastPopup_contents .forecastContent
{
  text-align: left;
  padding: 5px;
  color: #003366;
  font-size: small;
  font-family: Helvetica, Arial, Verdana, sans-serif;
   background-color:#ffffff;
}

#weatherForecastPopup_contents p{
  margin: 1px 0;
  padding: 5px;
}

#weatherForecastPopup_contents .title
{
  background-color: #003366;
  background-image: url('../images/weatherAlert_top.gif'); 
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding-left: 3px;
  text-align: left;
}

#weatherForecastPopup_contents .lastUpdate
{
  font-size:small; 
  color:#FFFFFF; 
  padding-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px; 
  background-color: #003366;
  background-image: url('../images/weatherAlert_bottom.gif');
  background-repeat: repeat-x;
  background-position: top; 
}