﻿
.GridStyle
{
	border-collapse: collapse;
	border: none;
}

.HeaderStyle
{
	padding: 7px 5px 7px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: left;
	background-color: #00923F;
}

.HeaderStyle a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

.HeaderStyle a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

.HeaderStyle a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

.HeaderStyle a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
}

.RowStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFDD7;
	border-bottom: 1px dashed #00923F;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.AlternatingRowStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: white;
	border-bottom: 1px dashed #00923F;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.SelectedRowStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #E7F0F6;
	border-bottom: 1px dashed #00923F;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.EditRowStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #E7F0F6;
	border-bottom: 1px dashed #00923F;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.PagerStyle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00923F;
	background-color: #00923F;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.FooterStyle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00923F;
	font-size: 11px;
	background-color: #E7F0F6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.EmpyDataRowStyle table tr td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFDD7;
	border-top: 1px solid #00923F;
	border-bottom: 1px solid #00923F;
	padding: 15px 15px 15px 15px;
}

