/*
Example CSS for the two demo tickers
http://www.dynamicdrive.com/dynamicindex2/generaltick.htm
*/

#domticker{
width: 140px;
height: 80px;
border: 2px solid #FF6600;
padding: 5px;
background-color: #FFFFCA;
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
}

#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-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
color:#F00;
}

#domticker a:hover{
font-weight: bold;
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
color:#000;
}

#domticker-nastani{
width: 140px;
height: 80px;
border: 2px solid #FF6600;
padding: 5px;
background-color: #FFFFCA;
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
text-align:left;
}

#domticker-nastani 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-nastani a{
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
color:#F00;
}

#domticker-nastani a:hover{
font-weight: bold;
font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
color:#000;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}