

table.GridMain a { color: #FFF; }
table.GridMain a:hover { color: #333; }
table.GridMain a:active { color: #000; }

.GridMain
{
	border: #6D84B4 thin solid;
	color:black;
}

.GridRow
{
}

.AlternateRow
{
	background-color: #CDDDEE;
}

.GridSelectedRow
{
	background-color: #B6FAB6;
}

.GridHeader
{
	background-color: #6D84B4;
	font-weight: bold;
	text-align: left;
	color:white;
}

.GridHeader th a, .GridHeader th a:visited
{
	color: White;
}

.GridHeader th a:hover, .GridHeader th a:active
{
	color: Blue;
}

.GridHidden
{
	background-color: #6D84B4;
	font-weight: bold;
	text-align: left;
	color: #6D84B4;
}

.GridColumn
{
	text-align: center;
}

.GridRow .AlternateColumn
{
	background-color:#EAEEFF;
	text-align: center;
}

.AlternateRow .AlternateColumn
{
	background-color:#B8CCEE;
	text-align: center;
}

.GridRow td table tr td a, .GridRow td table tr td a:visited
{
	color: #00F;
}

.GridRow td table tr td a:active, .GridRow td table tr td a:hover
{
	color: #000;
}