﻿.style1 .pager, .style1 .pagercurrent
{
    display: block;
    border: #70BE43 1px solid;
    color:#050607;
    text-decoration:none;
    font-size:12px;
    height:18px;
    width:18px;
}
.style1 .pager:hover, .style1 .pagercurrent
{
    background-color:#70BE43;
    color:#ffffff;
}
.style1 td
{
    vertical-align:middle;
    text-align:center;
    padding: 0 3px;
}


.style2 .pager, .style2 .pagercurrent
{
    display: block;
    text-decoration:none;
    font-size:12px;
    height:18px;
    width:18px;
    background-color:#373839;
    
    color:#ffffff;
}
.style2 .pager:hover, .style2 .pagercurrent
{
    background-color:#000000;
}
.style2 td
{
    vertical-align:middle;
    text-align:center;
    padding: 0 3px;
}

.style3 .pager, .style3 .pagercurrent
{
    display: block;
    border: #7F8184 1px solid;
    color:#575759;
    text-decoration:none;
    font-size:12px;
    height:18px;
    width:18px;
}
.style3 .pager:hover, .style3 .pagercurrent
{
    background-color:#7F8184;
    color:#ffffff;
}
.style3 td
{
    vertical-align:middle;
    text-align:center;
    padding: 0 3px;
}