.userTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.userLeftTitle {
    width: 80px;
    text-align: center;
    font-weight: bold;
}

.userTableLeft {
    width: 80px;
    text-align: right;
    font-size: 14px;
    padding: 5px 0px 5px 5px;
}

.userTableRight {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px 5px 12px;
}

.userShowTable {
    border: 0px;
    width: 100%;
}
    .userShowTable td {
        border-width: 0px;
        padding: 8px;
        text-align: left;
        border-bottom:1px solid #e9e9e9;
    }

.userShowTableTr {
    background-color: #f8f8f8;
}
    .userShowTableTr td {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        border-top: 2px solid;
        border-color: #c8c8c8;
        border-bottom:none;
    }

.userEditTable {
    border: 0px;
    width: 100%;
}

    .userEditTable td {
        border-width: 0px;
        padding:12px 0 12px 12px;
        text-align: left;
        font-size:12px;
        border-bottom: 1px dotted #c8c8c8;
    }

.userEditTableTr {
    background-color: #f8f8f8;
}

    .userEditTableTr td {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        border-top: 2px solid;
        border-color: #c8c8c8;
        border-bottom: none;
        padding: 12px 0 16px 20px;
    }


.userNavTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.userNavLR {
    padding: 5px 0px 15px 15px;
}

    .userNavLR ul li {
        line-height: 24px;
    }


.userTDLeft {
    text-align: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    padding-right: 10px;
}

.userTDRight {
    text-align: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}

.hideTdLeft {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: right;
    width: 15%;
}

.hideTdRight {
    padding: 5px;
    font-size: 12px;
    color: #333;
    text-align: left;
}