﻿.PagerNumber
{
  font-size:12px;
  padding:0px 2px 0px 2px;
  border:1px solid #80cd3b;  
  border-right:none;  
  width:15px;
  text-align:center;
  line-height:20px; 
  float:left;
  cursor:pointer; 
  color:#777;
}

.PagerNumber:last-child 
{
  border-right:1px solid #80cd3b;  
}

.PagerNumberActive
{
  background-color:#80cd3b;
  color:white;
}