.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%;*/
	background-color:#EDF4FC;
	border:1px solid #C9C8C8;
	color:#D1D1E1;
	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: #EEEEEE;/* #EEE7CB;*/
	font-weight: normal;
	width: 25%;
	border:1px solid #C9C8C8;
	text-align:center;
}
.PagerInfoCell:link
{
	color: #000;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #000;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	text-align:center;
	color: #000000;
	background-color: #C9C8C8;
	cursor: default;
	border:1px solid #C9C8C8;
}
.PagerOtherPageCells
{
	background-color:#EEEEEE;/* #F0E9CE;*/
	text-align: center;
	border:1px solid #C9C8C8;
	/*width: 10px;	saNote : IE it will not show text in center*/
	font-size: 11px;
	cursor: pointer;
	color: #000;
}
.PagerOtherPageCells:hover
{
	background-color:#DCF3FA;/* #CDC5AA;*/
	border:solid 1px #C9C8C8;	
	font-size:11px;
	cursor:pointer;
	color:#000;
}
.PagerOtherPagetd
{
	background-color:#EEEEEE;/* #EEE7CB;*/
	text-align: center;
	border:1px solid #C9C8C8;
	width:auto;
	font-size: 11px;
	cursor: pointer;
	color: #000;
}
.PagerOtherPagetd:hover
{
	background-color: #F2F7FB;
	border:solid 1px #C9C8C8;	
	font-size:11px;
	cursor:pointer;
	color:#000;
}

.EmptyPagerOtherPageCells
{
/*	background-color: #f7f5e7; */
	background-color: #f0eee4;
	text-align: center;	
	border:solid 1px #DCF3FA; 
	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;	
}
