﻿.pagenav {
    border: 1px solid #999999;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: black;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    margin:5px 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    min-width: 6px; 
    float:left;
    background: #fff;
}

.pagenav:hover  {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    box-shadow: 1px 1px 1px #666666 inset;
    cursor: pointer;
}
.pagination1
  { 
    clear:both;
    margin:5px 10px;
}
  .pagination a {
    font-weight: bold;
    color:gray; 
}
.Pageactive{
    background: #c01e1e !important;
    color: #fff !important;
}