﻿.GridFooter
{
/* background-color: #B5C7DE;
 color: #4A3C8C;*/
}

.rowStyle
{
	background-color: #FFFF66;
	cursor: pointer;
}
.rowStyleNormal
{
	background-color: #E7E7FF;
	color: #4A3C8C;
	/*cursor: pointer;*/
}
.rowStyleAlternate
{
	background-color: #F7F7F7;
	color: #4A3C8C;
}


.PagerItem
{
	font-style: normal;
	text-decoration: none;
}

.PagerItem:hover
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	background-color: #FFFF66;
}
.PagerItem:link  {
	COLOR : #000000;
	TEXT-DECORATION : none;
}

.PagerItem:visited  {
	COLOR : #000000;
	TEXT-DECORATION : none;
}

.PagerItem:active  {
	COLOR : #000000;
	TEXT-DECORATION : none;
	}
.PagerTxt
{
		color:black;
	font-family:Verdana,Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}

