﻿.gridview_header
{
	font-family: Verdana;
	font-weight: bold;
	color: yellow;
	height: 20px;
	background-color: #003399;
	font-size: 8pt;
}

.gridview_header2
{
	font-family: Verdana;
	font-weight: bold;
	color: black;
	height: 20px;
	background-color: #ccffff;
	font-size: 8pt;
	border-right: graytext 1px solid;
	border-top: graytext 1px solid;
	border-left: graytext 1px solid;
	border-bottom: graytext 1px solid;
}

.gridview_footer
{
	background-color: #003399;
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
	color: yellow;
	height: 20px;
}

.gridview_oddRow
{
	background-color: #ffffff;
	font-size: x-small;
	font-family: Verdana;
	height: 18px;
}

.gridview_evenRow
{
	background-color: #ffffcc;
	font-size: x-small;
	font-family: Verdana;
	height: 18px;
}

.tb_row_over
{
	background-color: yellow;
	font-size: x-small;
	font-family: Verdana;
	height: 18px;
}

.gridview_whiteRow
{
	background-color: white;
	font-size: x-small;
	font-family: Verdana;
	height: 18px;
}

.gridview_table_border
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.gridview_table_border2
{
	border-right: graytext 1px solid;
	border-top: graytext 1px solid;
	border-left: graytext 1px solid;
	border-bottom: graytext 1px solid;
}
