@charset "utf-8";
/* CSS Document */
.listview    table {
        border-collapse: collapse;
        width: 100%;
        font:"微軟正黑體" 12px;
        text-align: center;
    }
.listview     th {
        background: #3e83c9;
        color: #ffffff;
        font-weight: bold;
        padding: 2px 11px;
       /* border-right: 1px solid #ffffff;*/
    }
.listview     td {
        padding: 2px 4px;
        border-bottom: 1px solid #95bce2;
        vertical-align: top;
    }
.listview     td * {
        padding: 2px 4px;
    }
.listview     tr.alt td {
        background: #ecf6fc;
    }
.listview     tr.over td {
        background: #bcd4ec;
    }
.listview1    table {
        border-collapse: collapse;
        width: 100%;
        font:"微軟正黑體" 12px;
        text-align: center;
    }
.listview1     th {
        background: #3e83c9;
        color: #ffffff;
        font-weight: bold;
        padding: 2px 11px;
		font-size:18px;
       /* border-right: 1px solid #ffffff;*/
    }