﻿table.ResultsGrid
{
    width: 850px;
}

table.ResultsGrid, table.ResultsGrid td, table.ResultsGrid tr, table.ResultsGrid th
{
	border: 0;
}

table.ResultsGrid th
{
	font-weight: bold;
	background-color: #709DC7;
}

table.ResultsGrid th, table.ResultsGrid td
{
	border-bottom: solid 1px white;
	padding: 4px;
}

table.ResultsGrid th a, table.ResultsGrid th a:visited
{
	text-decoration: none;
	color: #000;
}

table.ResultsGrid th a:hover
{
	text-decoration: underline;
}

table.ResultsGrid tr.GridRow
{
	background-color: #F0F1F3;
}

table.ResultsGrid tr.GridAltRow
{
	background-color: #E2E3E5;
}

table.ResultsGrid tr.GridSelectedRow
{
	background-color: #B8CDE0;
}

table.ResultsGrid tr.GridPager
{
	text-align: right;
	background-color: #709DC7;
	color: #33f;
}

table.ResultsGrid tr.GridPager td
{
	border: 0 !important;
}

table.ResultsGrid tr.GridPager a, table.ResultsGrid tr.GridPager a:visited
{
	color: #66f;
}

