/* 
American Heart Association - 2009
*/
/* 10/30/2017 - added positioning for the close sup button - CH */

#alertWrapper {
	position: relative;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
	height: 55px;
	/*background: #C02942;*/
	}
a#alertButtonClose sup {
	top: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}
a#alertButtonClose {
	position: absolute;
	right: 10px;
	background:#FFFFFF;
	color:#5d5d5d;
	width: 25px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}

a#alertButtonClose:hover {
	background: #5d5d5d;
	color: #fff;
}

.alertContent {
	width: 960px;
	height: 55px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	/*background: transparent url(../images/present.png) no-repeat scroll 750px bottom;*/
	
}
#alertWrapper a#alertButtonClose{color:#555;font-size:1.15em;}
#alertWrapper a#alertButtonClose:hover{color:#fff}

#alertWrapper a{
color:#fff;
}

#alertWrapper h1{
margin:0;
padding:0;
}
/* Added 4/29/2013 */
.alertTitle{
	font-size:1.25em;
	color:#fff;
}

.alertContent p {
	margin:0;
/* 	padding: 5px; */
	padding: 5px 0 0;
	width: 620px;
	font-size: 0.9em;
}

.alertContent p a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	}
.hider { 
	display:none; 
	}
  
#alertButtonToggle {
	background: transparent url(../images/alertIcon.png) no-repeat scroll top left;
	/*color:#000000;*/
	/*margin-left: 10px;*/
	overflow:hidden;
	position: absolute;
	width: 46px;
	/*text-align: center;*/
	height: 46px;
	line-height: 46px;
  }
  
a#alertButtonToggle {
  	/*float: right;*/
  	padding-left:5px;
	padding-top:5px;
	z-index:2;
  } 
  
a#alertButtonToggle:hover {
	/*background: #5d5d5d;*/
	}
  

