﻿#weatherAlertPopup{
  width: 400px;
}

#weatherAlertPopup_contents{
  background-color: #FFFFFF;
}

#weatherAlertPopup_tl{
  width: 1px;
  height: 0px;
}

* html #weatherAlertPopup_tl{
  background-image:none;
}

#weatherAlertPopup_t{
}

#weatherAlertPopup_tr{
  width: 1px;
  height: 0px;
}

* html #weatherAlertPopup_tr{
  background-image:none;
}

#weatherAlertPopup_l{
  width: 1px;
  background-color: #003366;
}

#weatherAlertPopup_r{
  width: 1px;
  background-color: #003366;
}

#weatherAlertPopup_bl{
  width: 1px;
  height: 0px;
}

* html #weatherAlertPopup_bl{
}

#weatherAlertPopup_b{
  color: #003366;
  font-weight: bold;
}

#weatherAlertPopup_br{
  width: 1px;
  height: 0px;
}

* html #weatherAlertPopup_br{
  background-image:none;
}

#weatherAlertPopup_close{
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  cursor: pointer;
  background: url('../images/closeX.gif') top left no-repeat transparent;
}

* html #weatherAlertPopup_close{
 
}
 
#weatherAlertPopup_max{
  width: 21px;
  height: 21px;
  cursor: pointer;
}

* html #weatherAlertPopup_max{
  background-image:none;
}

#weatherAlertPopup_min{
  width: 21px;
  height: 21px;
  cursor: pointer;
}

* html #weatherAlertPopup_min{
  background-image:none;
}

#weatherAlertPopup_beak{
  width: 38px;
  height: 20px;
  background: url('../images/bottomBubbleBlue.gif') top left no-repeat transparent;
}

* html #weatherAlertPopup_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bottomBubbleBlue.gif', sizingMethod='crop');
}

#weatherAlertPopup_contents .alertContent
{
  text-align: left;
  padding: 5px;
  color: #003366;
  font-size: small;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

#weatherAlertPopup_contents p{
  margin: 1px 0;
  padding: 5px;
}

#weatherAlertPopup_contents .title
{
  background-color: #003366;
  background-image: url('../images/weatherAlert_top.gif'); 
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding-left: 3px;
  text-align: left;
}

#weatherAlertPopup_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: no-repeat;
  background-position: top; 
}