﻿.USAPointsGridView div.AspNet-GridView table
{
	width: 100%;
}

/*
.USAPointsGridView div.AspNet-GridView table thead tr
{
	background-color: #b6befc;
}
*/

.USAPointsGridView div.AspNet-GridView table thead tr th
{
	background-color: #2e2f75;
	color: #ffffff;
    text-align: center;
}

/*
.USAPointsGridView div.AspNet-GridView table tbody tr
{
	background-color: #d4d0c8;
}
*/

.USAPointsGridView div.AspNet-GridView table tbody tr td
{
	background-color: #d4d0c8;
    text-align: center;
}

.USAPointsGridView div.AspNet-GridView table tbody tr:hover
{
    text-align: center;
    color: #777777;
}


/*
.USAPointsGridView div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate
{
	background-color: #c7c6d7;
}
*/


.USAPointsGridView div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #c7c6d7;
    text-align: center;
}

.USAPointsGridView div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate:hover
{
    text-align: center;
    color: #777777;
}

.USAPointsGridView div.AspNet-GridView table tfoot tr td
{
	background-color: #ffffff;
    text-align: center;
}

