/* CSS Document */

#ajaxticker1{
width: 200px;
height: 100%;
border: 0px ridge black;
padding: 5px;
background-color: #FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica;
color:#666666;
font-size:11px;
}

#ajaxticker1 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;
}

#ajaxticker2{
width: 200px;
height: 100%;
border: 0px ridge black;
padding: 5px;
background-color: #FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica;
color:#666666;
font-size:11px;
}

#ajaxticker2 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;
}
.someclass
{
    margin:0px; 
    padding:6px; 
    border:1px inset; 
    width:100%; 
    height:200px; 
    overflow:auto;
    font-size:11px;
    
}
