/* JOB DISPLAY */
.Job_Div{
    float: left;
    clear: both;
    margin-bottom: 10px;
    width: 535px;
}
.Job_Lbl{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.Job_Txt{
    text-align: justify;
}
#Div_industry,
#Div_positions,
#Div_location,
#Div_city,
#Div_province,
#Div_country,
#Div_salary,
#Div_date_created,
#Div_date_updated{
    clear: none;
    width: 265px;
}
/*{ clear: left; }
#Div_date_updated{
    clear: none;
    float: right;
    width: 157px;
}
#Div_date_updated div{
    white-space: nowrap;
}*/
/* END: JOB DISPLAY */
/* JOB SEND TO A FRIEND */
#SendFriendForm{
    float: left;
    clear: both;
    width: 530px;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}
.FrmFrom{
    float: left;
    width: 230px;
}
#FrndForm { float: right; }
.FrmHead{
    float: left;
    clear: both;
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.FrmBody{
    float: left;
    clear: both;
}
.FrmBody .TextFieldDiv{
    width: 230px;
    clear: both;
}
.FrmBody .TextFieldDiv label{
    font-weight: normal;
}
#SendFriendForm .TextAreaDiv{
    margin-top: 5px;
}
#SendFriendForm .TextAreaDiv label{
    font-weight: normal;
    margin-bottom: 10px;
}
.FrmBody .TextFieldDiv .TextField{
    width: 150px;
}
#FrndComment{
    width: 530px;
    height: auto;
}
#FrndComment textarea{
    width: 530px;
    height: 50px;
}
#SendFriendForm #FrmSend{
    width: 530px;
    margin-top: 10px;
    _margin-top: 5px;
}
/*END: JOB SEND TO A FRIEND */
/* JOB DISPLAY EXTRA LINKS */
#JobButtons{
    margin-top:10px;
    _margin-top:5px;
    float: left;
    clear: both;
    width: 535px;
}
#SendToFriendDiv{
    float: left;
    padding: 7px 10px;
    background-color: #1E4478;
    border: 1px solid #9DB4D3;
}
#ApplyToJobDiv{
    float: right;
    padding: 7px 10px;
    background-color: #1E4478;
    border: 1px solid #9DB4D3;
}
#SendToFriendDiv a, #ApplyToJobDiv a{
    color: #FFFFFF;
    text-decoration: none;
}
#SendToFriendDiv a:hover, #ApplyToJobDiv a:hover{
    color: #ECECEC;
}

/*END: JOB DISPLAY EXTRA LINKS */
/* RESUME DISPLAY */
.Res_Div{
    float: left;
    clear: both;
    margin-bottom: 10px;
    width: 535px;
}
.Res_Lbl{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.Res_Txt{
    /*float: left;*/
}
/* RESUME DISPLAY */
.Date, .FileDiv{
    float: left;
    clear: both;
    width: 500px;
}
.Date label, .FileDiv label{
    float: left;
    font-weight: bold;
}
.Date .DateSelect{
    float: right;
    width: 250px;
}
.Date .DateSelect #da_day   {margin-right: 10px; }
.Date .DateSelect #da_month {margin-right: 10px; }
.Date .DateSelect #da_year  { }
.Date .DateSelect select{
    background-color:#FFFFFF;
    border:1px solid #1E4478;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
}
.FileDiv input{
    float: right;
    background-color:#FFFFFF;
    border:1px solid #1E4478;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    width: 250px;
}

form .ResFileLinkDiv{
    float: left;
    clear: both;
    width: 392px;
    text-align: right;
    margin-bottom: 10px;
}
/* END: RESUME DISPLAY */
/* APPLY NOW */
#ApplyNowDiv{
    float: left;
    clear: both;
    width: 530px;
    border-top: 1px solid #CCC;
}
#ApplyNowDiv h3{
    font-size: 14px;
}
#JobComment{
    width: 530px;
    height: auto;
}
#JobComment label{
    font-weight: normal;
}
#JobComment textarea{
    width: 530px;
    height: 50px;
}
#ApplyNowDiv #FrmApply{
    margin-top: 10px;
    _margin-top: 5px;
    width: 530px;
}
#ApplyNowDiv div#panel_login #PageForm{
    margin-left: 85px;
    _margin-left: 43px;
}
/* END: APPLY NOW */
/* Job Portal */
#UserResume, #UserResumeForm, #UserJob{
    margin: 33px 5px 0px 5px;
    width: 535px;
    float: left;
    _margin: 17px 5px 0px 0px;
    $margin: 13px 5px 0px 0px;
}
#UserResumeForm .ButtonDiv, #UserJob .ButtonDiv{
    margin-top: 10px;
    _margin-top: 5px;
}
#UsrJobFltr #AddNewUserResume{
    float: right;
    width: 60px;
}
#UsrJobFltr{
    margin-bottom: 10px;
    float: left;
    clear: both;
    width: 530px;
}
#UsrJobFltr form{
    float: left;
    width: 530px;
}
#UsrJobFltr div{
    claer: both;
    width: 360px;
}
#UsrJobFltr #InputButton{
    width: 75px;
    float: right;
    margin-top: 0px;
}
#UsrJobFltr #InputButton input{
    width: 70px;
}
#ListTable{
    width: 525px;
    border: none;
}
#ListTable th{
    border: none;
    background: #B9C9DE;
    padding: 3px;
    text-align: left;
}
#ListTable td{
    border: none;
    padding: 3px 0px;
    border-bottom: 1px solid #CCCCCC;
}
#ListTable td.tdleft{
}
/*END:  Job Portal */
#Content78, #Content77{
    display: none;
}