﻿table.gridView
{
    border-spacing:0;
}

table.gridView thead, table.gridView tfoot
{
    background-color: #507CD1;
    font-weight:bold;
    color: White;
}

table.gridView td, table.gridView th
{
    padding: 0.25em;
}

table.gridView tbody tr:nth-child(even)
{
    background-color: #EFF3FB;
}

table.gridView tbody tr:nth-child(odd)
{
    background-color: Transparent;
}

