﻿.gridview
{
	border-color: Gray;
	border-width: 2px;
}

.gv-header
{
	color:White;
	background-color:#5D7B9D; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-decoration:none;
	text-align:center 
}

.gv-header a:link 
{
	color:White;
	text-decoration:none;
}

.gv-header a:visited
{
	color:White;
	text-decoration:none;
}

.gv-header a:hover
{
	color:White;
	text-decoration:underline;
}

.gv-header a:active
{
	color:White;
	text-decoration:underline;
}

.gv-row
{
	color: #005151; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px; 
	text-decoration:none 
}



	
