﻿.PagerContainer
{
	text-align: center;
	margin-right: 9px;
	color: #bcbcbc; /*padding-top: 11px;*/
}
.PagerContainer ul
{
	display: inline;
}
.PagerContainer ul li
{
	display: inline;
}
.PagerDisabledBackPageCells a, .PagerDisabledNextPageCells a
{
	color: #bcbcbc;
	margin-left: 1px;
	margin-right: 1px;
}
.PagerBackPageCells a:link, .PagerNextPageCells a:link, .PagerSSCCells a:link
{
	color: #808080;
	margin-left: 1px;
	margin-right: 1px;
}
.PagerBackPageCells a:hover, .PagerNextPageCells a:hover, .PagerSSCCells a:hover
{
	color: #04CCFF;
	text-decoration: underline;
}
ul.PagerPageInfoCell li
{
	display: inline;
}
.PagerCurrentPageCell .PagerHyperlinkStyle
{
	color: #04CCFF;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: underline;
}
.PagerOtherPageCells a:link
{
	color: #808080;
	margin-left: 1px;
	margin-right: 1px;
}
.PagerOtherPageCells a:hover
{
	color: #04CCFF;
	text-decoration: underline;
}
.PagerInfoCell
{
	margin: 10px;
}

