/* CSS Document */
#webTicker{
	list-style: none !important; 
	margin-bottom:0px !important;
}
#webTicker li{
	margin-right:20px !important;	
}
#webTicker li{
	list-style-type:none;
} 

#webTicker li.ticker_alert{
	color:red;
	background-image: url(/images/warning-sm.png);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 2em;
}

.ticker_alert{
	color:red;
}

.headertop-text .ticker{
	
	color:white;	
}

.p-0{
	padding:0px !important;	
}
.m-0{
	margin:0px !important;	
}
.ticker-display{
    font-family:  Helvetica Neue,Helvetica,Arial,sans-serif; 
    color: white;
    font-size: 16px;
    line-height: 22px;
	font-weight: bold;
	text-align:left;
}