﻿.menu_head {
    /*padding-left: 7px;*/
    text-align: left;
    width:97%;
    border: 1px solid #e0e0e0;
    background-color: #e8e8e8;
    height: 25px;
    font-weight: bold;
    font-family: 'Univers-CondensedBold', Arial;
    font-size:12px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin: 0px;   
    padding-left:15px;
}

.firstpanecss {
    padding-left: 8px;
}

.menu_body a {
    /*display: block;*/
    /*width: 223px;*/
    /*height: 38px;
    line-height: 38px;*/
    /*padding-left: 38px;*/
    /*color: #777777;*/
    /*background: #fff;*/
    /*text-decoration: none;
        border-bottom: 1px solid #e1e1e1;*/
}

    .menu_body a:hover {
        text-decoration: none;
    }

.menu_list .current {
}

.titlepLeft {
    padding-left: 7px;
    text-align: left;
}

.titlepright {
    padding-right: 7px;
    text-align: right;
}

.menu_body {
    width: 100%;
    height: auto;
}

.pbackgrounda {
    background-image: url("../images/treeview/plus.gif");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-position: left center;/*dukeAdd兼容firebox版本*/
}

.pbackgroundb {
    background-image: url("../images/treeview/minus.gif");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-position: left center;/*dukeAdd兼容firebox版本*/
}

/*查询界面样式start*/
.condition {
    width: 100%;
    border: 2px solid #e0e0e0;
}

.querybtn {
    text-align: right;
    padding-right: 8px;
    line-height: 35px;
    height: 35px;
    border-bottom: 1.5px solid #e0e0e0;
}

.morediv {
    text-align: right;
    padding-right: 17px;
    border-top: 1.5px solid #e0e0e0;
    height: 25px;
    line-height: 25px;
}

.condition-table {
    width: 100%;
}

    .condition-table td {
        height: 35px;
        padding-right:10px;
    }

    .condition-table input[type='text'],input[type='select']{
        width: 148px;
    }

    .condition-table select {
        width: 152px;
    }

.condition[type=text], select {
    border: 1px solid #ccc;
    line-height: 16px;
    padding-left: 2px;
}

    .condition[type=text]:focus, select:focus {
        border: 1px solid #939390;
        line-height: 16px;
        padding-left: 2px;
    }



    /*紧凑样式 duke——add*/
    .condition-table_ex {
    width: 100%;
}

    .condition-table_ex td {
        height: 23px;
        padding-right:10px;
    }

    .condition-table_ex input[type='text'],input[type='select']{
        width: 148px;
    }

    .condition-table_ex select {
        width: 152px;
    }
    /**/
.condition[type=submit] {
    border: 0px solid #ccc;
    background-color: #ff7010;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-wrap: none;
    padding: 3px 20px 1px 20px;
    margin: 0px 10px 0px 0px;
}

.condition[type=button] {
    border: 0px solid #ccc;
    background-color: #ff7010;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-wrap: none;
    padding: 3px 20px 1px 20px;
    margin: 0px 10px 0px 0px;
}

.toolbardiv {
    text-align: left;
    height: 30px;
    line-height: 25px;
    /*border-bottom: 1.5px solid #e0e0e0;*/
}

.dataviewdiv {
    border-top: 1.5px solid #e0e0e0;
    /*overflow-x: hidden;*/
}
/*.dataviewdiv div {
        overflow:hidden;
    }*/
/*查询界面样式end*/

/*编辑界面样式start*/
.edit {
    width: 99%;
    border: 2px solid #e0e0e0;
    text-align: center;
}

    .edit[type=text], select {
        border: 1px solid #ccc;
        line-height: 16px;
        /*padding-left: 2px;*/
    }

        .edit[type=text]:focus, select:focus {
            border: 1px solid #939390;
            line-height: 16px;
            /*padding-left: 2px;*/
        }

    .edit[type=submit] {
        border: 0px solid #ccc;
        background-color: #ff7010;
        color: white;
        cursor: pointer;
        font-weight: bold;
        text-wrap: none;
        padding: 3px 20px 1px 20px;
        margin: 0px 10px 0px 0px;
    }

.edit-table {
    width: 99%;
    text-align: center;
}

.gridview-table {
    width: 99%;
    text-align: center;
}

.edit-table td {
    height: 30px;
    width: 25%;
}

.edit-table input[type='text']{
    width: 100%;
}

.edit-table textarea{
    width: 100%;
}


.edit-table select {
    width: 101.5%;
}

/*编辑界面样式end*/
/*More样式 给需要隐藏的tr或td加该样式class='displaynonetr displaynone'*/
.displaynonetr {
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}
