﻿﻿body {
    font-size: 12px;
    font-family: Tahoma,microsoft yahei,"微软雅黑","宋体";
    color: #444;
}

a {
    color: #009966;
}

    a:hover {
        color: #009966;
    }

.header {
    height: 77px;
    background: url(../image/login/bg.png) repeat-x;
}

    .header .logo {
        width: 960px;
        padding-top: 15px;
        margin: 0px auto;
    }

div.gray {
    color: #999;
    line-height: 20px;
}

.container {
    width: 960px;
    margin: 0px auto;
}

    .container {
        width: 400px;
        height: 300px;
        padding-top: 10px;
        border: 1px #D4D4D4 solid;
        background: #EBF2FA url(../image/login/line.png) repeat-x;
    }



/*form style*/
.form {
    width: 190px;
    margin: 0px auto;
}

    .form .flabel {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .form .text2 {
        border: 1px #ADB6C9 solid;
        width: 158px;
        height: 35px;
        line-height: 35px;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
    }

    .form .text-icon1 {
        background: #fff url(../image/login/icon1.png) no-repeat 10px center;
    }

    .form .text-icon2 {
        background: #fff url(../image/login/icon2.png) no-repeat 10px center;
    }

    .form .btn-login {
        width: 190px;
        height: 38px;
        border: 0px;
        cursor: pointer;
        background: url(../image/login/btn1.png) no-repeat;
    }

    .form .msg {
        height: 35px;
        color: #ff0000;
        line-height: 35px;
        text-align: center;
        margin-bottom: 20px;
        background: url(../image/login/line2.png) repeat-x bottom;
    }

    .form .btn-reg1 {
        display: inline-block;
        width: 190px;
        height: 38px;
        border: 0px;
        cursor: pointer;
        background: url(../image/login/btn2.png) no-repeat;
    }

    .form .btn-reg2 {
        display: inline-block;
        width: 190px;
        height: 38px;
        border: 0px;
        cursor: pointer;
        background: url(../image/login/btn3.png) no-repeat;
    }

.footer {
    width: 960px;
    margin: 10px auto 0px;
    border-top: 1px #BAC5D4 solid;
    text-align: center;
    padding: 10px 0px;
    line-height: 22px;
}

span.red {
    color: #FF0000;
    font-weight: bold;
}

/*form style*/
input.text {
    border: 1px #BAC5D4 solid;
    border-radius: 5px;
    background-color: #EEF3F8;
    width: 200px;
    padding: 8px;
    cursor: text;
    font-size: 14px;
    font-weight: bold;
}

input.btn, a.btn, span.btn {
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    line-height: 22px;
    background-color: #21b2e7;
    border: 1px #007998 solid;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tooltipmsg {
    padding: 10px;
    color: #009966;
    font-size: 16px;
    border-bottom: 1px #dedede dashed;
}

/*tableform style*/
.validation-summary-errors {
    position: absolute;
    top: 55px;
    right: 10px;
    width: 200px;
    color: #ff0000;
    border: 1px #ff0000 solid;
    padding: 10px 10px 10px 35px;
    line-height: 22px;
    background: #fff url(../image/error.png) no-repeat 10px center;
}

.tableform {
    width: 100%;
}

    .tableform tbody tr {
        border-bottom: 1px #d5dfe8 dashed;
    }

        .tableform tbody tr.line {
            border-bottom: 1px #d5dfe8 solid;
        }

    .tableform tbody td {
        padding: 10px;
    }

        .tableform tbody td.label {
            width: 100px;
            text-align: right;
            font-size: 12px;
            font-weight: bold;
        }

        .tableform tbody td.yellow {
            color: #F4861A;
            font-weight: bold;
        }

        .tableform tbody td .tab li {
            float: left;
            background-color: #009966;
            color: #fff;
            padding: 5px;
            margin-right: 5px;
            cursor: pointer;
        }

            .tableform tbody td .tab li.c {
                background-color: #53a000;
            }

/*tablelist style*/
.tablelist {
    width: 100%;
}

    .tablelist thead th {
        height: 30px;
        color: #666;
        background: #eef3f7;
        text-align: center;
        border-bottom: 1px solid #d5dfe8;
        border-right: 1px solid #d5dfe8;
    }

    .tablelist tbody td {
        text-align: center;
        padding: 10px 4px;
    }

    .tablelist tbody td {
        border-bottom: #eee 1px solid;
        height: 30px;
    }


.exMask {
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10001;
}

.exAlert {
    position: absolute;
    z-index: 10002;
}

    .exAlert .alert-top {
        position: relative;
        height: 5px;
        line-height: 5px;
        font-size: 0px;
    }

        .exAlert .alert-top .alert-top-fl {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat;
        }

        .exAlert .alert-top .alert-top-fm {
            height: 5px;
            margin: 0px 5px;
            background-color: #157fcc;
        }

        .exAlert .alert-top .alert-top-fr {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -5px;
        }

    .exAlert h2.alert-title {
        height: 31px;
        line-height: 26px;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        padding-left: 25px;
        background: #157FCC url(../image/box-dot.png) no-repeat 10px 10px;
    }

    .exAlert span.alert-op {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        height: 16px;
        width: 16px;
        cursor: pointer;
        background: url(../image/alert-op.png) no-repeat;
    }

    .exAlert .alert-main {
        font-size: 14px;
        padding: 30px 10px;
        text-align: center;
        background-color: #fff;
        border-left: 5px #157FCC solid;
        border-right: 5px #157FCC solid;
    }

    .exAlert .alert-btn {
        padding: 5px 0px;
        text-align: center;
        background-color: #DFEAF2;
        border-left: 5px #157FCC solid;
        border-right: 5px #157FCC solid;
    }

        .exAlert .alert-btn .alert-btn-ok {
            display: inline-block;
            background-color: #2FA7EA;
            border: 1px #168ACB solid;
            padding: 2px 10px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            cursor: pointer;
        }

        .exAlert .alert-btn .alert-btn-cancel {
            display: inline-block;
            background-color: #2FA7EA;
            border: 1px #168ACB solid;
            padding: 2px 10px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            cursor: pointer;
        }

    .exAlert .alert-bottom {
        position: relative;
        height: 5px;
        line-height: 5px;
        font-size: 0px;
    }

        .exAlert .alert-bottom .alert-bottom-fl {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -10px;
        }

        .exAlert .alert-bottom .alert-bottom-fm {
            height: 5px;
            margin: 0px 5px;
            background-color: #157fcc;
        }

        .exAlert .alert-bottom .alert-bottom-fr {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -15px;
        }
