.PagerContainerTable
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	color: #d1d1e1;
	border-bottom: #333333 1px solid;
	background-color: #FFFFFF;
	min-width:300px;
	padding:-1px;
	font-size: .9em;
}
.PagerInfoCell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 1em;
	color: #f0f1f2;
	padding-top: 2px;
	white-space: nowrap;
	background-color: #39619C;
	font-weight:bold;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	color: #ffffff;
	background-color: #8B99BC;
	cursor:default;
	padding-right: 2px;
	padding-left: 2px;
}
.PagerOtherPageCells
{
	background-color: #f0f1f2;
	font-weight:bold;
	padding-right: 2px;
	padding-left: 2px;
}
.PagerSSCCells
{
	background-color: #cccccc;
}
.PagerHyperlinkStyle
{
	font-size: .9em;
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: none;
	font-size: .9em;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: none;
	font-size: .9em;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: none;
	font-size: .9em;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
	font-size: .9em;
}
.GoToLabel
{
	color:#333333;
	font-size:.9em;
	vertical-align:middle;
	display:inline;
}
.GotoPagerCell
{
    font-size:.9em;
    white-space:nowrap;
    color:#000000;
    background-color:#F0F1F2;
	min-width: 85px;
	text-align:right;
	font-weight:bold;
}
.GoToSelect
{
	font-size:1em;
}
.GoToSelectedOption
{
	color:#f9f9f9;
	background-color:#666666;
}

.GoToArrow
{
	vertical-align:middle;
	cursor:pointer;
}