﻿table.Grid
{
    border-bottom : 1px solid rgb(199,201,193);
    border-left : 1px solid rgb(199,201,193);
    border-right : 1px solid rgb(199,201,193);
}
table.Grid tr td, table.Grid tr th
{
    padding-left : 10px;
    padding-right : 10px;    
}
tr.GridHeader
{
    height: 24px;
}
tr.GridHeader th
{
    height: 24px;
    border-left: none;
    border-right: 1px solid rgb(210,210,255);
    background-image : url(MenuBgBlue.png);
    color : White;
}
tr.GridRow
{
    height: 20px;
    background-color: White;
}
tr.GridRow td
{
    border: none;
    border-right : 1px solid rgb(199,201,193);
    white-space : nowrap;
}
tr.GridAltRow
{
    height: 20px;
    background-color: rgb(150,150,150);
}
tr.GridAltRow td
{
    border: none;
    color : White;
    border-right : 1px solid rgb(210,210,210);
}
tr.GridAltRow td a
{
    color : White;    
}
tr.GridEditRow
{
    background-color: #FFCC66;
}


