﻿table {
    /* font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 細明體, 宋体, SimSun, 微软雅黑, SimHei; */
    font-family: sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
    margin-bottom: 0px;
    /* background-color: #FFFFFF; */
    border: none;
    table-layout: auto;
}

    table.fixed {
        table-layout: fixed;
    }

    table.border {
        /* border: 1px dotted #D0D0D0; */
        border: none;
    }

        table.border th {
            line-height: 24px;
            border: none;
            border-right: 1px dotted #D0D0D0;
            /*border-bottom: 1px dotted #D0D0D0;*/
        }

            table.border th:last-of-type {
                border: none;
                /*border-bottom: 1px dotted #D0D0D0;*/
            }

        table.border td {
            border: none;
            border-right: 1px dotted #D0D0D0;
            /*border-bottom: 1px dotted #D0D0D0;*/
        }

            table.border td:last-of-type {
                border: none;
                /*border-bottom: 1px dotted #D0D0D0;*/
            }

        /*table.border tr:last-of-type td, th {
            border: none;
        }*/

    table.w100p {
        width: 100%;
    }

    table.input {
        border-collapse: separate;
        border-spacing: 5px;
    }

th {
    padding: 5px;
    font-weight: normal;
    background-color: #F0F0F0;
}

    th.label, th.caption {
        padding-right: 0.5em;
        text-align: right;
    }

    th.red, td.red {
        color: red;
    }

    th.blue, td.blue {
        color: blue;
    }

    th.bold, td.bold {
        font-weight: bold;
    }

td {
    padding: 5px;
}

    td.label, td.caption {
        padding-right: 0.5em;
        text-align: right;
    }

tr.widthcontrol td, td.widthcontrol {
    padding: 0;
    margin: 0;
    height: 0;
}

.nosort a {
    text-decoration: none;
    color: blue !important;
}

.sortasc > a {
    text-decoration: none;
    color: blue !important;
}

.sortasc > a::after {
    content : " ▲"    
}

.sortdesc > a {
    text-decoration: none;
    color: blue !important;
}

.sortdesc > a::after {
    content : " ▼"
}
