﻿.page {
    width: 100%;;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: none;
}

.page a {
    padding: 4px 8px;
    color: #666;
    margin: 0 6px;
    border: 1px solid #888;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #CCC;
}

.page a:hover {
    color: #AC130E;
    border-radius: 3px;
    box-shadow: 0px 0px 7px #666;
}

.page span {
    padding: 4px 8px;
    color: #666;
    margin: 0 6px;
    border: 1px solid #888;
    background: #ccc;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #CCC;
}

.page font {
    color: #000;
}

.page .RepeaterNumberList_Now{
    background: #F2F2F2;
    color: #4E4E4E;
}