﻿.PagerContainerTable
{
	width: 100%;
	height: 30px;
	font-size: 12px;
	font-family: Tahoma;
}

.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	color: #cc0000;
	letter-spacing: 1px;
}

.PagerCurrentPageCell
{
	color: #bdbdbd;
	width: 15px;
	font-weight: normal;
}

.PagerOtherPageCells
{
	color: #403F3F;
	width: 15px;
	padding-right: 4px;
}

.PagerSSCCells
{

}

.PagerHyperlinkStyle
{
	font-weight: bold;
	color: #403F3F;
}

.PagerHyperlinkStyle:link, A.PagerHyperlinkStyle:Visited, A.PagerHyperlinkStyle:Active
{
	color: #403F3F;
}
.PagerHyperlinkStyle:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.StatTable { border: #bdbdbd 1px solid; }
