/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: none;
background: transparent; 
width: 607px; 
height: 40px; 
margin: 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: 10px;
top: 8px;
width: 580px;
overflow: hidden;
border: none;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font-size: 14px;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;


}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: none;
white-space: nowrap;
color: #0092f2;
}

ul.newsticker span {
margin: 0;
} 

table#wptt {
    text-align: left;
}
table#wptt .head {
    background: #969696;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
table#wptt td {
    padding-left: 5px;
}

span.clientname{
    color: #000;

}
#wptt-wrapper {
    position: absolute;
    margin-top: -10px;
}

#wptt-wrapper {  -moz-border-radius: 5px;	-khtml-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px; border: 1px dashed #ccc; }
ul.newsticker li { border: none !important; }

