.DivOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000 !important;
    background-color: black;
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.50; /* khtml, old safari */
    -moz-opacity: 0.50; /* mozilla, netscape */
    opacity: 0.50; /* fx, safari, opera */
}

.DivMsgBox {
    background-color: white;
    position: fixed;
    /*border-radius: 8px;*/
    /*box-shadow: 3px 5px 5px #e5e3e3;*/
    /*padding: 20px;*/
    border: solid 1px gray;
    font-family: Calibri;
    font-size: 14px;
    margin: auto;
    /*top: 30%;
            left: 50%;*/
    z-index: 2001 !important;
    /*height: 16em;*/
    /* margin-top: -8em; set to a negative number 1/2 of your height*/
    /* margin-left: -26em; set to a negative number 1/2 of your width*/
}

.pageA {
    padding: 8px;
    border: solid 1px #eae9e9;
    text-decoration: none;
    color: #969595;
}

    .pageA:hover {
        background-color: #eae9e9;
        color: #4d4b4b;
        text-decoration: none;
    }

.divWaiting {
    position: fixed;
    /*background-color: #efefef;*/
    z-index: 2147483647 !important;
    /*opacity: 0.5;*/
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    background-image: url(../Images/updateBackPic.png);
}

.CandidateDDLMenu {
    padding: 8px;
    border: none;
    width: 100%;
    cursor: pointer;
}

.ProfilePic {
    height: 70px;
    width: 70px;
    overflow: hidden;
    background-color: #808080;
    border: solid 4px white;
}

.divBack {
    background-color: #f8f8f8;
    padding: 5px;
}

.divErr {
    color: red;
    background-color: #fcebeb;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .divErr:hover {
        color: #c10909;
        background-color: #f8dcdc;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }

.aHideMenuOption {
    color: #eae9e9;
    cursor: pointer;
}

    .aHideMenuOption:hover {
        color: red;
    }

.divApply {
    padding: 10px;
    background-color: #f0f0ed;
    text-align: center;
    color: gray;
    font-size: 16px;
    border-radius: 7px;
    cursor: pointer;
}

    .divApply:hover {
        padding: 10px;
        background-color: #94f86c;
        text-align: center;
        color: white;
        font-size: 18px;
        border-radius: 7px;
    }


.A_SrchRecSkill {
    border-radius: 5px;
    background-color: #f0f0ed;
    color: #808080;
    padding: 8px;
    text-decoration: none;
    /*border: solid 1px #f0f0ed;*/
    cursor: pointer;
    font-weight: normal;
}

    .A_SrchRecSkill:hover {
        border-radius: 5px;
        background-color: #05a0d7;
        color: white;
        padding: 8px;
        text-decoration: none;
    }


.divMsg_Err {

    padding:7px; background-color:#982727; font-family:Calibri; font-size:14px; text-align:left; color:white; border-radius:5px;
}
.divMsg_Warning{

    padding:7px; background-color:#d28f3d; font-family:Calibri; font-size:14px; text-align:left; color:white; border-radius:5px;
}

.divMsg_Info{

    padding:7px; background-color:#308c2c; font-family:Calibri; font-size:14px; text-align:left; color:white; border-radius:5px;
}

.picEfect {
    float:left; background-color:#f8f8f8; margin:5px; padding:3px;
}
    .picEfect:hover {
       box-shadow: 1px 1px 7px #888888;
    }

     .divWait {
            z-index: 2;
            background-image: url(../../Assets/MyPics/trans.png);
            background-repeat: repeat;
            visibility: hidden;
            position: absolute;
            left: 11px;
            width: 98%;
            top: 0px;
            margin: auto;
            text-align: center;
        }