﻿.trans {
    background: #CCC;
    filter: alpha(opacity=40); /* IE */
    -moz-opacity: 0.4; /* Moz + FF */
    opacity: 0.4;
}

.usercard {
    position: absolute;
    width: 215px;
    height: 240px;
    border: 1px solid #45B5FF;
    background: white;
    z-index: 90000;
}

    .usercard em {
        position: absolute;
        width: 9px;
        height: 15px;
        top: 58px;
        left: -9px;
        background: url("../images/search/rect.gif") left center no-repeat;
    }

    .usercard b.ll, .usercard b.rr {
        position: absolute;
    }

    .usercard b.ll {
        width: 217px;
        height: 3px;
        line-height: 0px;
        overflow: hidden;
        left: 2px;
        bottom: -4px;
        z-index: 1;
        text-align: center;
    }

    .usercard b.rr {
        right: -4px;
        _right: -5px;
        width: 3px;
        z-index: 1;
        height: 238px;
        top: 3px;
    }

.usercardcc {
    margin: 10px;
}

.user-profile {
    height: 100px;
    padding-bottom: 6px;
    overflow: hidden;
}

    .user-profile .l {
        width: 72px;
        height: 92px;
        border: 1px solid #E8F3FF;
        padding: 2px;
    }

    .user-profile .r {
        width: 108px;
        height: 100%;
    }

        .user-profile .r td {
            padding: 3px 0px;
        }

.user-menu {
    height: 20px;
    clear: both;
    border-bottom: 1px solid #45B5FF;
}

    .user-menu a {
        float: left;
        width: 68px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #f3f3f3;
        color: #666;
        text-align: center;
    }

        .user-menu a.r {
            width: 50px;
            background: none;
            float: right;
        }

        .user-menu a:hover, .user-menu a.selected {
            background: #7FCCFF;
            color: #fff;
        }

.user-intro {
    padding: 3px 0px;
    height: 54px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.user-action {
    border: 1px solid #F7F7F7;
    background-color: #FCFCFC;
    padding: 4px;
    text-align: center;
    color: #999;
}

.user-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/comm/ajax_loading.gif") center center no-repeat;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}

a.more-opt {
    position: absolute;
    width: 80px;
    height: 22px;
    line-height: 22px;
    background: url("../images/search/more-opt-blank.gif") left top no-repeat;
    top: 25%;
    right: 10px;
    z-index: 1;
    border: none;
    color: #666666;
    padding-left: 12px;
    text-align: left;
}

a.more-opt-inline {
    position: static;
    display: inline-block;
    top: auto;
    z-index: auto;
    right: auto;
    text-decoration: none;
    font-size: 12px;
}

a.more-opthover, a.more-opt:hover {
    background-position: right top;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

td.jwdetail {
    line-height: 180%;
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 10px;
}

.opt-list, .opt-list-bg {
    position: absolute;
    width: 90px;
    border: 1px solid #1f84d4;
    background: url("../images/search/offer-opicons.gif") left top no-repeat white;
    top: 40px;
    right: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 500;
    cursor: default;
    display: none;
}

    .opt-list a {
        padding: 4px 2px;
        color: #333;
        padding-left: 24px;
        margin: 0 2px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        background: none;
        display: block;
        overflow: hidden;
        _height: 20px;
        font-size: 12px;
    }

        .opt-list a em, .opt-list a span {
            float: left;
            display: inline;
        }

        .opt-list a em {
            width: 16px;
            height: 16px;
            overflow: hidden;
            margin-right: 4px;
            margin-top: 2px;
        }

        .opt-list a:hover {
            color: #FF6600;
        }

        .opt-list a.last {
            border-bottom: none;
        }

.jwoptlist {
    background: url("../images/search/resume-opicons.gif") left center no-repeat white;
}

.trans {
    background: #CCC;
    filter: alpha(opacity=40); /* IE */
    -moz-opacity: 0.4; /* Moz + FF */
    opacity: 0.4;
}

.opt-list-bg {
    border: none;
    background: #666;
    filter: alpha(opacity=40); /* IE */
    -moz-opacity: 0.4; /* Moz + FF */
    opacity: 0.4;
    z-index: 400;
}

.medal {
    position: absolute;
    background-color: white;
    width: 194px;
    left: 50%;
    top: 50%;
    border: 1px solid #C2C2C2;
    padding: 5px;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 3px #CCC;
    -moz-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #CCC;
    display: none;
}

    .medal .emr {
        position: absolute;
        width: 13px;
        height: 8px;
        background: url("/images/ent/icons/rtop.gif") left top no-repeat;
        top: -8px;
        left: 50%;
        margin-left: -7px;
    }

    .medal a.ico {
        display: inline-block;
        padding: 2px;
        margin: 2px;
    }

        .medal a.ico img {
            border: none;
        }

        .medal a.ico:hover {
            background-color: #E0F0FF;
            border: 1px solid #3879D9;
            -moz-border-radius: 3px;
            -khtml-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin: 0px 2px;
        }

            .medal a.ico:hover img {
                width: 14px;
                height: 14px;
            }

.medalintro {
    padding: 2px 0px;
    margin: 2px 0px;
    text-align: right;
    color: #ccc;
    border-top: 1px solid #eee;
}

.g-layer {
    z-index: 1000;
}

.jobfair {
    font-size: 12px;
    color: #ff9900
}