.PagerContainerTable
{
	background-color:Transparent;
}
.PagerInfoCell
{
    visibility:hidden;
} 


.PagerGapStyle
{
	color: Black;
}

.PagerHyperlinkStyle:hover
{
    border-color: Red;
    color: red;
}
	
.PagerHyperlinkStyle:link 
{
	color: Black;
	text-decoration: none;
}

.PagerHyperlinkStyle:visited 
{
	color: Black;
	text-decoration: none;
}

.PagerHyperlinkStyle:active 
{
	text-decoration: none;
    border-color: Red;
    color: red;
}

.PagerBackPageCells, .PagerCurrentPageCell, .PagerOtherPageCells, .PagerNextPageCells 
{
	color: Black;
    border: solid 1px black;
    width: 17px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: small;
    background-color: White;
    cursor: hand;
}

.PagerCurrentPageCell  
{
    border: solid 2px #3399FF;
    color: #3399FF;
    font-weight: bolder;	
    font-size: medium;
    width: 17px;
    height: 13px;

}