.paginator {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #666;
    float: right;
    margin: 30px;
    /*padding-top: 220px;
    padding-left: 360px;*/
}

.paginator A {
    width: 35px;
    border: #e7e7e7 1px solid;
    display: block;
    background: #fff;
    float: left;
    color: rgb(103, 106, 108);
    margin-right: 4px;
    text-decoration: none;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginator A:link {
    width: 35px;
    display: block;
    background: #fff;
    float: left;
    border: #e7e7e7 1px solid;
    color: rgb(103, 106, 108);
    margin-right: 4px;
    text-decoration: none;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginator A:visited {
    width: 35px;
    display: block;
    background: #fff;
    float: left;
    border: #e7e7e7 1px solid;
    color: rgb(103, 106, 108);
    margin-right: 4px;
    text-decoration: none;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginator A:hover {
    width: 35px;
    display: block;
    background: #fff;
    float: left;
    border: #e7e7e7 1px solid;
    color: rgb(103, 106, 108);
    margin-right: 4px;
    text-decoration: none;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginator A:active {
    width: 35px;
    display: block;
    background: #fff;
    float: left;
    border: #e7e7e7 1px solid;
    color: rgb(103, 106, 108);
    margin-right: 4px;
    text-decoration: none;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.paginator .break {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    border-top-style: none;
    padding-top: 6px;
    border-right-style: none;
    border-left-style: none;
    height: 12px;
    text-decoration: none;
    border-bottom-style: none;
}

.paginator .this-page {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #e50012;
    border: 1px solid #e50012;
    float: left;
    margin-right: 2px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.paginator>div:before {
    content: '';
    display: table;
    clear: both;
}

.paginator>div::after {
    content: '';
    display: table;
    clear: both;
}

.ibox-content::after {
    content: '';
    display: table;
    clear: both;
}

.ibox-content::before {
    content: '';
    display: table;
    clear: both;
}

/*当为第一页时的上一页按钮*/

.firstbtn {
    border-top-width: 0px ! important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px ! important;
    font-size: 12px;
    background: url(pager/lastpage-meneame.gif) no-repeat;
    border-bottom-width: 0px ! important;
    padding-bottom: 0px;
    width: 26px;
    color: #666;
    line-height: 22px;
    margin-right: 4px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px ! important;
}

/*当为最后一页时的下一页按钮*/

.finalbtn {
    border-top-width: 0px ! important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px ! important;
    font-size: 12px;
    background: url(pager/last_btn.gif) no-repeat;
    border-bottom-width: 0px ! important;
    padding-bottom: 0px;
    width: 63px;
    color: #666;
    text-indent: 7px;
    line-height: 22px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px ! important;
}

.firstbg,
.firstbg a,
.firstbg a:link,
.firstbg a:visited,
.firstbg a:hover {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
}

#cw_table>thead {
    background: #f5f5f5;
}

.blue {
    color: #0e9aef;
}

.orange {
    color: #f2a654;
}