﻿.GridView
{
	width:100%;
	border:solid 1px gray;
}
.GridViewHeaderStyle
{
	background-image:url('../../images/headerBg.gif');
	background-repeat:repeat-x;
	height:30px;
	font-family:Tahoma;font-size:11px;
	font-weight:500;
	text-align:right;
}
.AdminForm
{
	font-family:Tahoma;
	font-size:11px;
}
.GridViewRowStyle
{
	font-family:Tahoma;
	font-size:11px;
	background-color:#f9f9f9;
	text-align:right;
}
.GridViewFooterStyle
{
font-family:Tahoma;
	font-size:11px;
	
}
.GridViewAlternatingRowStyle
{
	font-family:Tahoma;
	font-size:11px;
	background-color:#f9f9f9;
	text-align:right;
	
}
.GridViewPagerStyle
{
	background-image:url('../../images/PagerBg.gif');
	font-family:Tahoma;
	font-size:11px;
	height:30px;
	color:Red;
}
.GridViewAlternatingRowStyleShowComments
{
	font-family:Tahoma;
	font-size:11px;
	
	text-align:right;
	
}
.GridViewRowStyleShowComments
{
	font-family:Tahoma;
	font-size:11px;
	
	text-align:right;
}
