﻿
body 
{
    margin: 0px 0px 0px 0px;
    background-color: Silver;
    background: silver url(../images/mesh.gif) repeat top left;
    font: Tahoma, Arial, Verdana 9pt;
}
input, select
{
    font-size: 8pt;
}
tr#trMasterHeader
{
    background: url(../images/header_03.gif);
}
table#body
{
    background-color: White;
    border: 0px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    width: 900px;
    height: 100%;
}
tr.tickerhost
{
    background: url(../images/lowercurve.png) repeat-x top left; 
    height: 25px; 
    padding-left: 5px; 
    padding-right: 5px;
    vertical-align: middle;
}
td.sponsorhost
{
    background: #F8F9F8 url(../images/sponsorbg.gif) repeat-x top left; 
    height: 25px; 
    padding-left: 5px; 
    padding-right: 5px;
    vertical-align: middle;
}
td
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 9pt;
}
td#tdBody
{
    background: url(../images/grassbg.png);
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 15px 10px;
}
table#tblFooter
{
    background: url(../images/shadow-light.png) repeat-x top left; 
    border: 0px;
    border-top: solid 1px black;
    width: 100%;
}

table#tblFooter tr td
{
    padding: 2px 2px 1px 2px;
    font-size: 8pt;
    font-weight: bold;
    color: #232323;
}
a, a:active
{
    text-decoration: none;
    font-weight: bold;
    color: blue;
}
a:hover
{
    color: #5D73EE;
    text-decoration: underline;
}
a:visited
{
    color: #4D5999;
}

.tickerItem
{
    color: #333;
}

table.panel
{
    width: 185px;
    margin: 0px 0px 15px 0px;
    background: url(../images/sidebg.gif) repeat-y top left;
    border: solid 1px dimgray;
    table-layout: fixed;
}

table.panel td
{
    text-align: center;
}

table.panel td.header
{
    font-weight: bold;
    border: outset 1px;
}

table#tblQLinks td
{    
}
table#tblQLinks td li
{
    margin-left: -15px;
    list-style: none;
    width: 100%;
    line-height: 35px;
}
table#tblQLinks td li a, 
table#tblQLinks td li a:visited, 
table#tblQLinks td li a:active
{
    border-left: solid 1px #5565CF;
    border-right: solid 1px #5565CF;
    height: 100%;
    width: 100%;
    background: url(../images/qlink.gif) top center;
    color: White;
}
table#tblQLinks td li a:hover
{
    color: Black;
    text-decoration: none;
    background: url(../images/sponsor-hover.gif) top center;
}
table#tblQLinks td li a .text
{
    cursor: hand;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table#tblSLinks td
{    
}
table#tblSLinks td li
{
    margin-left: -15px;
    list-style: none;
    width: 100%;
    line-height: 35px;
}
table#tblSLinks td li a, 
table#tblSLinks td li a:visited, 
table#tblSLinks td li a:active
{
    height: 100%;
    width: 100%;
    background: #6E7CD6 url(../images/hdln-back.gif) top left repeat-x;
    border: solid 1px #5565CF;
    color: White;
}
table#tblSLinks td li a:hover
{
    color: Black;
    text-decoration: none;
    background: #C6E7F7 url(../images/hdln-hover.gif) top left repeat-x;
    border: solid 1px #5565CF;
}
table#tblSLinks td li a .text
{
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table#tblHeadlines td
{    
    text-align: left;
}
table#tblHeadlines td li
{
    margin-left: -15px;
    list-style: none;
    width: 100%;
}
table#tblHeadlines td li .imgUrgent
{
    float: left;
    margin: 8px 3px 3px 5px;
}
table#tblHeadlines td li a, 
table#tblHeadlines td li a:visited, 
table#tblHeadlines td li a:active
{
    height: 100%;
    width: 100%;
    background: #6E7CD6 url(../images/hdln-back.gif) top left repeat-x;
    border: solid 1px #5565CF;
    color: White;
}
table#tblHeadlines td li a:hover
{
    color: Black;
    text-decoration: none;
    background: #C6E7F7 url(../images/hdln-hover.gif) top left repeat-x;
    border: solid 1px #5565CF;
}
table#tblHeadlines td li a .text_title
{
    margin: 10px 5px 5px 5px;
    color: Black;
    cursor: hand;
    font-weight: bold;
    width: 90%;
}
table#tblHeadlines td li a .text
{
    margin: 0px 5px 10px 5px;
    color: Black;
    cursor: hand;
    font-weight: normal;
    width: 90%;
}

.InformationBar
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 8pt;
    background-color: #ffffe1;
    padding: 3px 5px 4px 5px;
    margin: 0px 0px 10px 0px;
    border: outset 1px;
}  