﻿/*输入表格区域样式*/
.Input2ColTable, .Input4ColTable, .Input6ColTable
{
    width: 100%;
    padding-bottom: 8px;
}
.Input2ColTable table, .Input4ColTable table, .Input6ColTable table
{
    width: 100%;
    border-collapse: collapse;
}
.Input2ColTable table thead th, .Input2ColTable table thead td, .Input4ColTable table thead th, .Input4ColTable table thead td, .Input6ColTable table thead th, .Input6ColTable table thead td
{
    height: 22px;
    font-weight: bold;
    color: #555;
    background-color: #F5F5F5;
    text-align: left;
}
.Input2ColTable table thead th div, .Input4ColTable table thead th div, .Input6ColTable table thead th div
{
    background: url(../../Images/icon01.jpg) no-repeat 8px;
    padding-left: 26px;
    padding-top: 3px;
}
.Input2ColTable table tbody th, .Input4ColTable table tbody th, .Input6ColTable table tbody th
{
    text-align: right;
    padding-right: 8px;
    font-weight: normal;
    width: 20%;
    height: 36px;
    color: #555;
}
.Input2ColTable table tbody td, .Input4ColTable table tbody td, .Input6ColTable table tbody td
{
    text-align: left;
    padding-left: 8px;
    width: 80%;
    background-color: White;
}
.Input4ColTable table tbody th
{
    width: 15%;
}
.Input4ColTable table tbody td
{
    width: 40%;
}
.Input6ColTable table tbody th, .Input6ColTable table tbody td
{
    width: 15%;
}
.Input2ColTable table tbody th b, .Input4ColTable table tbody th b, .Input6ColTable table tbody th b, .Input2ColTable table tbody td b, .Input4ColTable table tbody td b, .Input6ColTable table tbody td b
{
    padding-right: 3px;
    color: Red;
}
.Input2ColTable table td table, .Input4ColTable table td table, .Input6ColTable table td table
{
    border: 0px;
}
.Input2ColTable table td table td, .Input4ColTable table td table td, .Input6ColTable table td table td
{
    border: 0px;
    width: auto;
}
.Input2ColTable table td div.ListTable table td, .Input4ColTable table td div.ListTable table td, .Input6ColTable table td div.ListTable table td
{
    border: 1px solid #83accf;
}
.Input2ColTable table tfoot td, .Input4ColTable table tfoot td, .Input6ColTable table tfoot td
{
    height: 30px;
    padding-left: 50px;
}
.Input2ColTable table td ul li, .Input4ColTable table td ul li, .Input6ColTable table td ul li, .QueryTable table td ul li
{
    float: left;
    padding-right: 20px;
}
.Input2ColTable table td p
{
    line-height: 25px;
}
.Input2ColTable td.TableSplit, .Input4ColTable td.TableSplit, .Input6ColTable td.TableSplit
{
    background: url("../../Images/ImagesPassport/tushubg01.gif") repeat-x scroll 0 0 transparent;
    height: 30px;
    line-height: 30px;
}
/*查询表格区域样式*/
.QueryTable
{
    width: 100%;
    margin-bottom: 10px;
    padding: 4px 0px;
    border: 1px solid #ddd;
}
.QueryTable table
{
    width: 100%;
    border-collapse: collapse;
}
.QueryTable table tbody th
{
    text-align: right;
    padding-right: 8px;
    font-weight: normal;
    width: 10%;
    height: 36px;
    color: #555;
}
.QueryTable table tbody td
{
    text-align: left;
    width: 23%;
    padding-left: 8px;
    background-color: White;
}
.QueryTable table tbody td.BetweenDateCol
{
    width: 56%;
}
.QueryTable table tfoot td
{
    height: 30px;
    text-align: center;
}
.QueryTable .InputText
{
    width: 180px;
}
/*功能表单区域样式*/
div.CommandBar
{
    border: 1px solid #83accf;
    background: #D2E6F1;
    margin-bottom: 8px;
}
div.CommandBar ul
{
    height: 30px;
}
div.CommandBar ul li
{
    float: left;
    padding: 6px 8px;
}
div.CommandBar ul li.Text
{
    padding-top: 10px;
}
div.CommandBar input
{
    padding: 0 10px; *overflow:visible;
}
/*列表区域样式*/
.ListTable
{
    width: 100%;
    padding-bottom: 8px;
}
.ListTable table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.ListTable th
{
    border: 1px solid #ccc;
    height: 26px;
    text-align: center;
    font-weight: normal;
    color: #000;
    background-color: #F5F5F5;
}
.ListTable .rightCol
{
    text-align: right;
    padding-right: 5px;
}
.ListTable .centerCol
{
    text-align: center;
}
.ListTable tbody tr
{
    border: 0px solid;
}
.ListTable tbody td
{
    border: 1px solid #ccc;
    line-height: 22px;
    padding: 2px;
    text-decoration: none;
}
.ListTable table tfoot td
{
    background-color: #FFFFFF;
    text-align: center;
    height: 25px;
    border: 1px solid #FFFFFF;
}
.ListTable td a:link, .ListTable td a:visited
{
    color: #333;
    text-decoration: none;
}
.ListTable tbody td a:hover
{
    color: red;
    text-decoration: underline;
}
.ListheadTitle thead th
{
    background: #a8d3ec;
    color: #000000;
}
/*分页控件*/
.PageControl
{
    margin-bottom: 8px;
}
.PageControl a
{
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;
}
.PageControl a, .PageControl span
{
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}
.PageControl .current
{
    background: #26B;
    color: #fff;
    border: solid 1px #AAE;
}
.PageControl .current.prev, .PageControl .current.next
{
    color: #999;
    border-color: #999;
    background: #fff;
}
.PageControl input
{
    margin: 0px 10px;
    width: 105px;
    height: 21px;
    border: 0px;
    color: #36434E;
    background: url(../../Images/btn_c.png) no-repeat;
    cursor: pointer;
}
.PageControl input:hover
{
    background-position: 0 -21px;
}
TABLE.CommandBar
{
    font-family: 宋体;
    font-size: 9pt;
    height: 28px;
    text-align: center;
    background-image: url(../../Images/cmd-bg.gif);
    border: 0px;
}
TABLE.FilterBar
{
    font-family: 宋体;
    font-size: 9pt;
    height: 32px;
    text-align: center;
    background-image: url(../../images/bar-bg.gif);
    border: 0px;
}


/*Other*/
.password
{
    line-height: 30px;
    width: 100%;
    margin: 15px auto;
    position: relative;
}
.password tr
{
    background-color: #fff;
    border: 0;
    height: 30px;
    line-height: 30px;
}
.password th
{
    width: 180px;
    height: 30px;
    line-height: 30px;
    color: Gray;
    text-align: right;
}
.password td
{
    width: 845px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: Gray;
}
.password input
{
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}
.password img
{
    float: left;
    margin-top: 2px;
}
.password span
{
    float: left;
}
.password td a.Btna
{
    float: left;
    display: block;
    color: Gray;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    width: auto;
    height: 22px;
    padding: 0px 5px 0px 5px;
    margin: 3px 0px 2px 5px;
    border: 1px solid #333333;
}
.password td a.Btna:hover
{
    float: left;
    display: block;
    color: Green;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    width: auto;
    height: 22px;
    padding: 0px 5px 0px 5px;
    margin: 3px 0px 2px 5px;
    border: 1px solid #008000;
}
.password td a
{
    height: .30px;
    font-weight: bold;
    cursor: pointer;
}
.password td a:hover
{
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    color: Black;
}
