table.grid
{
  font-family: Arial;
  border-collapse: collapse;
  color: Black;
}

table.grid TD, TH
{
  padding: 0px 4px 0px 4px;
}

table.grid tr.headerRow
{
  background-color: silver;
  color: White;
}

table.grid tr.row
{
  background-color: #ececec;
}

table.grid tr.alternatingRow
{
  background-color: #ffffff;
}

table.grid tr.pagerRow
{
  background-color: silver;
  color: White;
}

table.grid tr.pagerRow td
{
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: White;
}

table.grid tr.emptyRow
{
}

table.grid input.submit, table.grid input[type='submit'], input.gridButton
{
  font-size: .9em;
}