﻿body, div, table, tr, td, th {
    padding: 0;
    margin: 0;
}

body {
    /* font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 細明體, 宋体, SimSun, 微软雅黑, SimHei; */
    font-family: sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.systemTitle {
    font-size: 14pt;
    color: #f0f0f0;
    font-weight: bold;
}

.displayCell, .datadisplay  {
    background-color: #DEF2FF;
}

.inputCell, .datainput {
    background-color: White;
}

input, textarea, select {
    /* font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 細明體, 宋体, SimSun, 微软雅黑, SimHei; */
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid #A0A0A0;
    padding: 2px;
}

    input[readonly], textarea[readonly], select[readonly] {
        background-color: #F0F0F0;
        border: 1px solid #A0A0A0;
    }

    input:focus, textarea:focus, select:focus {
        background-color: #FFFFD0;
    }

    input[readonly]:focus, textarea[readonly]:focus, select[readonly]:focus {
        background-color: #F0F0F0;
    }

    input[type=file] {
        border: inherit;
    }

        input[type=file]:focus {
            background-color: inherit;
        }

select {
    padding: 0;
}

.inputFull {
    width: 100%;
    font-size: 10pt;
    box-sizing: border-box;
}

.inputFullBlock {
    width: 100%;
    height: 100%;
    font-size: 10pt;
}

a.hiddenLink {
    text-decoration: none;
    color: Black;
}

    a.hiddenLink:hover {
        color: Blue;
    }

.functionTitle {
    font-size: 10pt;
    font-weight: bolder;
    color: #F60;
    padding-top: 6px;
    padding-bottom: 3px;
}

.FunctionName {
    color: #F60;
    font-size: 10pt;
    font-weight: bold;
}

.ErrorMessage {
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

.loginbackground {
    background-color: #515151;
    background-image: url("Img/login_background.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.loginbackground2 {
    background-color: #515151;
    background-image: url("Img/login_background2.jpg");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%     
}

.hide {
    display: none !important;
}

.fixedwidth {
    font-family: monospace;
}