/* CSS Document */
#tickerContent {
  position: relative;
  width: 290px; 
  height: 60px;
  background-color: white;
  overflow: hidden;
   padding: 2px;
  padding-left: 4px;
}

.newsHeading {
background-color:#FFFFFF;
color:#993133;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
line-height:22px;
padding-left:10px;
}
.active_li{
background-image:url(../component/mod_helloword.php/images/templates/white_gray_box.png);
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:22px;
list-style-type:none;
list-style-image:url(../component/mod_helloword.php/images/templates/bullet.png);
margin:0;
}
.normal_li{
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:22px;
text-decoration:none;
}
ul li.prev{
background-image:url(../component/mod_helloword.php/images/templates/white_gray_box.png);
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:22px;
list-style-type:none;
list-style-image:url(../component/mod_helloword.php/images/templates/bullet.png);
margin:0;}
