
/*Example CSS for the two demo tickers*/

#domticker{
border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
vertical-align:middle;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFCA;
}

#domticker a{
font-weight: bold;
}

#domticker2{
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}
#news-ticker {
	height:30px;
	margin-bottom:5px;
	border-bottom:2px solid #637D37;
	background:#eee;
	padding-bottom:3px;
}