﻿.cont-r {
    margin-left: 238px;
}

.searchbox {
    width: 720px;
    border: 1px solid #cccccc;
    text-align: left;
    padding: 10px;
    background-color: #FAFAFA;
}

    .searchbox label {
        font-size: 14px;
        margin-right: 5px;
    }

        .searchbox label input {
            border: 1px solid #DDDDDD;
            height: 22px;
            line-height: 25px;
            margin-left: 5px;
            vertical-align: middle;
            width: 110px;
        }

        .searchbox label .dateinput {
            width: 78px;
        }

.searchbtn {
    width: 60px;
    height: 30px;
    border: 1px solid #dddddd;
}

.searchbtn {
    background: url("../../../../Content/images/default/common/un_detail_btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #733D02;
    font-size: 16px;
    font-weight: bold;
    height: 31px;
    letter-spacing: 2px;
    width: 104px;
    vertical-align: middle;
}

    .searchbtn:hover {
        background-position: 0 -32px;
    }

.condition {
    padding: 5px 0 0;
    text-align: left;
}

    .condition select {
        margin-left: 0;
        border: 1px solid #CFCFCF;
    }

.orderformbox {
    margin-top: 2px;
    width: 740px;
    border: 1px solid #CECEE2;
    text-align: left;
}

.ordername {
    background-color: #C6DDFF;
    padding: 4px;
    width: 99%;
    border-bottom: 1px solid #AEC5E7;
}

    .ordername span {
        font-size: 15px;
        font-weight: bold;
    }

.orderhead, .ordercont {
    border-bottom: 1px dotted #879AA4;
    display: inline-block;
    line-height: 20px;
    list-style: none outside none;
    text-align: center;
    width: 100%;
}

.ordercont {
    font-size: 12px;
    line-height: 22px;
}

.ordercont_select {
    background-color: #e9f2ff;
}

.ordercont_select {
    background-color: #e9f2ff;
    cursor: default;
    border-bottom: 1px solid #93befe;
}

.lastordercont {
    border-bottom: 0 none;
}

.orderhead {
    background-color: #F5F5F5;
    color: #464646;
    font-weight: bold;
    padding-right: 0px;
    padding-top: 6px;
    width: 100%;
}

    .orderhead div, .ordercont div {
        float: left;
        display: inline-block;
        margin-right: 5px;
        width:9%;
    }

    .orderhead .ordernumb, .ordercont .ordernumb {
        width: 18%;
    }

.ordercont .orderamount {
    font-weight: bold;
    color: #ff4500;
    font-size: 15px;
}

.orderhead .productcont, .ordercont .productcont {
    width:21%;
}
.orderhead .rightdate, .ordercont .rightdate {
    width: 9%;
}
.orderhead .operate, .ordercont .operate {
    width: 6%;
}
.orderhead .orderstatus, .ordercont .orderstatus {
     width: 8%;
}
.ordercont .orderstatus strong {
    color: #2975C2;
   
}

/*以下为资金池表格特有样式*/
.orderhead .clientname, .ordercont .clientname {
    width: 30%;
}
.orderhead .fundname, .ordercont .fundname {
    width: 15%;
}
.orderhead .servicename, .ordercont .servicename {
    width: 30%
}
.currencyname .balance {
     width: 15%;
}