.PagerContainerTable
{
	color: Black;
	font: normal 11px Tahoma;
}
.PagerInfoCell
{
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
.PagerInfoCell:link
{
	text-decoration: none;
}
.PagerInfoCell:visited
{
	text-decoration: none;
}
.PagerCurrentPageCell
{
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	background-color: #396FA8;
	font-weight: bold;
}
.PagerOtherPageCell
{
	padding: 4px 6px 4px 6px;
	background-color: #FFFFFF;
}
.PagerOtherPageCellDisable
{
	padding: 4px 6px 4px 6px;
	background-color: #FFFFFF;
}
.PagerSSCCell
{
	background-color: #cccccc;
}
.PagerHyperlinkStyle
{
	color: Black;
	text-decoration: none;
}
