﻿.noneuse {
}
/*以下複寫原HTML Tag以求畫面一致*/
body {
    background-color: #ffffff;
    font-size: 15px;
    FONT-STYLE: normal;
    FONT-FAMILY: "Arial", "Verdana", "微軟正黑體";
    color: #000000;
    background-repeat: no-repeat;
    margin: 0px;
    line-Height: 16px;
}

table {
    font-size: 15px; /*border-collapse:collapse; border-spacing:2px;*/
}

input {
    font-size: 15px;
}

    input[type="text"] {
        border: 1px solid #BBBBBB;
        background: #fff;
        width: 98%;
    }

    input[type="button"] {
        margin-top: 3px;
        width: 90px;
        font-size: 100%;
        /*font-weight:bold ;*/
        color: #000000;
        border: 1px solid #999999;
        background-color: #FFFFCC;
        border-radius: 3px;
        padding: 2px;
    }

    input[type="submit"] {
        margin-top: 3px;
        width: 90px;
        font-size: 100%;
        /*font-weight:bold ;*/
        color: #000000;
        border: 1px solid #999999;
        background-color: #FFFFCC;
        border-radius: 3px;
        padding: 2px;
    }

.bg {
    color: #000000;
}

.title {
    font-size: 20px;
}

.LinkButton {
    color:Blue;
}

.Box {
    width: 990px;
    background-color: transparent;
    margin-top: 0px;
    padding: 0px;
}

.tdTitle {
    background-color: #d6d0c9;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.tdLeft {
    background-color: #d6d0c9;
    text-align: right;
    padding-right: 5px;
    border: 1px solid #BBBBBB;
    padding: 1px;
}

.tdRight {
    background-color: #ECE9E6;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #BBBBBB;
    padding: 1px;
}

.tdCenter {
    background-color: #d6d0c9;
    text-align: center;
    padding-right: 5px;
    border: 1px solid #BBBBBB;
    padding: 1px;
}

.tdRightEdit {
    text-align: left;
    padding-left: 5px;
    padding-right: 5pt;
}

.requireSign {
    color: #003399;
}

.warningtext {
    color: #FF0000;
}

.ResultBox {
    /* border: 1px solid #808080;*/
    width: 100%;
    text-align: left;
    background-color: transparent;
    margin-top: 0px;
    padding: 0px;
}

    .ResultBox .TitleBox {
        text-align: left;
        width: 100%;
        text-indent: 0.5em;
        padding-top: 10px;
        height: 24px;
        color: #FFFFFF;
        font-size: 18px;
        background-image: url('../../Images/Title.png');
        background-repeat: repeat-x;
    }

/*以下區段設定Form中的Input物件*/
.InputText {
    padding: 0px;
    color: #000000;
    background-color: #fcfcfc;
    border: solid 1px;
    border-color: #666 #ccc #ccc #666;
    /*height: 1.4em;*/
    font-size:10px;
    font-style:initial;
}

.InputTextLock {
    padding: 0px;
    color: #000000;
    background-color: #f0f0f0;
    border: dashed 1px #666666;
}

.InputTextNoBorder {
    padding: 0px;
    background-color: transparent;
    border: none 0px;
}

.InputTextTransparent {
    padding: 0px;
    background-color: transparent;
    border: none 0px;
    text-align: right;
}

.InputTextBig {
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px dashed #666666;
    border-left: 0px;
    text-align: right;
    font-size: x-large;
    color: Blue;
}

.InputRadio {
    color: #000000;
    border: none 0px;
}

    .InputRadio Input {
        color: #000000;
        background-color: transparent;
        border: none 0px;
        height: 1.6em;
    }

    .InputRadio Label {
        color: #000000;
        background-color: transparent;
        border: none 0px;
    }

.InputRadioLock {
    color: #000000;
    border-style: none;
    border: none 0px;
}

    .InputRadioLock Input {
        color: #000000;
        background-color: transparent;
        border: none 0px;
        height: 1.6em;
    }

    .InputRadioLock Label {
        color: #000000;
        background-color: transparent;
        border: none 0px;
    }

.InputCheckbox {
    border: none 0px;
}

    .InputCheckbox Input {
        color: #000000;
        background-color: transparent;
        border: none 0px;
    }

    .InputCheckbox Label {
        color: #000000;
        background-color: transparent;
        border: none 0px;
    }

.InputButton {
    padding: 0.3em 0.2em;
    font-size: 116%;
    color: #003399;
    background-color: #ffffcc;
    border: 1px solid #cccccc;
    vertical-align: text-top;
    height: 1.8em;
    letter-spacing: 0.2em;
}

.InputFile {
    border: 1px solid;
    border-color: #696969 #cccccc #cccccc #696969;
}

.InputSelect {
    border-color: #696969 #cccccc #cccccc #696969;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.InputImageButton {
    padding: 0px;
    vertical-align: text-bottom;
    border: 0px;
    Height: 22px;
    Width: 22px;
}

.InputRadioGray {
    color: gray;
    border: none 0px;
}

    .InputRadioGray Input {
        color: gray;
        background-color: transparent;
        border: none 0px;
        height: 1.6em;
    }

    .InputRadioGray Label {
        color: gray;
        background-color: transparent;
        border: none 0px;
    }


.FormTable {
    border: 1px solid #BBBBBB;
    border-collapse: collapse;
}

    .FormTable tr, td {
        word-break: break-all;
        /*border: 1px solid #BBBBBB;padding:1px;*/
    }
/*以下區段設定GridView的styles
#gvList { width:98%; margin:auto; padding:2em;border: solid 1px #fab81a;}*/

/*以下區段設定GridView的styles*/
.trFootcolor {
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
}

    .trFootcolor a:link, .trFootcolor a:visited {
        text-decoration: underline;
        color: #ffffff;
    }

    .trFootcolor a:hover, .trFootcolor a:active {
        text-decoration: none;
        color: #fff7a0;
    }

.trPagecolor {
    background-color: #6699cc;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    height: 24px;
}

    .trPagecolor a:link, .trPagecolor a:visited {
        text-decoration: underline;
        color: #3A3A3A;
        FONT-Weight: 500;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 100%;
    }

    .trPagecolor a:hover, .trPagecolor a:active {
        text-decoration: none;
        color: #fd8339;
        FONT-Weight: 500;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 100%;
    }

    .trPagecolor span {
        border: 1px solid #ffffcc;
        FONT-Weight: 500;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        font-size: 100%;
    }

.trSelectedcolor {
    background-color: #e8c4c6;
    color: #000000;
}

.trEditcolor {
    background-color: #e8c4c6;
    color: #000000;
}

.trEmptyDataRowStyle {
    color: #ff0000;
    text-align: center;
}


.trtitlecolor {
    background-color: rgb(227, 223, 222);
    letter-spacing: 0.1em;
    color: #333333;
    height: 28px;
    font-size: 100%;
    text-align: left;
    border: 1px solid #CCCCCC;
}

    .trtitlecolor a:link, .trtitlecolor a:visited {
        text-decoration: underline;
        color: #333333;
        text-align: left;
    }

    .trtitlecolor a:hover, .trtitlecolor a:active {
        text-decoration: none;
        color: #333333;
        text-align: left;
    }

.tr1color {
    background-color: rgb(243, 243, 243);
    color: #000000;
    height: 24px;
    border: 1px solid #808080;
}

    .tr1color a:link, .tr1color a:visited {
        text-decoration: none;
        color: #000000;
    }

    .tr1color a:hover, .tr1color a:active {
        text-decoration: underline;
        color: #000000;
    }

.tr2color {
    background-color: rgb(255, 255, 255);
    color: #000000;
    height: 24px;
    border: 1px solid #808080;
}

    .tr2color a:link, .tr2color a:visited {
        text-decoration: none;
        color: #000000;
    }

    .tr2color a:hover, .tr2color a:active {
        text-decoration: underline;
        color: #000000;
    }

    .tr1color input, .tr2color input, .trEditcolor input {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .trtitlecolor td, .tr1color td, .tr2color td, .trEditcolor td {
        padding-left: 2px;
        padding-right: 2px;
    }

.tr1Link {
    background-color: #E6F4FC;
    color: #000000;
    height: 22px;
}

    .tr1Link a:link, .tr1color a:visited {
        text-decoration: underline;
        color: Blue;
    }

    .tr1Link a:hover, .tr1color a:active {
        text-decoration: none;
        color: #3A3A3A;
    }

.tr2Link {
    background-color: #ffffff;
    color: #000000;
    height: 22px;
}

    .tr2Link a:link, .tr2color a:visited {
        text-decoration: underline;
        color: Blue;
    }

    .tr2Link a:hover, .tr2color a:active {
        text-decoration: none;
        color: #3A3A3A;
    }


.tr1color .InputButton, .tr2color .InputButton, .trEditcolor .InputButton, trSelectedcolor .InputButton {
    color: #000000;
    border: 1px solid #736756;
    background-color: #FFFFCC;
    padding: 1px;
    margin: 0px;
}



/*.InputText {  padding:0px; color: #000000; background-color: #fcfcfc; border: solid 1px #cccccc; }*/

/* Menu */
#css_hdMenuContainer {
    /*background-color:#474747;*/
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-top: 85px;
}

#css_hdContainer {
    margin-top: 0px;
    width: 100%;
    height: 106px;
    text-align: left;
    vertical-align: top;
    background-image: url(../../Images/bg_1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    /*
	background-repeat:repeat-x; */
    margin-bottom: 0px;
}

.MenuItem {
    margin-top: 0px;
    margin-left: 1px;
    text-align: center;
    white-space: pre-wrap;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 122px;
    color: #000000;
    border-right: solid 1px #34416d;
    border-style: none;
    border-width: 0px;
    border-top-color: inherit;
    border-right-color: #FFFFFF;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

.MenuItemHover {
    background-color: #FB8B82;
    color: #FFFFFF;
}

.DynamicMenuItem {
    margin-top: 0px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 16px;
    background-color: #8cffa7;
    border: 1px solid #e63000;
    width: 300px;
    height: 32px;
    color: #ffffff;
}

.DynamicMenuItemHover {
    margin-top: 1px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 16px;
    background-color: #C10003;
    border: 1px solid #FFFFFF;
    width: 240px;
    height: 32px;
    color: #000000;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 800px;
}

    .modalPopup p {
        padding: 5px;
    }

/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

#footer {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 985px;
    font-size: 12px;
    border-top-color: rgb(199, 0, 0);
    border-top-width: 3px;
    border-top-style: solid;
    position: relative;
}

/*Pager */
.Pagelist {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
}

    .Pagelist a {
        padding: 3px 8px;
        border: 1px #CCC solid;
        margin: 0px 1px;
    }

.other {
    color: #3A3A3A;
}

.current {
    padding: 3px 8px;
    border: 1px #CCC solid;
    margin: 0px 1px;
    background: #808080;
    color: #FFF;
}

.disabled {
    padding: 3px 8px;
    border: 1px #CCC solid;
    margin: 0px 1px;
    background: #F6F6F6;
    color: #999;
}

.pagebarTextBox {
    border: 1px #ccc solid;
    padding: 3px 3px;
    width: 40px;
}

.Pagelist input[type="submit"] {
    margin-top: 3px;
    width: 40px;
    font-size: 100%; /*font-weight:bold ;*/
    color: #000000;
    border: 1px solid #999999;
    background-color: #C0C0C0;
    border-radius: 3px;
    padding: 2px;
}


/*==========================================================*/


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abgne_tab {
    width: 100%;
    clear: left;
    margin: 10px 0;
}

ul.tabs {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

    ul.tabs li {
        float: left;
        height: 31px;
        line-height: 31px;
        overflow: hidden;
        position: relative;
        margin-bottom: -1px; /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
        border: 1px solid #999;
        border-left: none;
        background: #e1e1e1;
    }

        ul.tabs li a {
            display: block;
            padding: 0 20px;
            color: #000;
            border: 1px solid #fff;
            text-decoration: none;
        }

            ul.tabs li a:hover {
                background: #ccc;
            }

        ul.tabs li.active {
            background: #fff;
            border-bottom: 1px solid#fff;
        }

            ul.tabs li.active a:hover {
                background: #fff;
            }

div.tab_container {
    clear: left;
    width: 100%;
    border: 1px solid #999;
    border-top: none;
    background: #fff;
}

    div.tab_container .tab_content {
        padding: 20px;
    }

        div.tab_container .tab_content h2 {
            margin: 0 0 20px;
        }
