﻿/* GridView Control Item Template Style */
 table.GridView
{
	border: 0.077em solid #DAE7CB;
	/* margin-left: 1.077em; */
	margin-bottom: 1.846em;
}

table.GridView td, table.GridView th
{
	padding:  0.385em 0.385em;
	font-size: 1em;
	line-height: 1.5em;
	border: 0.077em solid #999;
}
 table.GridView tr.HeaderGridViewStyle
{
	background-color: #eee;
	color: #353535;
}
 table.GridView tr.GridViewRowStyle
{
	background-color: #F4F9F0;
}
 table.GridView tr.AlternatingGridViewRowStyle
{
	background-color: #EEF4FB;
}
 table.GridView tr.AlternatingGridViewRowStyle:hover,  table.GridView tr.GridViewRowStyle:hover
{
	background-color: #FCE28B;
}
 table.GridView tr.SelectedRowStyle
{
	background-color: #9DDC5F;
	background-color: #BDFBD9;
}

/*
 table.GridView tr.PagerStyle td
{	
	font-size: 0.9em;
	line-height: 1.6em;
}
*/

