.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: #141220;
	width: 75%;
}
.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font: bold 12px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	color: #000;
	padding-top: 3px;
	white-space: nowrap;
	background-color: #7A7A7A;
	font-weight: normal;
	width: 25%;
	border: solid 1px #000;
	text-align:center;
}
.PagerInfoCell:link
{
	color: #000;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #000;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	text-align:center;
	color: #FFFFFF;
	background-color: #333333;
	cursor: default;
	border: solid 1px #000;
	/*width: 10px;	saNote : IE it will not show text in center*/
}
.PagerOtherPageCells
{
	background-color: #464646;
	text-align: center;
	border: solid 1px #cdc5ca;
	/*width: 10px;	saNote : IE it will not show text in center*/
	font-size: 11px;
	cursor: pointer;
	color: #FFFFFF;
}
.PagerOtherPageCells:hover
{
	background-color: #CDC5AA;
	border:solid 1px #000;	
	font-size:11px;
	cursor:pointer;
	color:#000;
}
.PagerOtherPagetd
{
	background-color: #999999;
	text-align: center;
	border: solid 1px #cdc5ca;
	width:auto;
	font-size: 11px;
	cursor: pointer;
	color: #000;
}
.PagerOtherPagetd:hover
{
	background-color: #CDC5AA;
	border:solid 1px #000;	
	font-size:11px;
	cursor:pointer;
	color:#000;
}

.EmptyPagerOtherPageCells
{
/*	background-color: #f7f5e7; */
	background-color: #f0eee4;
	text-align: center;	
	border:solid 1px #cdc5ca; 
	width:10px;

}
.EmptyPagerOtherPageCells:hover 
{
/*	background-color: #CDC5AA; 
	background-color: #f0eee4;
	border:solid 1px #000;  */
	width:10px;
}
.PagerSSCCells
{
	background-color: #cccccc;
}
.PagerHyperlinkStyle
{
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	text-align:center;
	width:10px;
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	width:10px;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	width:50px;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.GoToLabel
{
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	font-size: 12px;	
	vertical-align: middle;	
	display: inline;
}
.GoToSelect
{
	font-size: 10px;
	font-weight: bold;		
}
.GoToSelectedOption
{
	color: #f9f9f9;
	background-color: #666666;		
}
.GoToArrow
{
	vertical-align: middle;
	cursor: pointer;	
}
