.an_title {
	margin: -2px 0 4px;
	background-repeat:repeat-x;
	color: #fff;
	padding: 2px 0 3px 3px;
	font-weight: bold;
}
fieldset.notice  .an_title
	{ background-image:url('/support/alertsnotices/img/notice.png');}
fieldset.lowalert  .an_title{
	background-image:url('/support/alertsnotices/img/lowalert.png');}
fieldset.highalert  .an_title{ 
	background-image:url('/support/alertsnotices/img/highalert.png');}
fieldset.outage  .an_title{
	background-image:url('/support/alertsnotices/img/outage.png');}
fieldset.systemdown .an_title{
	background-image:url('/support/alertsnotices/img/systemdown.png');}
	
div#alertsnotices {

}
	
div#alertsnotices a{
  display:block;
  padding: 0 5px 0 5px;
  margin-bottom: -10px;
  line-height: 18px;
}
	
fieldset.highalert ul li {
	background: url('/shared/img/global/li-square.gif') no-repeat scroll left 6px transparent;
	text-align: left;
	padding-left: 7px;
}

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  //background-image: url(../img/cluetip/wait.gif);
}

#cluetip-extra {
  display: none;
}

.cluetip-notice, .cluetip-lowalert, .cluetip-highalert, .cluetip-outage, .cluetip-systemdown {
  text-align:left;
  background-color: #ddd;
}
.cluetip-notice #cluetip-outer, .cluetip-lowalert #cluetip-outer, .cluetip-highalert #cluetip-outer, .cluetip-outage #cluetip-outer, .cluetip-systemdown #cluetip-outer {
  position: relative;
  margin: 0;
}
.cluetip-notice h3#cluetip-title, .cluetip-lowalert h3#cluetip-title, .cluetip-highalert h3#cluetip-title, .cluetip-outage h3#cluetip-title, .cluetip-systemdown h3#cluetip-title {
  margin: 0 0 0;
  padding: 4px 0 0 10px;
  background-repeat:repeat-x;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff
}
.cluetip-notice #cluetip-title a, .cluetip-lowalert #cluetip-title a, .cluetip-highalert #cluetip-title a, .cluetip-outage #cluetip-title a, .cluetip-systemdown #cluetip-title a {
  color: #fff;
  font-size: 0.90em;
}  
.cluetip-notice #cluetip-inner, .cluetip-lowalert #cluetip-inner, .cluetip-highalert #cluetip-inner, .cluetip-outage #cluetip-inner, .cluetip-systemdown #cluetip-inner  {
  background-color: #fff;
  padding: 10px;
}
.cluetip-notice div#cluetip-close, .cluetip-lowalert div#cluetip-close, .cluetip-highalert div#cluetip-close, .cluetip-outage div#cluetip-close, .cluetip-systemdown div#cluetip-close  { 
  text-align: right;
  margin: 1px 5px 6px;
  color: #666;
}
/***************************************
   =cluetipClass: 'notice' 
-------------------------------------- */
.cluetip-notice #cluetip-outer {
  background-color: #689d2a;
}
.cluetip-notice h3#cluetip-title {
  background-image:url('/support/alertsnotices/img/notice.png');
}
/***************************************
   =cluetipClass: 'lowalert' 
-------------------------------------- */
.cluetip-lowalert #cluetip-outer {
  background-color: #dba404;
}
.cluetip-lowalert h3#cluetip-title {
  background-image:url('/support/alertsnotices/img/lowalert.png');
}
/***************************************
   =cluetipClass: 'highalert' 
-------------------------------------- */
.cluetip-highalert #cluetip-outer {
  background-color: #ec5e38;
}
.cluetip-highalert h3#cluetip-title {
  background-image:url('/support/alertsnotices/img/highalert.png');
}
/***************************************
   =cluetipClass: 'outage' 
-------------------------------------- */
.cluetip-outage #cluetip-outer {
  background-color: #a148a1;
}
.cluetip-outage h3#cluetip-title {
  background-image:url('/support/alertsnotices/img/outage.png');
}
/***************************************
   =cluetipClass: 'systemdown' 
-------------------------------------- */
.cluetip-systemdown #cluetip-outer {
  background-color: #ff0000;
}
.cluetip-systemdown h3#cluetip-title {
  background-image:url('/support/alertsnotices/img/systemdown.png');
}  

/*	--------------------------------------------------
	Reveal Modals for In-Your-Face alerts
	-------------------------------------------------- */	
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url('/support/alertsnotices/img/modal-gloss.png') no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}	
.reveal-modal.small 	{
  width: 200px; 
  margin-left: -140px;
}
.reveal-modal.medium  {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
 }
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal p {
	text-align:left;
}