﻿.grdGlobal
{
	font-size: 90%;
	margin: 10px 5px 10px 5px;
	/*display: block;*/
	width:100%;
}

.grdRow
{
	background-color: #fff;
	height: 20px;
	margin-left: 7px;
	text-align: center;
}

.grdAlternRow
{
	background-color: #F0F7FF;
	height: 20px;
	text-align: center;
}

.grdRowDisabled
{
	background-color: #fff;
	height: 20px;
	margin-left: 7px;
	text-align: center;
	color: Gray;
}

.grdAlternRowDisabled
{
	background-color: #F0F7FF;
	height: 20px;
	text-align: center;
	color: Gray;
}

.grdPager
{
		color: #036;
		font-weight: bold;
		text-align: right;
		height: 10px;
}
