﻿*
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
th
{
    font-weight: normal;
}
body
{
    margin: 2px;
}

.listTable
{
    width: 100%;
    border: 1px solid #76a3da;
    background: #fff;
}
.listTable tr
{
}

.listTable .AlternatingRow
{
    background: #deecf7;
}

.listTable th
{
    background: #e7f1f8;
    height: 30px;
    text-align: left;
}
.listTable td
{
    height: 25px;
    text-align: left;
}


.listTable1
{
    width: 100%;
    border: 1px solid #76a3da;
    background: #fff;
}
.listTable1 th
{
    background: #e7f1f8;
    height: 30px;
    text-align: left;
}
.listTable1 tr
{
    
    border: 1px solid #76a3da;
}
.listTable1 td
{
    height: 25px;
    text-align: left;
}

fieldset
{
    border: 1px solid #deecf7;
}
.subTable
{
    width: 100%;
    background: #DFE9F6;
    border-collapse: collapse;
}
.subTable tr
{
    height: 30px;
}
.subTable td
{
    border: 1px solid;
}
.subTable th
{
    border: 1px solid;
}
.subTable td input
{
    width: 90%;
    height: 18px;
    background: #ffffff;
    border: 1px solid #B5B8C8;
    text-align: left;
}
.submitTable
{
    width: 100%;
    border: 1px solid #76a3da;
    background: #DFE9F6;
}
.submitTable
{
}

.editTable
{
    width: 100%;
    border: 1px solid #76a3da;
    background: #DFE9F6;
}
.editTable tr
{
    height: 30px;
}
.editTable tr th
{
    text-align: right;
}
.editTable tr td
{
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

.editTable tr input, select
{
    border: 1px solid #B5B8C8;
    width: 200px;
    display: inline;
    float: left;
    margin-left: 10px;
}

.editTable tr input
{
    height: 20px;
}

.editTable tr input[type="checkbox"], input[type="radio"]
{
    border: 0px !important;
    width: 15px !important;
}
.editTable tr input
{
    width: expression((this.type=="checkbox" || this.type=="radio") ?"15px":"style") !important;
    border: expression((this.type=="checkbox" || this.type=="radio") ?"0px":"style") !important;
}

.editTable tr input[type="button"]
{
    width: 50px !important;
    border: 1px !important;
    margin-left: 80px !important;
}
.editTable tr input
{
    width: expression((this.type=="button") ?"50px":"style") !important;
    border: expression((this.type=="button") ?"1px":"style") !important;
    margin-left: expression((this.type=="button") ?"80px":"style") !important;
}
.editTable tr input[type="file"]
{
    width: 300px !important;
    border: 1px !important;
}
.editTable tr input
{
    width: expression((this.type=="file") ?"300px":"style") !important;
    border: expression((this.type=="file") ?"1px":"style") !important;
}
.editTable tr textarea
{
    width: 320px;
    border: 1px solid #B5B8C8;
    margin-left: 10px;
    height: 100px;
}

.error
{
    color: Red;
    float: left;
    display: inline;
}
.table
{
    background-color: #cad8e6;
    width: 99%;
    height: 0px;
}
.table th
{
    background-color: #DFE9F6;
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    padding-right: 5px;
}
.table td
{
    background-color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 12px; /*font-weight: 700;*/
    padding-left: 5px;
}
.table tr td input
{
    border: 1px solid #B5B8C8;
    display: inline;
    float: left;
    margin-left: 5px;
}

fieldset
{
    background-color: #DFE9F6;
}

.attachCheckTable
{
    width: 20px !important;
    vertical-align: middle !important;
}
.attachCheckTable input
{
    width: 15px !important;
}
.attachNameTable
{
    text-align: center !important;
}
.RedTitle
{
    background-color: #CAD8E6;
    color: red;
    height: 20px;
    font-size: 14px;
    margin-top: 1px;
}
.MyRadio input
{
    width: 15px !important;
    border: none;
}
#toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
}

.toast {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.clear {
    clear: both;
}
.w80 {
    width:80px;
}
.w100 {
    width:100px;
}
.w120 {
    width:120px;
}