#coa_ajaxyalerts {
	z-index: auto;
	background-color: transparent;
} 

/*
.AlertsSingle a:link { color: #7B0909; text-decoration: none; }
.AlertsSingle a:hover { color: #7B0909; text-decoration: none; }
.AlertsSingle a:visited { color: #7B0909; text-decoration: none; }

.ajaxyAlertsTitle a:link { color: #7B0909; text-decoration: none;}
.ajaxyAlertsTitle a:hover { color: #7B0909; text-decoration: none;  }
.ajaxyAlertsTitle a:visited { color: #7B0909; text-decoration: none; }
*/

.AlertsSingle a:link { text-decoration: underline; }
.AlertsSingle a:hover { text-decoration: underline; }
.AlertsSingle a:visited { text-decoration: underline; }

.AlertsSingle {
display: block;
/*border-bottom: 1px dotted #d1aaaa; */
padding: 8px;
background-color: #fde0e0;
border: 1px solid #7b0909;
margin: 5px 0px 5px 0px;

}

.ajaxyAlertsTitle { 
	font-weight: 700;
/*	font-size: 13.6px;*/
	display: inline;
	/* icon */
	padding-left: 21px;
	background-image:url('https://www.alexandriava.gov/images/icon_alert.png');
	background-repeat:no-repeat;
}

.ajaxyAlertsDateTime { 
	font-style: italic;
	font-size: 9px;
	display: inline;
	padding-left: 5px;
}

.ajaxyAlertsSummary { 
	font-style: normal;
	font-size: 12px;
	padding-left: 21px;
	font-weight: normal;
	margin-top: 2px;
	display: inline;
}

#coa_ajaxyalerts .ajaxyAlertsMoreLink { 
	font-size:11px;
	font-weight:bold;
	text-align:right;
	display: block;
	padding:0;
	margin:0;
	margin-top: 0px;
	margin-right: 0px;
	/* JT */
	color:#00c;
}

/* from 30-mobile/mdefault--mobile-mobilehome.css */
#coa_ajaxyalerts .ajaxyAlertsBody{overflow:hidden;}
#coa_ajaxyalerts .ajaxyAlertsBody h1{font-size:1.2em;color:#7b0909;margin:0 0 10px 0;padding:0 0 2px 0;border-bottom:1px dotted #a49f74;}
#coa_ajaxyalerts .ajaxyAlertsBody h2{font-size:1em;color:#7b0909;margin:10px 0 10px 0;}
#coa_ajaxyalerts .ajaxyAlertsBody h3,h4,h5,h6{font-size:1em;font-weight:normal;margin:8px 0;padding:0;}
#coa_ajaxyalerts .ajaxyAlertsBody a{text-decoration:none;}
#coa_ajaxyalerts .ajaxyAlertsBody u{text-decoration:none;}
#coa_ajaxyalerts .ajaxyAlertsBody ul{margin:10px 0;}
#coa_ajaxyalerts .ajaxyAlertsBody ol{margin:10px 0;}
#coa_ajaxyalerts .ajaxyAlertsBody li{margin:5px 0 5px 25px;padding:0;}
#coa_ajaxyalerts .ajaxyAlertsBody p{margin:0;padding:8px 0;}
#coa_ajaxyalerts .ajaxyAlertsBody img{margin:5px 0;height:auto;max-width:95%;max-height:auto;border-color:#a49f74;}
#coa_ajaxyalerts .ajaxyAlertsBody hr{clear:both;}

#coa_ajaxyalerts .ajaxyAlertsBody {
	display: none;
margin:10px;
padding:15px;
padding-left:25px;
border:1px solid #7b0909;
background-color: white;
color: black;
}

.AjaxyAlertsBox {
/*font-size: .85em; */
color: #7b0909;
padding: 10px;
margin: 0 0 10px 0;
clear: both;
background-color: transparent;
}

.ajaxyAlertsCloseLink {
font-weight: bold;
text-align: right;
display: none;
padding: 0;
margin: 0;
margin-top: 0;
margin-right: 10px;
margin-bottom: 0;
}

