﻿@charset "utf-8";

.tabQuery {
    margin-bottom: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .tabQuery tr th {
        width: 20%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #782a00;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #782a00;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #782a00;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #782a00;
        background-color: #d0651d;
        color: #FFF;
        text-align: center;
        font-weight: normal;
        /*font-size: 1.5em;
    line-height: 1.6em;*/
    }

    .tabQuery tr .tabQueryTitle {
        padding-left: 0.4em;
        width: auto;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #782a00;
        border-left-style: none;
        background-color: transparent;
        color: #b85d13;
        text-align: left;
        font-size: 1.5em;
        font-weight: bold;
        border-top-style: none;
        border-right-style: none;
    }

    .tabQuery tr td {
        /*border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #782a00;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #782a00;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #782a00;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #782a00;*/
        background-color: #FFFFE8;
        /*font-size: 1.3em;
    line-height: 1.6em;*/
    }

.tabList {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .tabList tr th {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #703527;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #703527;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #703527;
        background-color: #e59e60;
        color: #44403d;
        text-align: center;
        font-weight: normal;
        font-size: 0.9em;
        line-height: 1.6em;
    }

    .tabList tr .tabListTitle {
        padding-left: 0.4em;
        width: auto;
        border-right-style: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #703527;
        border-left-style: none;
        background-color: transparent;
        color: #b85d13;
        text-align: left;
        font-weight: bold;
        font-size: 1.1em;
    }

    .tabList tr td {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #482a06;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #482a06;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #482a06;
        /*font-size: 0.8em;*/
        line-height: 1.8em;
        background-color: #efebda;
    }

.tabDetail {
    margin-bottom: 1em;
    width: 100%;
}

    .tabDetail tr th {
        width: 20%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #5b7b29;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #5b7b29;
        background-color: #ead85f;
        text-align: center;
        font-weight: normal;
        /*font-size: 0.9em;*/
        line-height: 1.6em;
    }

    .tabDetail tr .tabDetailTitle {
        padding-left: 0.4em;
        width: auto;
        border-bottom: solid 1px #5b7b29;
        border-left: none;
        background-color: transparent;
        color: #ad7109;
        text-align: left;
        font-size: 1.1em;
        font-weight: bold;
    }

    .tabDetail tr td {
        padding-left: 0.6em;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #5b7b29;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #5b7b29;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #5b7b29;
        background-color: #ecffe6;
        /*font-size: 0.9em;*/
        line-height: 1.6em;
    }

/*分頁CSS*/
.listpager {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .listpager a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px
    }

        .listpager a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .listpager .currentpagebotton {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 1em;
        border: none
    }

    .listpager a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

/*GridView*/
.GridViewHeader {
    background-color: #36a1cd;
    color: #FFF;
}

.GridViewRow {
    background-color: #cbf0ff;
}

.GridViewAltRow {
    background-color: #cbf0ff;
}

.GridViewSelectedRow {
}

.GridViewFooter {
}

/*GridView-Main*/
gvMain {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #666;
    border: 1px solid #1f7fa6;
    background-color: #cbf0ff;
    margin-left: 10px;
}

    gvMain th, gvMain tr.GridViewHeader th {
        padding-left: 0.4em;
        padding-right: 0.4em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
        text-align: center;
    }

    gvMain td, gvMain tr.GridViewRow td table.GridView tr.GridViewAltRow td {
        border-bottom: #d1d1d1 1px dashed;
    }


/*pager-標準*/
.pagerMain {
    font: 15px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .pagerMain a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

        .pagerMain a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .pagerMain .cpb /*目前頁面按鈕樣式*/ {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 1.2em;
        border: none;
    }

    .pagerMain a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

.TableTitle {
    background-color: #36a1cd;
    color: #FFF;
    text-align: center;
}

.TableContent {
    background-color: #cbf0ff;
    color: #000000;
    text-align: left;
}

.pstform-control {
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.1em;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
