﻿/*---------------翻页-----------------*/
.lc_B
{
    height:35px;
    padding-top:5px;
    margin-top:10px;
    clear:both;
    color:#fff;
    
}
.lc_P_Page_Area
{
}
.lc_P_Page_Area div
{
    display:inline-block;
    margin-right:5px;
    float: left;
    height:25px;
    line-height:25px;
}
.lc_P_Page_Area input
{
    vertical-align:middle;    
}
.lc_P_PageNumber
{
    width:20px;
    margin-left:5px;
    margin-right:5px;
}
.lc_P_PageButton
{
    margin-left:5px;
    width:45px;
    height:19px;
}
.lc_P_Page_Pre_No
{
    background-color:#383838;
    border:solid 1px #404142;
    color:#999;
    width:25px;
    text-align:center
}
.lc_P_Page_Pre
{
    background-color:#383838;
    border:solid 1px #404142;
    width:25px;
    text-align:center;
}
.lc_P_Page_Next_No
{
    background-color:#383838;
    border:solid 1px #404142;
    color:#999;
    width:25px;
    text-align:center;
    color:#999;
}
.lc_P_Page_Next
{
    background-color:#383838;
    border:solid 1px #404142;
    width:25px;
    text-align:center;
}
.lc_P_Page_NextActived
{
    background-color:#383838;
    border:solid 1px #404142;
    width:25px;
    text-align:center;
    cursor:pointer;
    text-decoration:underline;
    color:#fff;
}
.lc_P_Page_PreActived
{
    background-color:#383838;
    border:solid 1px #404142;
    width:25px;
    text-align:center;
    cursor:pointer;
    text-decoration:underline;
    color:#fff;
}
.lc_P_Page_Num1,.lc_P_Page_Num2,.lc_P_Page_Num3,.lc_P_Page_Num4,.lc_P_Page_Num_Dot
{
    background-color:#383838;
    border:solid 1px #404142;
    font-weight:bold;
    padding:0 9px;
}
.lc_P_Page_Num_Act1,.lc_P_Page_Num_Act2,.lc_P_Page_Num_Act3,.lc_P_Page_Num_Act4
{
     background-color:#81B943;
     border:solid 1px #6A9836;
     cursor:pointer;
     font-weight:bold;
     padding:0 9px;
}
.lc_P_Page_Num_Cur1,.lc_P_Page_Num_Cur2,.lc_P_Page_Num_Cur3,.lc_P_Page_Num_Cur4
{
     background-color:#81B943;
     border:solid 1px #6A9836;
     font-weight:bold;
     padding:0 9px;
}
.lc_P_PageCount
{
    float:left;
    width:19%;
    line-height:25px;
}
.lc_P_Page_Area{
    float:right;
}
.lc_P_PageCount_Record
{
    color:#81B943;
}
.lc_P_PageCount_Page
{
    color:#81B943;
}
.lc_P_PageChange
{
    display: inline-block;
}
..lc_P_PageChange input
{
    vertical-align:middle;
}
.lc_P_PageNumber{
    border:1px #DEE1E5 solid;
    text-align:center;
    width:50px;
    height:18px;
    line-height:18px;    
}
.lc_P_PageButton{
    height:22px;
    line-height:22px;
    width:44px;
    background-color:#383838;
    border:solid 1px #404142;
    color:#fff;
}
.btn_over_page
{
    width:52px;
    height: 24px;
    background-image:url(../../Images/base/sec_btn_s.png);
    background-repeat: no-repeat;
    background-position:0 -24px;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    color:#fff;
    margin-left:5px;
}
.btn_out_page
{
    width:52px;
    height: 24px;
    background-image:url(../../Images/base/sec_btn_s.png);
    background-repeat: no-repeat;
    background-position:0 0;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    color:#fff;
    margin-left:5px;
}
