﻿/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: transparent; 
width: 700px; 
height: 38px; 
margin: 0px 0 0 0 ; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
height:38px;
overflow: hidden;
width:700px;
background:transparent url(/images/ticker-bg.png) repeat-x top left;
}
ul.init-class
{
	display:none;
}

ul.newsticker { /* that's your list */
position: relative;
left:600px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
display:block;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0 8px 0 8px;
color: black;
font: normal 11px verdana;
margin: 0 0px 0 0;
text-decoration:none;
line-height:33px;

} 
ul.newsticker a:hover, ul.newsticker a:hover span
{
	color:#364393;	
}
ul.newsticker li.news-head
{
	color:#364393;
	font-weight:normal;	
	line-height:33px;
	background:url(/images/ticker-title.png) repeat-x top left;
}	 
ul.newsticker li.news-head span {
	padding:0 8px 0 8px;
	color:#364393;
	font-weight:normal;	
	line-height:33px;
} 
td.news-label
{
	width:100px;
	padding-bottom:5px;
	background:transparent url(/images/ticker-lable.png) repeat-x top left;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	height:33px;
}
