﻿body {
}

div.divScroll {
    /* overflow: auto; */
}

html {
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
}

body.container {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: #FFF 2px 10px 10px;
    background-attachment: fixed;
}

.top {
    background-repeat: repeat-x;
    height: 0px;
    background-color: #FFF;
}

.head {
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #ECEDE8;
    padding-bottom: 0px;
}

.style1 {
    height: 30px;
}

h2 {
    font-family: "微軟正黑體";
    font-size: 15px;
    color: #636;
    letter-spacing: 1pt;
    vertical-align: middle;
    display: block;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 15px;
    white-space: nowrap;
    text-shadow: 5px 1px 5px #ccc; /*background-image: url(../images/h1.png);*/
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 0px;
    margin-bottom: 15px;
}

.DivTextarea {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    white-space: normal;
}

.MasterPage_Loading {
    display: none;
    text-align: center;
    background-color: rgba(153,153,153,0.5);
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;    
}

    .MasterPage_Loading .MasterPage_Loading_Container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 5px;
        background-color: white;
        display: inline-block;
        color: black;
        font-weight: bold;
        font-size: x-large;
        border-radius: 10px;
    }

        .MasterPage_Loading .MasterPage_Loading_Container .MasterPage_Loading_Container_Div {
            /*display: inline-block;*/
        }
