﻿/* GridView */

.GridView
{
	color: #333333;
}

.gvHeaderStyle
{
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.gvHeaderStyle A:Link
{
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.gvHeaderStyle A:Visited
{
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.gvHeaderStyle A:Active
{
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.gvHeaderStyle A:Hover
{
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.gvFooterStyle
{
	background-color: #CCCC99;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvPagerStyle
{
	background-color: #FFFFFF;
	color: black;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvPagerStyle A:Link
{
	background-color: #FFFFFF;
	color: black;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvPagerStyle A:Visited
{
	background-color: #FFFFFF;
	color: black;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvPagerStyle A:Active
{
	background-color: #FFFFFF;
	color: black;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvPagerStyle A:Hover
{
	background-color: #FFFFFF;
	color: black;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.gvHoverRowStyle
{
	background-color: #189AD6;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
}

.gvRowStyle
{
	background-color:#D0E5F6;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
}

.gvAlternatingRowStyle
{
	background-color:#FCFCFC;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
}
