﻿ .divRssTicker
    {
        border: solid 1px #1C375D;
    }
    .divRssTicker div a:link, .divRssTicker div a:visited
    {
        display: block;
        color: #36637A;
        text-decoration: none;
        font-family: Verdana, Tahoma, Arial;
        font-size: 10pt;
    }
    .divRssTicker div a:hover
    {
        color: #36637A;
        background: #eee;
    }
    .tickercontainer
    {
        border: 1px solid #000;
        background: #fff;
        width: 495px;
        height: 27px;
        margin: 0;
        padding: 0 overflow: hidden;
        float:right;
    }
    .tickercontainer .mask
    {
        position: relative;
        left: 5px;
        top: 8px;
        width: 485px;
        overflow: hidden;
    }
    ul.newsticker
    {
        position: relative;
        left: 485px;
        font: bold 10px Verdana;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    ul.newsticker li
    {
        float: left;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    ul.newsticker a
    {
        white-space: nowrap;
        padding: 0;
        color: #ff0000;
        font: bold 10px Verdana;
        margin: 0 10px 0 0;
        background:none;
    }
    ul.newsticker span
    {
        margin: 0 10px 0 0;
    }
    span.sector-name
    {
        font-weight: bold;
        color: #1976C3;
    }
    span.sector-name
    {
        color: #000;
    }
    ul.newsticker2
    {
        position: relative;
        left: -500px;
        font: bold 10px Verdana;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    ul.newsticker2 li
    {
        float: left;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    ul.newsticker2 a
    {
        white-space: nowrap;
        padding: 0;
        color: #ff0000;
        font: bold 10px Verdana;
        margin: 0 20px 0 0;
        background:none;
    }
    ul.newsticker2 span
    {
        margin: 0 10px 0 0;
    }
