
.dialog
{
    border: 3px solid #999999;
    padding-left: 5px;
    padding-right: 5px;
    background-color: White;
    padding-bottom: 5px;
}
.dialog .head
{
    height: 30px;
    width: 100%;
}
.dialog .title
{
    float: left;
    line-height: 30px;
    display: block;
}
.dialog .closebutton
{
    float: right;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-image: url(../../Images/close.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.paginator
{
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}
.paginator a
{
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
    color: #727272;
}
.paginator a:visited
{
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}
.paginator .cpb
{
    padding: 1px 6px;
    font-weight: bold;
    font-size: 13px;
    border: none;
    background-color: #43B239;
    color: White;
}
.paginator a:hover
{
    text-decoration: none;
}


html
{
    /*overflow-y: hidden;*/
}

.blockdiv
{
    position: absolute;
    background-color: gray;
    z-index: 9999;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.blockdiv_msg
{
    position: absolute;
    background-color: White;
    z-index: 10000;
    padding: 5px;
    border: 1px solid gray;
}
textarea
{
    border: solid 1px #80C4E9;
    min-height: 20px;
    min-width: 180px;
}



input[type=submit], input[type=button]
{
    border: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #009edf;
    color: White;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.button_large
{
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
/*input[type=submit]:hover, input[type=button]:hover
{
    background-color: #009edf; 
}*/

input[type=password]
{
    width: 180px;
    border: solid 1px #80C4E9;
    outline: none;
}
.divContent
{
    float: left;
    width: 300px;
    text-align: left;
    min-height: 20px;
}

.divTitle
{
    float: left;
    min-width: 100px;
    text-align: right;
    vertical-align: middle;
    margin-right: 5px;
    min-height: 20px;
}
.divLine
{
    min-height: 23px;
    clear: both;
    text-align: center;
    width: 100%;
}

select
{
    min-width: 70px;
    border: solid 1px #80C4E9;
    padding: 0;
}

input[type=text]
{
    width: 180px;
    border: solid 1px #80C4E9;
    outline: none;
}
/*a:link
{
    text-decoration: underline;
    color: black;
}
a:visited
{
    text-decoration: underline;
    color: black;
}
a:hover
{
    text-decoration: underline;
    color: #ff5555;
}*/
table caption
{
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    background-color: #fff;
}
body
{
    margin: 0px;
    background-color: #fff;
    font-size: 12px;
    font-family: Arial; /*line-height: 18px;*/
    color: #5E5E5E;
    width: 967px;
}

/***以下通用类***/
.GridViewCSS
{
    margin: 10px;
}
.GridViewCSS1
{
    margin: 10px 10px 10px 0px;
}
.odd
{
    background-color: #DCDCDC;
}
.sectionbar
{
    display: none;
}
.remark
{
    color: #403020;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: green;
}
.formviewtable
{
    border: black 1px solid;
}
.tableBorder
{
    border: 0;
    border-collapse: collapse;
}
.tableBorder tr
{
    margin-top: 2px;
}
.tableBorder th
{
    border: 0;
    white-space: nowrap;
    font-size: 12px;
    background-color: #D2EAF7;
    color: #666666;
    text-align: left;
    height: auto:important;
    height: 42px;
    padding-left: 10px;
}
.tableBorder td
{
    border: 0;
    border-top: 2px solid #fff;
    text-align: left;
    min-height: 50px;
    height: auto:important;
    height: 40px;
    padding-left: 10px;
    font-size: 12px;
}
.tableBorder tr td
{
    background-color: #f3f3f3;
}
/*.tableBorder tr:hover td
{
    background-color: #ADF19E;
    color: #43B239;
}*/
.billingTableTr
{
    background-color: #000088;
    color: White;
    font-weight: bold;
}
.divNoData
{
    border-width: 1px;
    border-style: solid;
    text-align: center;
    width: 85%;
    background-color: #ccf;
    margin: 0 auto;
}
.rpTable
{
    border: Gray 1px solid;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 10px;
}
.rpTable th
{
    border: Gray 1px solid;
    text-align: center;
}
.rpTable td
{
    border: Gray 1px solid;
    text-align: center;
}
label.error
{
    color: Red;
}
input.error
{
    border: 1px solid red;
}
select.error
{
    border: 1px solid red;
}

