﻿@charset "utf-8";
/* CSS Document */
/*重置*/
* {
    font-family: "微软雅黑";
    font-size: 14px;
}

body {
    margin: 0;
    background-color: #f3f3f3;
}

a {
    text-decoration: none;
}

img {
    border: none;
    display: block;
}

h1 {
    font-weight: normal;
}

li {
    list-style: none;
}

input {
    padding: 0;
    margin: 0;
    border: none;
}

p, h1 {
    margin: 0;
}



/*个人信息页************/
.infoBox {
    background-color: #FFF;
    margin: 0 auto;
    width: 960px;
    padding: 20px 20px 70px 20px;
    border: solid #e8e8e8 1px;
    position: relative;
    margin-top: 30px;
}

    .infoBox .password {
        background-image: url(/Content/Driver/images/button_bg.png);
        position: absolute;
        right: -75px;
        top: 71px;
        width: 75px;
        height: 50px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
    }

    .infoBox .manage {
        background-image: url(/Content/Driver/images/button_bg.png);
        position: absolute;
        right: -75px;
        top: 131px;
        width: 75px;
        height: 50px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
    }

    .infoBox h1 {
        font-size: 16px;
        color: #323232;
        text-align: center;
        font-weight: bold;
    }

.info {
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
}

    .info table {
        border-collapse: collapse;
        text-align: center;
        width: 950px;
        line-height: 35px;
        font-family: "宋体";
        margin-top: 30px;
        color: #7c7c7c;
    }

.E {
    font-weight: bold;
}

.F {
    font-weight: bold;
    color: #5f5f5f;
}

.info table td, .info table th {
    border: 1px solid #9b9b9b !important;
    line-height: 35px;
}

.info .guanli, .gengduo {
    float: right;
    padding-right: 30px;
    color: #7c7c7c;
    text-decoration: underline;
}

    .gengduo:hover {
        color: #1f7cd9;
    }

.guanli:hover {
    color: #1f7cd9;
}

.xiangqing:hover {
    color: #1f7cd9;
}

.xiangqing {
    text-decoration: underline;
    color: #7c7c7c;
}

/*弹出框*/
#updateUserInfo input, #updateUserInfo select {
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
}

#updateUserInfo table {
    margin-left: 40px;
    line-height: 28px;
    color: #7c7c7c;
}

    #updateUserInfo table td {
        /*text-align: right;*/
    }


#content {
    position: relative;
}

    #content input {
        background-color: #1f7cd9;
        width: 40px;
        height: 20px;
        color: white;
        margin-top: 15px;
        cursor: pointer;
    }

    #content .anniu_7 {
        position: absolute;
        top: 380px;
        left: 35px;
    }

#divPassWordDialog .anniu_8 {
    background-color: #59a4f7;
    width: 70px;
    height: 30px;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}

    #divPassWordDialog .anniu_8:hover {
        background-color: #6897cf;
    }
    
#divStudyLanguageTypelog .anniu_8 {
    background-color: #59a4f7;
    width: 70px;
    height: 30px;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}

    #divStudyLanguageTypelog .anniu_8:hover {
        background-color: #6897cf;
    }

.anniu_left {
    margin-left: 80px;
}

.btnuserok {
    margin-top: 22px;
    cursor: pointer;
    background-color: #59a4f7;
    width: 70px;
    height: 30px;
}

    .btnuserok:hover {
        background-color: #6897cf;
    }

.btnuserno {
    margin-top: 22px;
    background-color: #59a4f7;
    width: 70px;
    height: 30px;
    margin-left: 15px;
    cursor: pointer;
}

    .btnuserno:hover {
        background-color: #6897cf;
    }

#divImgUrl {
    float: left;
    border-right: dashed 1px #1e90ff;
    padding-right: 15px;
    padding-bottom: 120px;
}

#divImgSrc {
    padding: 15px;
    padding-top: 0;
}

#updateFrm tr {
    height: 36px;
}

#updateFrm input, #updateFrm select {
    height: 26px;
    border: 1px solid #c8c8c8
}
