@charset "utf-8";
/* CSS Document */

/* header Alert */
div#headeralert {text-align:left; color:#ffffff; font-weight:bold; z-index:1021; display: none;}
div#headeralertshow {background:#BF311A; text-align:left; color:#ffffff; cursor:pointer; font-weight:bolder; padding: 10px 10px 10px 10px; min-height:35px;}
div#closeheader {background: url(/images/bg_alert_close.gif) no-repeat; float: right; cursor:pointer;  z-index:1022; padding-left: 10px; height:32px; width: 32px; }
div#containerHeaderAlert{ margin-left:auto;  margin-right:auto;  width:970px;}

div#exclaimbody { display:none; /* background: url(/images/bg_alert_exclamation.png) no-repeat; float: left; text-align:right; color:#ffffff; cursor:pointer; font-weight:bolder; z-index:1022; padding-right: 10px; height:34px; width: 35px; */}
div#headerbody {background:#BF311A; text-align: left;  color:#ffffff; cursor:pointer; font-weight:normal; padding: 12px 20px 12px 12px; min-height:35px;}
div#headerbottom {background: url(/images/bg_alert_bottom_shadow.png) top no-repeat; width:970px; height:14px;}

div#headerbody a:link { color:#ffffff ;	text-decoration:underline;}
div#headerbody a:visited { color:#ffffff ; text-decoration:underline;}
div#headerbody a:hover, div#headerbody a:focus {color:#ffffff ; text-decoration:none;}
div#headerbody a:active {color:#ffffff ; text-decoration:none; }

