/***Travel Alert Message***/
 
.travelalert {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-color: red;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 164px;
}
 
.travelalert a:link, .travelalert a:visited {
 color: #ffffff;
 padding-top: 2px;
 padding-bottom: 2px;
 text-decoration: none;
}
 
.travelalert a:hover, .travelalert a:active {
 color: #ffffff;
 padding-top: 2px;
 padding-bottom: 2px;
 text-decoration: underline;
}
 
#sta {
color: #000000;
background-image: url('/images/homepage/travel_alert/travel_alert_bg.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
border: 1px #000000 solid;
left:50%;
margin-left: -243px;
position: absolute;
width: 485px;
top: 150px;
visibility: hidden;
z-index: 99;
}
 
#sta a, #sta a:link, #sta a:visited {
color: #ff0000;
text-decoration: none;
}
 
#sta a:hover, #sta a:active {
color: #ff0000;
text-decoration: underline;
}
 
#statext {
padding: 5px;
height: 225px;
overflow: auto;
}
 
.alerttitle {
font-size: 16px;
font-weight: bold;
}
 