﻿.formbody {
    background-image: url("../images/new-builtbj.gif");
}

    .formbody form {
        margin: 0;
        padding: 0;
    }

.titlecls {
    height: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #868686;
}

.titlefont {
    color: #2E5B7D;
    font-family: "微软雅黑","宋体";
    font-size: 15px;
    font-weight: bold;
    margin-left: 40px;
}

.inputtable {
    float: left;
    margin-left: 40px;
    overflow: hidden;
    width: 860px;
}

/**2013-6-28*/
/**标题*/
.headercls {
    color: #2E5B7D;
    font-family: "微软雅黑","宋体";
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #999999;
}
/**表格*/
.tablecls {
    color: #000000;
    font-family: "微软雅黑","宋体",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 0;
    margin-left: 2px;
    margin-top: 10px;
    text-decoration: none;
}

    .tablecls th {
        font-size: 12px;
        font-weight: normal;
        text-align: right;
        width: 10%;
    }

    .tablecls td {
        font-size: 12px;
        font-weight: normal;
        height: 35px;
        text-align: left;
        white-space: nowrap;
        width: 40%;
    }

/**输入框*/
.txtcls {
    font-family: 新宋体;
    font-size: 12px;
    line-height: 120%;
    padding: 0px;
    width: 95%;
    height: 24px;
    border: 1px solid #6899c4;
    margin-left: 10px;
}
/*下拉框*/
.selectcls {
    font-size: 12px;
    line-height: 120%;
    padding: 0px;
    width: 95%;
    height: 26px;
    border: 1px solid #6899c4;
}
/*联动,每个下拉框*/
.selectpartcls {
    font-size: 12px;
    line-height: 120%;
    padding: 0px;
    width: 118px;
    height: 26px;
    border: 1px solid #6899c4;
}
/*文本域*/
.textarea {
    font-family: 新宋体;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #6699cc;
    width: 97.5%;
    font-size: 12px;
    line-height: 120%;
    margin-left: 10px;
}

/*注释提示*/
.commentcls {
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #999;
    /*color:#666;*/
}

.textareacls {
    border: 1px solid #6699cc;
    margin-left: 10px;
    width: 95%;
    margin-top: 3px;
}

.radiocls {
    margin-left: 10px;
}

input.error {
    border: 1px solid red;
}

/*update by daiht 2014-1-21 start*/
.form-txt {
    border: 1px solid #ABABAB;
    /*border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px #EDEDED inset;*/
    font-size: 14px;
    color: #666;
    padding:3px 0 3px 3px; 
}

    .form-txt:hover {
        border-color: #61db10;
    }

    .form-txt:focus {
        border-color: #7B7B7B;
    }

.form-TitleBj {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    background-image: url(../images/common/top_bt.jpg);
    background-repeat: no-repeat;
    display: block;
    text-indent: 15px;
    padding-top: 5px;
}

.form-TitleTxt {
    font-family: "微软雅黑", "宋体";
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
}

.form-text {
    font-family: "微软雅黑", "宋体";
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    text-align: right;
    padding-right:8px;
}

.form-select {
    padding: 3px 10px; 
    background-color: #94b7f5; 
    color: #fff; 
    border: 0;
    border-radius: 3px;
}

.form-message {
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    line-height: 25px;
    color: #666;
}

.form-GridHeader {
    background-color: #e1e5ee;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #bfc4ca;
    border-right-color: #bfc4ca;
    border-bottom-color: #bfc4ca;
    border-left-color: #bfc4ca;
}

.form-gridRow {
    /*background-color: #f9f9f9;*/
}

.form-txt {
    border: 1px solid #ABABAB;
    /*border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px #EDEDED inset;*/
    font-size: 14px;
    color: #666;
}

    .form-txt:hover {
        border-color: #61db10;
    }

    .form-txt:focus {
        border-color: #7B7B7B;
    }

.form-toolbar {
    height: 45px;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    background-color: #F4F4F4;
    position: fixed;
    bottom: 0px;
    text-align: right;
    vertical-align: middle;
}

.form-content {
    margin: 0; /*公共*/
    width: 100%;
    position: fixed; /*FF IE7 SF*/
    top: 0px;
    bottom: 45px;
    overflow: auto !important;
    _position: relative; /**IE6***/
    _top: 0px;
    _OVERFLOW-Y: auto;
    _OVERFLOW-X: auto;
    SCROLLBAR-FACE-COLOR: #EEEEEE; /*设置IE下滚动条颜色*/
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #919192;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #919192;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    _height: 100%;
}

.form-box {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.form-title {
    font-family: "微软雅黑", "宋体";
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}

.form-child-menu {
    width: 85%;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    margin: 5px auto 5px auto;
}

.form-toolbar-btn {
    font-size: 14px;
    font-family: "微软雅黑", "宋体";
    margin: 9px 10px auto 0px;
    background-color:#418bca;
    border:1px solid #2f7abb;
    color:#fff;
    border-radius:3px;
    padding:3px 3px;

}

.form-btn {
    font-size: 14px;
    font-family: "微软雅黑", "宋体";
}

.form-grid-tr {
    background-color: #f9f9f9;
    border: 1px solid #CCC;
}

.form-grid-tr02 {
    border: 1px solid #CCC;
}

.form-box .form-content table tr td {
    white-space: nowrap;
}
/*update by daiht 2014-1-21 end*/

.error {
    background: #dfecf9 none repeat scroll 0 0;
    border: 1px solid red;
	padding:3px 5px;
    color: #2c84db;
    /*height: 25px;*/
    /*line-height: 25px;*/
    /*margin-left:8px;*/
}
.form-gridRow {
    height:35px;
}

