﻿body
{
    margin: 0px auto;
    font-size: 12px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.transparent
{
    background-color: transparent;
    border-width: 0px;
}
a
{
    text-decoration: none;
}
.keypoint
{
    color: Red;
}
.button
{
    margin: 0px 3px;
    background: url(../../Images/Shared/btn_bg_img.gif) no-repeat;
    width: 55px;
    height: 24px;
    cursor: pointer;
}
.button2
{
    margin: 0px 3px;
    background: url(../../Images/Shared/btn2_bg_img.gif) no-repeat;
    width: 83px;
    height: 24px;
    cursor: pointer;
    }
.text
{
    width: 130px;
    border: 1px solid #A5ACB2;
    background-color: White;
}
textarea
{
    margin: 5px 0px;
    border: 1px solid #A5ACB2;
    width: 300px;
    height: 100px;
}

.disabled
{
    background-color: Gray;
}
.imgLink
{
    height: 15px;
    width: 15px;
    border-width: 0px;
    cursor: pointer;
}
select
{
    border:0px;
    cursor:pointer;
}
/*每个页面的标题部分*/
#divTitle
{
    position:fixed;
    width:100%;
    background-color:White;
    padding-top: 20px;
    color: #2C517B;
}
#divTitleH
{
    height:48px;
}
#divTitle hr
{
    border: 1px solid #5F97B8;
}
.title
{
    margin-left: 10px;
    font-weight: bold;
}
.title a
{
    text-decoration: underline;
}
/*每个页面的列表部分*/
#divList
{
    margin: 5px 5px 10px 5px;
}
#divList table
{
    font-family: 宋体;
    cursor: default;
    width: 100%;
    text-align: left;
    border: 1px solid #9FD6FF;
}

#divList .tblItem
{
    height: 40px;
}

#divList .tblHead
{
    color: #014F8A;
    height: 26px;
    background: url(../../Images/Shared/thead_bg.gif) repeat-x;
}
#divList td
{
    padding-left: 3px;
}
#divList th
{
    padding-left: 5px;
}
#divList .nodata
{
    margin: 0px auto;
    width: 318px;
    height: 73px;
    background: url(../../Images/Shared/data_error.gif) no-repeat;
}
/*分页部分样式*/
#divPager
{
    margin: 5px 5px 10px 5px;
    border: 1px solid bule;
    text-align:right;
    padding-right:30px;
    color:#014F8A;
}
#divPager a
{
	
}
/*编辑页面完毕部分*/
#divControlEnd
{
    margin: 5px 5px 10px 5px;
    text-align: center;
}
/*列表上面的操作按钮部分*/
#divListTop
{
    margin: 0px 5px;
    text-align: right;
}
/*搜索条件和编辑列表（1列）部分*/
.divTable
{
    font-size: 12px;
    font-family: 宋体;
    font-weight: 100;
    color: #014F8A;
    margin: 5px 5px 10px 5px;
    border-top: 1px solid #014F8A;
}
.divTable table
{
    width: 100%;
}
.divTable table tr
{
    height: 32px;
}
.divTable th
{
    border-bottom: 1px solid #8C8C8C;
    width: 30%;
    text-align: center;
    background: #B1D6FF;
}

.divTable td
{
    width: 35%;
    border-bottom: 1px solid #8C8C8C;
    padding-left: 3px;
    background: #EEEEFF;
}
/*搜索条件和编辑列表（2列）部分*/
.divTable2
{
    font-size: 12px;
    font-family: 宋体;
    font-weight: 100;
    color: #014F8A;
    margin: 5px 5px 10px 5px;
    border-top: 1px solid #014F8A;
}
.divTable2 table
{
    width: 100%;
}
.divTable2 table tr
{
    height: 32px;
}
.divTable2 th
{
    border-bottom: 1px solid #8C8C8C;
    width: 15%;
    text-align: center;
    background: #B1D6FF;
}

.divTable2 td
{
    width: 35%;
    border-bottom: 1px solid #8C8C8C;
    padding-left: 3px;
    background: #EEEEFF;
}
/*搜索条件和编辑列表（3列）部分*/
.divTable3
{
    font-size: 12px;
    font-family: 宋体;
    font-weight: 100;
    color: #014F8A;
    margin: 5px 5px 10px 5px;
    border-top: 1px solid #014F8A;
}
.divTable3 table
{
    width: 100%;
}
.divTable3 table tr
{
    height: 32px;
}
.divTable3 th
{
    border-bottom: 1px solid #8C8C8C;
    width: 10%;
    text-align: center;
    background: #B1D6FF;
}

.divTable3 td
{
    width: 23%;
    border-bottom: 1px solid #8C8C8C;
    padding-left: 3px;
    background: #EEEEFF;
}