/*page css*/
.pagenumber {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 0;
}

.pagenumber A {
    color: #666;
    text-decoration: none;
    margin: 3px;
    border: solid 1px #ddd;
    padding: 4px 6px;
    width: 22px;
    white-space: nowrap;
    cursor: pointer;
}

.pagenumber A:link {
    color: #666;
    text-decoration: none;
}

.pagenumber A:visited {
    color: #666;
    text-decoration: none;
}

.pagenumber A:hover {
    color: #fff;
    text-decoration: none;
    border: solid 1px #1555c0;
    background: #1555c0;
}

.pagenumber A.currpagenum {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #1555c0;
    background: #1555c0;
}