﻿.NewsTicker-TickerContainer
{
    background-image: url('images/tickerBack.png');
    background-repeat: repeat-x;
    height: 28px;
    width: 418px;   
    margin:auto; 
}

.NewsTicker-MarqueeWrapper
{
    position:relative;
    top: 6px;
}

html>/**/body .NewsTicker-MarqueeWrapper
{
    top: -5px;
}

.NewsTicker-Marquee-UnorderedList
{
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
}

.NewsTicker-Marquee-ListItem
{
    display: inline;    
    list-style-type: none;
}

.NewsTicker-Marquee-ListItem p
{
    display: inline;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;        
}

.NewsTicker-Marquee-ListItem p a:link, .NewsTicker-Marquee-ListItem p a:visited
{
    color: #01464D;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}