﻿table.dataGrid
{ 
    padding: 5px 0px 5px 0px;
    width: 584px;
    empty-cells: show;
}

table.dataGrid thead tr
{
	background-color: #2c5687;
	color: white;
	text-align: left;
	padding: 2px;
}

table.dataGrid thead tr th
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #333333;
	font-weight: normal;
}

table.dataGrid thead tr th a
{ 
    color: White;
}

table.dataGrid thead tr th a:visited
{ 
    color: White;
}

table.dataGrid thead tr th a:active
{ 
    color: White;
}

table.dataGrid thead tr th a:hover
{ 
    color: White;
}

table.dataGrid tr
{
    text-align: left;
    padding: 2px;
    background-color: #E6E6E6;
}

table.dataGrid tr.alt
{
    background-color: #FFFFFF;
}

table.dataGrid tr td
{
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #333333;
}

table.dataGrid tfoot tr
{
    background-color: White;
    font-weight: bold;
}

table.dataGrid tfoot tr td
{
    background-color: White;
    font-weight: bold;
    border-bottom: 0px;
}

table.dataGrid2
{ 
    padding: 5px 0px 5px 0px;
    empty-cells: show;
}

table.dataGrid2 thead tr
{
	background-color: #2c5687;
	color: white;
	text-align: left;
	padding: 2px;
}

table.dataGrid2 thead tr th
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #333333;
	font-weight: normal;
}

table.dataGrid2 thead tr th a
{ 
    color: White;
}

table.dataGrid2 tr
{
    text-align: left;
    padding: 2px;
    background-color: #E6E6E6;
    
}

table.dataGrid2 tr.alt
{
    background-color: #FFFFFF;
}

table.dataGrid2 tr td
{
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #333333;
}

table.dataGrid2 tfoot tr
{
    background-color: White;
    font-weight: bold;
}

table.dataGrid2 tfoot tr td
{
    background-color: White;
    font-weight: bold;
    border-bottom: 0px;
}


table.grantCompare
{ 
    margin: 0px;
    padding: 5px 0px 5px 0px;
    width: 584px;
    empty-cells: show;
    border: 1px solid black;
}

table.grantCompare thead tr
{
	background-color: #2c5687;
	color: white;
	text-align: left;
	padding: 2px;
}

table.grantCompare thead tr th
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #333333;
	font-weight: normal;
}

table.grantCompare thead tr th a
{ 
    color: White;
}

table.grantCompare thead tr th a:visited
{ 
    color: White;
}

table.grantCompare thead tr th a:active
{ 
    color: White;
}

table.grantCompare thead tr th a:hover
{ 
    color: White;
}

table.grantCompare tr
{
    text-align: left;
    padding: 2px;
    background-color: #E6E6E6;
    
}

table.grantCompare tr.alt
{
    background-color: #FFFFFF;
}

table.grantCompare tr td
{
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #333333;
}

table.grantCompare tfoot tr
{
    background-color: White;
    font-weight: bold;
}

table.grantCompare tfoot tr td
{
    color: White;
    background-color: #2c5687;
    font-weight: bold;
    border-bottom: 0px;
    text-align: center;
}
