﻿html, body, form {
    margin: 0px;
    padding: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.si_container {
    width: 1000px;
    margin: auto;
    padding-bottom: 15px;
    overflow: hidden;
    min-height: 716px;
}

.select {
    position: absolute;
    margin-top: -3px;
    width: 235px;
    height: 17px;
    padding: 6px 0 6px 5px;
    color: #333;
    background: url(/images/jobseeker/salaryIndex/icon_ddl.png) 0px 0px no-repeat;
    overflow: hidden;
}

.watermarked {
    font-family: Arial;
    font-size: 20px;
    color: #B5B5B6;
}


.topSearchBox {
    overflow: hidden;
}

#noResult {
    clear: both;
}

    #noResult table {
        /*border: solid 2px #31C4AC;*/
        border: solid 2px #2BBBA0;
        width: 1000px;
        margin: 0 auto;
        height: 380px;
        font-size: 20px;
    }

        #noResult table td {
            padding-left: 20px;
            line-height: 75px;
        }

.resultTitle {
    font-family: Arial;
    font-size: 20px;
    /*color: #31C4AC;*/
    color: #2BBBA0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#resultFound {
    clear: both;
    width: 1000px;
    margin: 20px auto;
}

    #resultFound .googleChart {
        /*border: solid 2px #31C4AC;*/
        border: solid 2px #2BBBA0;
        margin-bottom: 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        #resultFound .googleChart table {
            background-color: #eee;
            width: 100%;
            height: 50px;
            margin: 0 auto;
        }

.noResultInfo {
    margin-top: 30px;
    font-size: 20px;
    color: #595757;
    text-align: center;
}

.list_container {
    /*border: solid 2px #31C4AC;*/
    border: solid 2px #2BBBA0;
    margin: 0 auto;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border-collapse: separate;
}

    .list_container th {
        height: 33px;
        /*background: #31C4AC;*/
        background: #2BBBA0;
        color: white;
        font-family: Arial;
        font-size: 15px;
    }

    .list_container tr {
        height: 32px;
    }

    .list_container td {
        height: 24px;
        border: solid 1px #E2DDDD;
        padding: 3px;
    }

.jobCat, .jobTit, .jobQual {
    text-align: center;
    width: 20%;
}

.workExp, .salary {
    text-align: center;
    width: 20%;
}

.list_con {
    float: left;
    width: 770px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: solid 1px #e5e5e5;
}

    .list_con .jobCat {
        width: 210px;
        padding-left: 10px;
        font-family: Sans-Serif;
    }

    .list_con .jobTit {
        float: left;
        width: 265px;
        padding-left: 25px;
        font-family: Sans-Serif;
    }

    .list_con .workExp {
        float: left;
        width: 130px;
        font-family: Sans-Serif;
    }

    .list_con .salary {
        float: left;
        width: 129px;
        font-family: Sans-Serif;
    }

.source {
    line-height: 20px;
    padding-top: 5px;
    float: left;
    font-family: Sans-Serif;
    margin-bottom: 30px;
}

.note {
    float: left;
    width: 770px;
    text-align: left;
    float: left;
}

    .note span {
        line-height: 20px;
        float: none;
    }

#salaryDistribute {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
}


#SalaryCheck1_salaryCheckInputs tr {
    height: 40px;
}

#SalaryCheck1_salaryCheckInputs table {
    border-collapse: collapse;
    border: 0px;
    text-align: left;
    margin: 0 auto;
    background-color: #e6e7e9;
    border-radius: 10px;
}

#SalaryCheck1_jobCatSearchBut {
    width: 280px;
    height: 32px;
    border: 0px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    /*background: #ffa500;*/
    background: #00a79d;
    position: relative;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url(../css/PIE/PIE.htc);
    margin-bottom: 100px;
}

    #SalaryCheck1_jobCatSearchBut:hover {
        /*background: #ff8022;*/
        /*background: #0099FF;*/
        cursor: pointer;
        cursor: hander;
    }

/*#SalaryCheck1_jobCatSearchBut.en-US
{
    background: url(/images/en-US/jobseeker/salaryIndex/search.png) 0px 0px no-repeat;
    background-size: 280px 66px;
}
#SalaryCheck1_jobCatSearchBut.zh-HK
{
    background: url(/images/zh-HK/jobseeker/salaryIndex/search.png) 0px 0px no-repeat;
    background-size: 280px 66px;
}
CSS for change the select triangle */
.selectOuter {
    position: relative;
    display: inline-block;
    z-index: 0;
}

    .selectOuter select {
        z-index: 1;
    }

.selectOuterDisbale {
    position: relative;
    display: inline-block;
    z-index: 0;
}

    .selectOuterDisbale select {
        z-index: 1;
    }

.selectOuter:before {
    display: block;
    position: absolute;
    content: '';
    height: 28px;
    top: 0px;
    right: 0;
    width: 20px;
    background: white url('/images/jobseeker/salaryIndex/box_part_C.png') no-repeat right top;
    z-index: 5;
}

.selectOuterDisbale:before {
    display: block;
    position: absolute;
    content: '';
    height: 28px;
    top: 0px;
    right: 0;
    width: 20px;
    background: white url('/images/jobseeker/salaryIndex/box_part_D.png') no-repeat right top;
    z-index: 5;
}
/* end CSS for change the select triangle */


#SalaryCheck1_salaryCheckInputs {
    height: 443px;
}

    #SalaryCheck1_salaryCheckInputs.en-US {
        height: 443px;
        /*  background: url('/images/en-US/jobseeker/salaryIndex/SalaryCheckBackground_Eng.jpg') 0px 0px no-repeat;
          */
    }

    #SalaryCheck1_salaryCheckInputs.zh-HK {
        /*
        background: url('/images/zh-HK/jobseeker/salaryIndex/SalaryCheckBackground_Chi.jpg') 0px 0px no-repeat;
            */
    }

    #SalaryCheck1_salaryCheckInputs table {
        /*float: right;
        margin-top: 41px;
        margin-right: 103px;*/
        float: left;
        margin-left: 80px;
    }

#SalaryCheck1_keywordTxt {
    width: 271px;
    height: 28px;
    border: solid 1px #2BBBA0;
    background: White;
    position: relative;
    padding-left: 7px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url(../css/PIE/PIE.htc);
}

    #SalaryCheck1_keywordTxt:disabled, #SalaryCheck1_salaryCheckInputs .expFromTxt:disabled, #SalaryCheck1_salaryCheckInputs .expToTxt:disabled {
        background: #D5D5D5;
    }

#SalaryCheck1_salaryCheckInputs .f4 {
    line-height: 28px;
    font-size: 16.5px;
    color: #727171;
    font-family: Arial;
    padding-right: 5px;
}

#SalaryCheck1_salaryCheckInputs .f5 {
    width: 280px;
    padding-left: 5px;
    font-size: 14.5px;
    font-family: Arial;
    color: #3E3A39;
}

#SalaryCheck1_salaryCheckInputs .cateTxt {
    width: 280px;
    height: 29px;
    border: solid 1px #2BBBA0;
    background-color: White;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url(../css/PIE/PIE.htc);
    padding-left: 5px;
}

#SalaryCheck1_salaryCheckInputs .expFromTxt, #SalaryCheck1_salaryCheckInputs .expToTxt {
    width: 133px;
    height: 29px;
    border: solid 1px #2BBBA0;
    background-color: White;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    behavior: url(../css/PIE/PIE.htc);
    padding-left: 5px;
}

.resultEdgeLeft {
    text-align: right;
    padding-right: 50px;
    font-weight: bold;
    font-size: 12pt;
}

.resultEdgeRight {
    text-align: left;
    padding-left: 50px;
    font-weight: bold;
    font-size: 12pt;
}

.resultMedian {
    font-weight: bold;
    font-size: 20pt;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    /*color: #31C4AC;*/
    color: #2BBBA0;
    text-decoration: none;
    cursor: default;
    width: 300px;
}

.noteContent, .sourceType {
    width: 100%;
    margin: 10px auto;
}

#searchMore {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: white !important;
    /*position: absolute;
    left: 80px;
    top: 15px;*/
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding-left: 120px;
}

#searchMoreJobs {
    margin-top: 45px;
}

.searchMore {
    width: 498px;
    height: 70px;
    position: relative;
    background: url('/images/jobseeker/salaryIndex/searchMore.png') no-repeat 0px 0px;
    background-size: 492px 70px;
    display: inline-block;
}

.salaryGuide {
    width: 498px;
    height: 70px;
    position: relative;
    background: url('/images/jobseeker/salaryIndex/negotiable.png') no-repeat 0px 0px;
    background-size: 492px 70px;
    display: inline-block;
}

.salaryNegotiable {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: white !important;
    /*position: absolute;
    left: 120px;
    top: 15px;*/
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding-left: 120px;
}

.noResultImg.en-US {
    margin-top: 20px;
    width: 1000px;
    height: 80px;
    background: url('/images/en-US/jobseeker/salaryIndex/no_result_banner.png') no-repeat;
}

.noResultImg.zh-HK {
    margin-top: 20px;
    width: 1000px;
    height: 80px;
    background: url('/images/zh-HK/jobseeker/salaryIndex/no_result_banner.png') no-repeat;
}

.imageHolder {
    display: inline-block;
    margin-left: 45px;
    min-height: 316px;
}


#SalaryCheck1_salaryCheck_logo {
    height: 200px;
}

    #SalaryCheck1_salaryCheck_logo.zh-HK {
        background: url('/images/zh-HK/jobseeker/salaryIndex/header_chi.png')0px 0px no-repeat;
    }

    #SalaryCheck1_salaryCheck_logo.en-US {
        background: url('/images/en-US/jobseeker/salaryIndex/header.png')0px 0px no-repeat;
    }

#SalaryCheck1_salaryCheckBg {
    height: 617px;
    margin-left:475px;
    margin-top:-420px;
 
}

    #SalaryCheck1_salaryCheckBg.zh-HK {
        content: url(/images/zh-HK/jobseeker/salaryIndex/main_chi.png);
        margin-left: 445px;
    }

    #SalaryCheck1_salaryCheckBg.en-US {
        content: url(/images/en-US/jobseeker/salaryIndex/main.png);
    }
