.GirdHeader
{
	background-color: #C5D9EB;
	color: Black;
	text-align: left;
	height: 25px;
}
.GridRowBox, .GridAlternateRow, .GridItemRow
{
	-moz-border-radius: 6px;
	border: solid 1px #ABDEFB;
}
.GridAlternateRow
{
	background-color: #D6EBFF;
	color: black;
	height: 26px;
}
.GridItemRow
{
	color: black;
	height: 26px;
}
.GridFooter
{
	background : #fff;
	color: Black;
	z-index:-1;
}

.PagingContainer
{
	border: 1px solid #C2C2C2;
	padding:4px;
	margin: 0px 0 10px 0; 
	 width: 98%;
}
.PagingContainer, .PagingContainer input, .PagingContainer select
{
	font-family: Verdana;
	font-size: 11px;
}
.PagingIcon, .PagingFirst, .PagingPrevious, .PagingNext, .PagingLast, .PagingRefresh
{
	border-style: none;
	background-repeat :no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	background-color:#fff;
}
.PagingFirst
{
	background-image: url('PagerStyle/PagingFirst.png');
}
.PagingPrevious
{
	background-image: url('PagerStyle/PagingPrevious.png');
}
.PagingNext
{
	background-image: url('PagerStyle/PagingNext.png');
	
}
.PagingLast
{
	background-image: url('PagerStyle/PagingLast.png');
}
.PagingRefresh
{
	background-image: url('PagerStyle/RefreshGrid.png');
	
}
.CurrentPage
{
	text-align: center;
}
.PagingNavigation td
{
	padding-left: 2px;
	padding-right: 2px;
}
.PagingRecords td
{
	padding-left: 2px;
	padding-right: 2px;
}
.PagingShowingRecord
{
	padding-left: 2px;
	padding-right: 2px;
}