﻿table.dataTable thead th, table.dataTable tfoot th {
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    border: 1px solid #D6D6D6;
    border-right: 0px;
    font-weight: normal;
    padding: 5px;
    background-color: none;
    background-repeat: repeat-x;
    color: #364760;
    font-weight: normal;
}

table.dataTable tbody td, table.dataTable tfoot td {
    padding: 5px;

}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("DataTableImg/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("DataTableImg/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("DataTableImg/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("DataTableImg/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("DataTableImg/sort_desc_disabled.png");
}


/*ListTable*/
table.ListTable thead .sorting,
table.ListTable thead .ListTable .sorting_asc,
table.ListTable thead .ListTable .sorting_desc,
table.ListTable thead .ListTable .sorting_asc_disabled,
table.ListTable thead .ListTable .sorting_desc_disabled {
    background-repeat: repeat-x;
    border-top: 0px;
    background-image: url("Img/LineBG.png");
}

table.ListTable thead .sorting {
    border-top: 0px;
    background-color:white;
}

table.ListTable thead .sorting_asc {
    border-top: 0px;
    background-image:none;
    background-color:white;
}

table.ListTable thead .sorting_desc {
    border-top: 0px;
    background-image:none;
    background-color:white;
}

table.ListTable thead .sorting_asc_disabled {
    background-repeat: repeat-x;
    border-top: 0px;
    background-image: url("Img/LineBG.png");
}

table.ListTable thead .sorting_desc_disabled {
    background-repeat: repeat-x;
    border-top: 0px;
    background-image: url("Img/LineBG.png");
}

/*ListTable*/


.dataTables_wrapper .dataTables_paginate .paginate_button {
    
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #D6D6D6;
}


            .DataTB_Number {
                width: 100%;
                text-align: center;
            }

            .DataTB_Price {
                width: 100%;
                text-align: right;
            }

            .DataTB_Center {
                text-align: center;
            }

            .DataTB_Lock {
                background-color:#D6D6D6;
            }

            /*第二表头，用于过滤及筛选*/
            table.dataTable thead .Filter_Tr th
            {
                background-color:#aeaeae;
                height:25px;
                text-align:center;
                overflow:hidden;
                vertical-align:middle;
                border-bottom:0px;
            }

            .Filter_Select
            {
                margin:auto;
                max-width:95%;
                padding:3px;
            }


