﻿th.gridHeader
{
    background-color: #4f7390;
    color: #FFFFFF;
    font-weight:bold;
    height:50px;
    text-align:left;
    padding-left: 30px;
    font-size: 18px;
}

td.gridFirstColumn
{
    vertical-align:top;
    background-color: rgb(196,191,184);
    color: #FFFFFF;
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    width:10px;
}

td.gridSecondColumn
{
    background-color: white;
    color: #665e52;
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

a.newsItemHeader, 
a.newsItemHeader:hover, 
a.newsItemHeader:visited
{
    color: #000000;
}

span.newsItemHeaderArrow,
span.newsItemHeaderArrow:hover,
span.newsItemHeaderArrow:visited
{
    color: #cc463d;
}

a.newsItemDate
a.newsItemDate:hover
a.newsItemDate:visited
{
    font-size:8pt;
    color: #8d867b
}

a.newsItemReadMore,
a.newsItemReadMore:hover,
a.newsItemReadMore:visited
{
}

.newsGridRow
{
    background-color: Yellow;
}

span.newsUrl a
{
    font-weight: normal;   
    color: #9c968c;
}
