﻿.pages {
    color: #999;  
   width:100%;
   text-align:center;

}

    .pages a, .pages .cpb {
        text-decoration: none;
        float: left;
        padding: 0 12px;
        border: 1px solid #ddd;
        background: #fff;
        opacity: 0.8;
        margin: 0 3px;
        font-size: 11px;
        color: #000;
        height: 32px;
        width: auto;
        border-radius: 32px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
    }

        .pages a:hover {
            background-color: #0064b5;
            color: #fff;
            border: 1px solid #0064b5;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #0064b5;
        border: 1px solid #0064b5;
    }

    .pages a[disabled] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

#AspNetPager1 ul li {
    list-style: none;
    float: left;
}

    #AspNetPager1 ul li a {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
    }
