﻿.GvStd
{
    color: #666666;
    background-color: White;
 	font-size:	9pt;
 	font-weight:normal;
	text-align:left;
	border: solid 1px #666666;
}
.GvStdLink, A.GvStd:Link, A.GvStd:Visited,A.GvStdLink:Link, A.GvStdLink:Visited
{
    color: #666666;
 	font-size:	8pt;
 	font-weight:normal;
	text-align:left;
}


.GvStdSelected, A.GvStd:Hover, A.GvStd:Active, A.GvStdLink:Hover, A.GvStdLink:Active
{
    color:White !important;    
    background-color: #DE0031;
    text-decoration: none;
    font-weight:normal;
}

.GvStdAlternating
{
    background-color:#E2E2E2;
}
.GvStdPager
{
}
.GvStdFooter
{
}

.GvStdHeader
{
    color:White !important;
    text-align:center;
    font-weight: bold;
    background-color:#1b3ca3; /*Blue;*/
    text-align:left;
}
