﻿/* Web 應用程式專案的預設 CSS 樣式表 */

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #800000;
    font-size: 2em;
    font-weight: bold;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.accordionContent {
    background-color: #FFFFCC;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 1px;
    padding-top: 10px;
}

.progress {
    font-family: Arial;
    background-color: lightyellow;
    border: solid 2px red;
    padding: 5px;
}
/* 於顯示「強制回應彈出式方塊」時，背景項目所用的樣式 */
.cssModalBackground {
    background-color: Gray;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
/* 強制回應彈出式對話方塊所用的樣式 */
.cssModalPopup {
    /* background-image: url(~/Images/BG_03.gif); */
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
    width: 250px;
    background-color: powderblue;
}

BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #003366;
}

H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD {
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
}

TH {
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 新細明體;
}


A:link {
    text-decoration: none;
    color: #3333cc;
}

A:visited {
    text-decoration: none;
    color: #333399;
}

A:active {
    text-decoration: none;
    color: #333399;
}

A:hover {
    text-decoration: underline;
    color: #3333cc;
}

SMALL {
    font-size: .7em;
}

BIG {
    font-size: 1.17em;
}

BLOCKQUOTE, PRE {
    font-family: Courier New, monospace;
}

UL LI LI {
    list-style-type: disc;
}

    UL LI LI LI {
        list-style-type: circle;
    }

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

.menu1 {
    height: 90px;
}

.menu2 {
    height: 32px;
}

.menu3 {
    height: 213px;
}

.gridtext {
    font: 12px Arial, 新細明體, 微軟正黑體;
    margin-right: 0px;
    margin-top: 0px;
}

.treeview1 {
    font: 12px;
}

caption {
    background-color: Gray;
    color: White;
    font: 20px 微軟正黑體;
}

.GridView1 .GridView2 .GridView3 {
    font: 20px Arial, 新細明體, 微軟正黑體;
    margin-right: 0px;
    margin-top: 0px;
}

.pagetitle {
    text-align: center;
    border-style: outset;
    height: 25px;
    font-size: medium;
    color: blue;
    background-color: aqua;
    width: 100%;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=90);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

#pnlDialog {
    background-color: White;
    border: 2px solid green;
    width: 300px;
}

.cTitle {
    cursor: move;
    padding: 5px;
    margin: 5px;
    background-color: Black;
    color: White;
    font-family: Courier New;
}

.cContent {
    padding: 5px;
    font-family: Courier New;
    color: Red;
    background-color: white;
}

.cButton {
    padding: 10px 5px 5px 10px;
    text-align: right;
}

.numberfield {
    text-align: right;
}

.rightalign {
    text-align: right;
    width: 15%;
}

.querycol {
    text-align: left;
    width: 35%;
}

.watermark {
    color: lightgray;
}