﻿#NewsDiv 
{
    position: absolute; 
    left: 0; top: 0; width: 100%;
}

 /* FONT COLORS */

#NewsDiv table
{
    COLOR: #000000; FONT: 11px arial, sans-serif; font-weight: normal 
}

.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/* Individual "items" in the DataList. */
.NewsDataList .AspNet-DataList table tbody tr td
{
    padding:5px;         
    vertical-align: top; 
    text-align:left;
}

/* Header of the DataList. */
.NewsDataList .AspNet-DataList table thead tr th,
.NewsDataList .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:left;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.NewsDataList .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}

.NewsDataList .AspNet-DataList table tbody tr td .title
{ 
    COLOR: #0033FF; FONT: 12px arial, sans-serif; font-weight: bold; 
}


 /* PAGE LINK COLORS */


.NewsDataList .AspNet-DataList table tbody tr td a:link,
.NewsDataList .AspNet-DataList table tbody tr td a:visited,
.NewsDataList .AspNet-DataList table tbody tr td a:active,
.NewsDataList .AspNet-DataList table tbody tr td a:hover
{ 
    COLOR: #0033FF; FONT: 12px arial, sans-serif; font-weight: bold;
    text-decoration: none;  
}