﻿table.standardgridview
{
    width: 100%;
    font: normal normal normal 9px/normal Verdana, Arial, San-Serif;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
table.standardgridview tr.header th
{
    padding: 2px 10px 2px 10px;
    background-color: #999999;
    color: White;
}
table.standardgridview tr td
{
    padding: 10px;
}
table.standardgridview tr.alt td
{
    background-color: #E8E8E8;
}