﻿.pagination > li > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #444445;
    border: none;
    border-bottom: 1px solid #444445;
    border-radius: 0;
    border-right: 1px solid #777778;
    border-top: 1px solid #777778;
    box-shadow: none;
    color: #FFFFFF;
    margin-left: 0;
    min-width: 32px;
    width: auto;
    padding: 5px 10px;
    text-decoration: none;
    height: 32px;
    text-align: center;
    font-size: 13px;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:active {
    background-color: #444445;
    border-bottom: 1px solid #444445;
    border-right: 1px solid #777778;
    border-top: 1px solid #777778;
    color: grey;
}

.pagination > li > a:hover {
    background-color: #515151;
    border-bottom: 1px solid #515151;
    border-top: 1px solid #8D8D8D;
    color: #FFFFFF;
}

.pagination > li > a:active {
    background-color: #9CA270;
    border-bottom: 1px solid #C7CAAE;
    border-top: 1px solid #9CA270;
}

.pagination > li:last-child > a { border-right: none; }

.pagination > li.active > a {
    background-color: #9CA270;
    border-bottom: 1px solid #9CA270;
    border-top: 1px solid #9CA270;
}