﻿/* The overall style of the GridView */

.gridStyle
{
    width: 100%;
}

.gridHeader
{
    background-color: Black;
    color: #000000;
    padding:10px;
}

.gridAlternatingRow
{
    background-color: #3C3C3C;
}

.gridPager
{
    background-color: #3C3C3C;
    text-align: right;
}

.gridPager span
{
    text-decoration: underline;
}