﻿/*phan trang*/

.listPageNav {
    padding-top: 10px;
    text-align: center;
    height: 20px;
}
.firstpage, .lastpage {
    border: 1px solid #9DC3DF;
    color: #000000;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
.listPageNav a, .listPageNav SPAN input[type="button"] {
    border: 1px solid #9DC3DF;
    color: #000000;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
.current {
    background: none repeat scroll 0 0 #B6BFC2;
    border: 1px solid #9DC3DF;
    color: #000000;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
}
.listPageNav a:hover, .listPageNav SPAN input[type="button"]:hover {
    background: none repeat scroll 0 0 #336699;
    color: #FFFFFF;
}