
body {
    font-size: 10pt;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    background-image: url(/BASE/images/tc_enrollment_1020x148.png);
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: normal;
    color: #383d40;
}

.rowborder {
    border-bottom: solid 1px #B4B4B4;
}

.input_top {
    vertical-align: text-top;
}

.input_text {
    width: 120px;
}

.input_dropdownlist {
    width: 123px;
}

.title2 {
    background-color: #eeeeee;
    padding: 20px;
    text-align: left;
    margin-top: 15px;
    font-weight: normal;
    line-height: 150%;
}

.button {
    /*height: 30px; 	*height: 20px; 	*min-height: 20px;*/
    padding: 3px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.s_button {
    /*height: 26px; 	*height: 16px; 	*min-height: 16px;*/
    padding: 3px; /**padding: 3px;*/
    padding-left: 8px;
    padding-right: 8px;
}

.proc_no {
    /*height:45px; */
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24pt;
    /*background-color: #558A92;*/
    font-family: Arial;
}

.proc_title {
    /*line-height: 45px;      height:45px; */
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    /*background-color: #558A92;*/
    font-weight: bolder;
}

    .proc_title a:link, .proc_title a:visited {
        color: white;
    }

.proc_title1 {
    line-height: 35px;
    height: 30px;
    color: #1D979A;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bolder;
}


.span_title {
    font-size: medium;
    font-weight: bolder;
}

.column_required {
    color: #d04437;
}

/*驗證訊息*/
.cv_err {
    /*background-color: #FCB040;*/
    color: #FCB040;
    font-size: small;
    font-weight: normal;
}

.menu a:link, .menu a:visited {
    font-size: 10pt;
    text-decoration: none;
    color: #FFFFFF;
}

.menu a:hover, .menu td {
    font-size: 10pt;
    text-decoration: none;
    color: #0B6466;
    background-color: #E9EFEE;
}

.subTitle td {
    padding: 3px;
}

div.tab_container {
    clear: left;
    width: 99%;
    border: 1px solid #999;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    background-image: url(../images/tab_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

.bigtitleno {
    font-size: 24pt;
    color: #000;
    font-family: Arial;
}

.bigtitle {
    font-size: 18pt;
    font-weight: bold;
    color: #000;
    font-family: 新細明體;
}

.blocktitle {
    height: 50px;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    color: #558A92;
    border-bottom: solid 1px #b4b4b4;
}

.blackbar {
    background-color: #363b3d;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    width: 920px;
}

.menutitle {
    height: 50px;
    text-decoration: none;
    background-color: #EEEEEE;
    font-size: 12pt;
    border-bottom: solid 1px #b4b4b4;
    padding-left: 20pt;
}

.menutitlevisited {
    height: 50px;
    text-decoration: none;
    background-color: #558a92;
    font-size: 12pt;
    border-bottom: solid 1px #b4b4b4;
    padding-left: 20pt;
}

    .menutitlevisited a {
        text-decoration: none;
        color: #FFFFFF;
        font-family: Arial;
    }

.menutitle a {
    text-decoration: none;
    color: #B4B4B4;
    font-family: Arial;
}

.menutitleover {
    background-color: #383D40;
    height: 50px;
    font-size: 12pt;
    border-bottom: solid 1px #b4b4b4;
    padding-left: 20pt;
}

    .menutitleover a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: Arial;
    }


.CalendarN .ajax__calendar_container {
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    line-height: 8pt;
    z-index: 3000;
    background-color: White;
    border: 1px solid #558994;
}

.CalendarN .ajax__calendar_header {
    background-color: #eeeeee;
}

.CalendarN .ajax__calendar_hover {
    background-color: #eeeeee;
}

.CalendarN .ajax__calendar_dayname {
    font-weight: bold;
}

.CalendarN .ajax__calendar_today {
    color: #558994;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.wg-button {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 5px;
    line-height: 1.6em;
    text-align: center;
    color: #333;
    font-weight: bold;
    background-color: #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px #999 solid;
    border: 1px rgba(0,0,0,0.4) solid;
    background-image: linear-gradient(top, #efefef 0%, #ccc 100%);
    background-image: -o-linear-gradient(top, #efefef 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top, #efefef 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #ccc 100%);
    background-image: -webkit-linear-gradient(top, #efefef 0%, #ccc 100%);
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
    /*-webkit-text-shadow: #ccc 0 1px 2px;
        text-shadow: #ccc 0 1px 2px;*/
    -webkit-text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    text-decoration: none;
}

.TableList
{
    border-collapse: collapse;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #bebebe;
}

    .TableList tr:hover {
        background-color: #E2E2E2;
    }

    .TableList th {
        color: #fff;
        padding: 2px 4px;
        text-align: left;
        background-color: #3fadea;
        border-color: #fff;
    }

    .TableList td {
        padding: 2px 4px;
        vertical-align: middle;
        border-color: #ccc;
    }

    .TableList .RowAlter {
        background-color: #f9f9f9;
    }

    .TableList .RowSelect {
        background-color: #d2edfc;
    }

.TableDetail {
    border-collapse: collapse;
    width: 100%;
}

    .TableDetail th {
        padding: 5px 8px 5px 8px;
        text-align: left;
        background-color: #f9f9f9;
        border-color: #aaa;
    }

    .TableDetail tr {
        border-bottom-width: 1px;
        border-bottom-color: #bebebe;
        border-bottom-style: dotted;
    }

        .TableDetail tr .NoLine {
            border-bottom-style: none;
        }

    .TableDetail td {
        padding: 2px 4px;
        vertical-align: middle;
        border-color: #ccc;
    }

table .HeaderBlue2, table .HeaderBlue2 tr, table .HeaderBlue2 th {
    background-color: #d2edfc;
    color: #747474;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #3fadea;
}

.onlinePayButton {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: block;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 5px 20px;
    cursor: pointer;
}

.onlinePayButton:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}