﻿.text-center 
{
    text-align:center;
    margin:0 auto;
  
}
#PageNumber
{
    text-align:center;
    margin:0 auto;
    padding:0 auto;
      display:inline-block;
}
.PageNum
{
	
	
	padding:6px 10px;

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

	
}
.PageNum:hover
{

	text-decoration:none;
}

.PageNumber
{
	width: 28px;
	height: 25px;
	border: solid 1px #fff;
	
border-radius:5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

}
.PageNumberSelect
{
	width: 28px;
	height: 25px;
	border-radius:5px;
	border: solid 1px #fff;

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: Maroon;
}

.PageNumber a
{
	text-decoration: none;
	color: #fff;
}
.PageNumber a:hover
{
		color: Maroon;

}
.PageNumber:hover
{
		color: Maroon;
}
.PageNumberSeparator
{
	width: 5px;
}