/* CSS Document */
#domticker{
width: 186px;
height: 10px;
padding-top: 5px;
padding-bottom: 10px;
font :bold  14px Arial, Helvetica, sans-serif;
color: #000099;
text-align: center;
background-color: #ffffff;
border: 2px solid #6698cb;
}

#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: #ffffff;
}

#domticker a{
font-weight: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.temp{
font : 18px Arial, Helvetica, sans-serif;
padding-left:5px;
color:#cd2c34;
}
.time{
font : 13px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000099;
}
.clock{
font : 13px Arial, Helvetica, sans-serif;
padding-left:10px;
font-weight: bold;
color: #0a6cce;
}

#domticker1{
width: 184px;
height: 198px;
font : 13px Arial, Helvetica, sans-serif;
color: #36569f;
text-align: center;
background-color: #ffffff;
border: 2px solid #6698cb;
}

#domticker1 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: #ffffff;
}

#domticker1 a{
font-weight: bold;
}

.someclass1{ //class to apply to your scroller(s) if desired
}

