.PagerContainerTable
{
    color: #000000;
    background-color: #FFFFFF;
}
.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #f0f1f2;
	padding-top: 3px;
	white-space: nowrap;
	background-color: #007646;
	font-weight:normal;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerCurrentPageCell
{
    color: #000000;
    background-color: #FFFF99;
}
.PagerOtherPageCells
{
	background-color: #f0f1f2;
}
.PagerSSCCells
{
	background-color: #cccccc;
}
.PagerHyperlinkStyle
{
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
    font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}