/* breaking news alert box */
.news-alert {
font-weight:bold;
font-size:11px;
color:#993300;
text-align:center;
margin-top:3px;
}
.news-alert .gray-label-plain {
color:#993300;
font-weight:normal;
}
#paginate-multi-alerts {
font-size:11px;
font-family:Arial;
padding:3px;
}
#pager {
text-align:right;
margin-top:-25px;
margin-bottom:2%;
border:1px solid #990000;
border-left:none;
}
.pagination a.toc {
display:none;
}
#multi-alerts {
height:25px;
background:#F1EECF;
overflow: hidden; /*leave as is*/
width:96%;
}
#multi-alerts .news-alert {
height:25px;
}
#multi-alerts .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 95%; /*width of featured content slider*/
}
#multi-alerts .sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
#single-alert .news-alert {
background:#F1EECF;
}

#single-alert {
margin-bottom:2%;
}
#single-alert .news-alert {
border-left:none;
border:1px solid #990000;
padding:3px;
}
#single-alert .sliderwrapper{
width: 95%; /*width of featured content slider*/
}
