﻿.ContentDataGrid TABLE
{
    font: normal normal normal 11px Verdana;
    background: #DCFDDC; 
}
.ContentDataGridItem TD
{
    font: normal normal normal 11px Verdana;
    background: #d7e492;
}
.ContentDataGridAlternatingItem TD
{
    font: normal normal normal 11px Verdana;
    background: #d7dc80;
}
.ContentDataGridPager TD
{
    font: normal normal normal 11px Verdana;
    background: #ABBFDB;
    font-weight: bold;
    color: #FFFFFF;
}
.ContentDataGridHeader
{
    font: normal normal normal 11px Verdana;
    text-align: left;
    font-weight: bold;
    background: #d7e492;
    background-image:url(media/header_background.gif);
}

.ContentDataGridHeader TH
{
    color:White;
}
.Error
{
    font-weight: bold;
}
