﻿table.GridView
{	
    border: 1px solid #a5cee0;
    color: black;
    font-size: 0.9em;
    width: 100%;
}

table.GridView tr.HeaderRow, table.GridView td.HeaderRow
{
    background: #008FBD;
    color: #ffffff;
    font-weight: bold;
}

table.GridView tr.HeaderRow a
{
	color: #ffffff;
	text-decoration: none;
}

table.GridView tr.AlternateRow, table.GridView td.AlternateRow
{
    background: #ffffff;
}

table.GridView tr.Row, table.GridView td.Row
{
    background: #fafafa;
}
