/*Example CSS for the two demo tickers*/

#domticker{
width: 445px;
height: 42px;
/*padding:8px 0px 0 4px;*/
background:#ddd url(bg_r2.jpg) top left no-repeat;
text-align:center;
/*border: 1px solid #F90000; 
background-color:#FBCC04;   green:#9FF14E; #84D520; /*FEF2C5; */
margin-bottom:2px;
}

#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: #A0CFF2;*/
padding-top:11px;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

.domtickereclass div {
	font:18px/1em arial, helvetica, sans-serif !important;
	color:#F20600; /* #F90000; */
	font-weight:bold;
	/*text-transform:uppercase;*/
	/*border:1px solid #000000;*/
	/*margin:8px 0 5px;*/
/*class to apply to your scroller(s) if desired*/
}
