﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: verdana, Microsoft Yahei, 微软雅黑, 宋体, Arial;
    color: #444;
    background-color: #f7f7f7;
    line-height: 125%;
}

.container {
    width: 990px;
    margin: 0 auto;
}

a {
    color: #2c6ec7;
    text-decoration: none;
}

    a:hover {
        color: #2c6ec7;
        text-decoration: underline;
    }

input[type=text], select {
    border: 1px solid #ffdeb4;
    padding: 4px;
    outline: none;
}

    input[type=text]:hover, select:hover {
        outline: 1px solid #fb7226;
    }

    input[type=text]:focus {
        border: 1px solid #fb7226;
    }

select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/*divMainTop*/
#divMainTopC {
    background: url(../images/main_top_bg.png) bottom repeat-x;
}

#divMainTop {
    padding: 8px 0 6px 0;
    color: #4660A2;
    text-align: right;
}

    #divMainTop a {
        color: #4660A2;
        text-decoration: none;
        display: inline-block;
        margin: 0 6px;
    }

        #divMainTop a:hover {
            text-decoration: underline;
        }

#divMainMenu {
    background: #fb7226;
}

    #divMainMenu a {
        font-family: Microsoft Yahei,宋体, Arial, Verdana;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 14px 7px 11px 6px;
        margin: 0 6px;
        line-height: 150%;
    }

#divSerMsg {
    background: #fff;
    padding-top: 8px;
}

#divMain {
    background-color: #fff;
    min-height: 400px;
    padding: 8px 0;
}

#divBottom {
    border-top: 2px solid #fb7226;
    text-align: center;
    line-height: 200%;
    padding: 10px;
}

.msg {
    color: #444;
    margin: 3px;
    padding: 0 0 0 20px;
    text-align: left;
}

.ok {
    color: #5fa402;
    background: url(../images/ok.png) 0 0px no-repeat;
}

.err {
    color: red;
    background: url(../images/err.png) 0 0px no-repeat;
}

.tbList {
    width: 100%;
}

    .tbList td {
        padding: 8px 3px;
        color: #888;
        border-bottom: dotted 1px #ccc;
    }

    .tbList tr:hover td {
        background: #ffffec;
    }

/*wt*/
.wt thead td {
    font-size: 14px;
    font-weight: bold;
    background-color: #fafafa;
    padding: 10px;
    border-bottom: none;
}

.wt {
    width: 100%;
}

    .wt td {
        padding: 8px 10px;
        border-bottom: 1px dotted #DADADA;
    }

    .wt img {
        display: inline-block;
        margin-left: 20px;
    }

    .wt tr:hover td {
        background: #ffffec;
    }

/*pm*/
.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
}

.divR {
    width: 722px;
    float: right;
}

.titleR {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    margin: 10px 0;
    background-color: #ffdeb4;
    color: #ff6600;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

.info {
    margin-bottom: 8px;
    padding: 6px;
    background-color: #fafafa;
    border: solid 1px #eee;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mask {
    background-color: gray;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.maskMsg {
    position: fixed;
    font-size: 14px;
    z-index: 200001;
    width: 360px;
    height: 86px;
    line-height: 180%;
    top: 300px;
    padding: 60px 0 0 100px;
    border: 1px solid #fb7226;
    background: #fff url(../images/loading.gif) 50px 57px no-repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
}

/*lbtn*/
.lbtn, .lbtnDis {
    display: inline-block;
    width: 80px;
    text-align: center;
    text-decoration: none;
    padding: 5px 6px 3px 6px;
    margin: 2px;
}

    .lbtn img, .lbtnDis img {
        border: 0;
        vertical-align: middle;
        padding: 0 3px 3px 0;
    }

.lbtn {
    color: #fff;
    border: 1px solid #df1b01;
    background-color: #fb7226;
}

    .lbtn:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #ef4a38;
        background-color: #f79158;
    }

.lbtnDis {
    color: #999;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    background-color: #f1f1f1;
}

    .lbtnDis:hover {
        color: #999;
        text-decoration: none;
        border: 1px solid #d9d9d9;
        background-color: #fafafa;
    }

/*pager*/
.pageLink {
    border: 1px solid #9AAFE5;
    color: #2E6AB1;
    text-decoration: none;
    margin: 3px;
    padding: 2px 5px;
    line-height: 150%;
    cursor: pointer;
}

.pageSpan {
    font-weight: bold;
    border: 1px solid #9AAFE5;
    background-color: #E5EDF2;
    color: #2E6AB1;
    margin: 3px;
    padding: 2px 5px;
    cursor: default;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
