.PagerContainerTable
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    border-bottom: #333333 1px solid;
    color: #d1d1e1;
    background-color: #FFFFFF;
    font-size: small;
}
.PagerInfoCell
{
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 3px;
    font: bold;
    color: #f0f1f2;
    padding-top: 3px;
    white-space: nowrap;
    background-color: #8b0000;
    font-weight: normal;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	color: #990000;
	background-color: #FFFF99;
}
.PagerOtherPageCells
{
	background-color: #f0f1f2;
}
.PagerSSCCells
{
	background-color: #cccccc;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: none;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: none;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: none;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
}
