 
 .Paging
{
	height:28px;
	line-height:28px;
	text-align:center;
	width:789px;
    background:white;
}
.Paging a
{
    background:transparent none repeat scroll 0 0;
    color:#666666;
    cursor:pointer;
    font-family:verdana;
    font-size:11px;
    font-weight:normal;
    padding:1px 5px;
    text-decoration:none;
}
.Paging span
{
    
    -webkit-border-radius:4px;
    -moz-border-radius:4px; 
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-family:verdana;
    font-size:10pt;
    font-weight:bold;
    padding:1px 5px;
    text-decoration:none;
	cursor:pointer;
}
.DivPageNo, .ThreeDot
{
	background:#312E2F;
}
.DivPageCurrentPage
{
	background:#BBB5B8;
}

