﻿body
{
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #746b6a;
    background-color: #E7E7E7;
    padding-bottom: 30px;
}

h1
{
    font-size: 24px;
    color: #444;
    margin: 0;
    margin-bottom: 9pt;
}

h2
{
    font-size: 18px;
    color: #666;
    margin: 0;
    margin-bottom: 8pt;
}

h3
{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0;
}

.contentbox
{
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: white;
    width: 940px;
    margin: 5px auto;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;
}

    .contentbox.header
    {
        padding-bottom: 5px;
    }

.footer
{
    color: #646363;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 18px;
}

    .footer a
    {
        padding: 0 10px 0 10px;
        color: #646363;
    }

        .footer a:hover
        {
            color: #333333;
        }


.subsection
{
    /*display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
}

    /* Subsections */
    .subsection h1,
    .subsection h2
    {
        font: 700 14px/32px Verdana,Arial,sans-serif; /*float:left;*/
        color: #222;
        margin-bottom: 10px;
        text-shadow: 0 1px 0 #fff;
    }

    .subsection h2
    {
        font-size: 13px;
        line-height: 18px;
        color: #222;
        text-shadow: 0 1px 0 #ddd;
    }

    .subsection .subsectioncontent
    {
        background-color: #c6c6c6;
        border-radius: 5px 5px 5px 5px;
        padding: 10px;
        margin: 15px;
    }

    .subsection .subsectiondiv
    {
        color: #222;
        background-color: #fff;
        border-radius: 5px 5px 5px 5px;
        padding: 10px;
        margin-bottom: 10px;
    }

        .subsection .subsectiondiv.bottomdiv
        {
            margin-bottom: 0;
        }

    .subsection .jobdetails .infolabel
    {
        display: block;
        width: 150px;
        float: left;
    }

    .subsection .jobdetails .infovalue
    {
        font-weight: 700;
    }

    .subsection .jobdescription,
    .subsection .jobrequirements
    {
        margin-bottom: 10px;
    }

.buttonapplyjob
{
    float: right;
    margin-bottom: 10px;
}

.sendtofriend
{
    float: left;
    margin-left: 5px;
    padding-left: 18px;
    background: url(../images/send-to-friend.png) 0 -1px no-repeat;
}

.sendtofriend:hover
{
    color: darkblue;
    text-decoration: underline;
    cursor: pointer;
}


.actionlink
{
    font: 400 11px/27px Verdana,Arial,sans-serif;
}

    .actionlink a
    {
        color: #000;
        text-decoration: none;
    }

        .actionlink a:hover
        {
            border-bottom: 1px solid #222;
        }

.bdycontent
{
    width: 940px;
    height: auto;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;
}

.subsection .subSectionTitleBar
{
    display: block;
    background-color: #ddd;
    padding: 5px 8px;
}

.formTable
{
    border-collapse: collapse;
    margin: 15px;
    margin-bottom: 0px;
}

    .formTable input
    {
        height: 25px;
        width: 240px;
        margin: 3px;
        padding: 0 5px;
        padding-right: 10px;
    }

    .formTable select
    {
        height: 29px;
        width: 260px;
        margin: 3px;
    }


    .formTable td
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .formTable td:nth-child(1)
        {
            white-space: nowrap;
            text-align: right;
        }

        .formTable td:nth-child(2)
        {
            width: 240px;
        }

    .formTable .requiredFieldLabel:after
    {
        color: red;
        content: "*";
    }

    .formTable .optionalFieldLabel:after
    {
        color: transparent;
        content: "*";
    }

    .formTable .fieldtip
    {
        font-size: 10px;
        line-height: 14px;
        padding-left: 5px;
        padding-top: 0px;
    }

.bottomButtonBar
{
    margin: 0 15px;
}

.formbutton
{
    width: auto;
    height: 27px;
    font: 11px/27px Verdana,Geneva,sans-serif;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 -1px 0 #000000;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
}

    .formbutton a
    {
        width: auto;
        height: 27px;
        line-height: 27px;
        padding: 0 14px;
        background: url(../images/button.png) 0 0 repeat-x;
        color: #fff;
        text-decoration: none;
        border: 1px solid #444;
        border-radius: 5px 5px 5px 5px;
        -webkit-box-shadow: 1px 1px #ffffff inset, 2px 1px 3px #000000;
        box-shadow: 1px 1px #ffffff inset, 2px 1px 3px #000000;
        box-shadow: 1px 1px rgba(255, 255, 255, 0.25) inset, 2px 1px 3px rgba(0, 0, 0, 0.375);
        /*float: right;*/
        display: inline-block;
        white-space: nowrap
    }

        .formbutton a:hover
        {
            background-position: 0 -32px;
        }

/* Job List Table */
.joblist table.joblisttable
{
    font-family: Verdana, Arial, sans-serif;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .joblist table.joblisttable tr td
    {
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 1px solid #fff;
        border-top: 0;
        padding: 5px;
    }


        .joblist table.joblisttable tr td:last-child
        {
            border-right: 0px;
        }

    .joblist table.joblisttable tr:last-child td
    {
        border-bottom: 0;
    }


    .joblist table.joblisttable td.columnheader
    {
        color: #666;
        background-color: #e2e2e2;
        font-weight: 700;
        border-right: 1px solid #fff;
        border-bottom: 0;
        height: 25px;
        padding: 0 5px;
        text-align: left;
        vertical-align: middle;
    }

        .joblist table.joblisttable td.columnheader table
        {
            margin: 0 auto;
        }

    .joblist table.joblisttable tr td a
    {
        text-decoration: none;
        color: #f05323;
        /*float: left;*/
    }

        .joblist table.joblisttable tr td a:hover
        {
            text-decoration: underline;
        }


    /*.joblist table.joblisttable tr td a.jobidlink
        {
            float: none;
            text-align: center;
        }*/

    .joblist table.joblisttable td.topleftheader,
    .joblist table.joblisttable td.rowheader
    {
        display: none;
    }

/* Pagination */
.joblistpagination
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
}

    .joblistpagination a,
    .joblistpagination span
    {
        background-color: #f2f2f2;
        background-image: -moz-linear-gradient(center top, #fff, #f2f2f2);
        border-color: #bbb;
        border-radius: 5px 5px 5px 5px;
        border-style: solid;
        border-width: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
        color: #000;
        display: inline-block;
        margin-right: 1px;
        padding: 5px 10px;
        text-decoration: none;
        -webkit-text-shadow: 0 -1px 0 #FFFFFF;
        text-shadow: 0 -1px 0 #FFFFFF;
    }

        .joblistpagination a:hover
        {
            text-decoration: none;
            background-color: #e6e6e6;
            background-image: -moz-linear-gradient(center top, #f2f2f2, #e6e6e6);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
        }

        .joblistpagination a:active
        {
            box-shadow: 0 2px 3px #000000 inset, 0 1px 2px #000000;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
        }

    .joblistpagination span
    {
        cursor: default;
        opacity: 0.65;
        background-color: #f2f2f2;
        background-image: -moz-linear-gradient(center top, #fff, #f9f9f9);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
        -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px #000000;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    }

#GridPager
{
    border: 1px solid blue;
    float: right;
}


.ViewJobDetails DIV.headtext
{
    /*float: right;*/
    width: 900px;
    padding-left: 10px;
    height: 38px;
    background: url(../images/my_job_list_head.jpg) no-repeat 0 0;
    font: bold 24px/36px Arial, Helvetica, sans-serif;
    color: #fff;
}

.ViewJobDetails DIV.bodytext
{
    /*float:right;*/
    width: 898px;
    padding: 15px 0 45px 10px;
    border-bottom: #cacbcd solid 1px;
    border-right: #cacbcd solid 1px;
    border-left: #cacbcd solid 1px;
    background: #fff;
}



.ApplySteps
{
    font-size: 14px;
}

DIV.ApplicationSteps
{
    /*width: 941px;
    padding: 15px 30px 0 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: white;
    margin: 5px auto;
    -webkit-box-shadow: 3px 3px 6px #ccc;
    box-shadow: 3px 3px 6px #ccc;*/
}

    DIV.ApplicationSteps DIV.steps
    {
        display: block;
        margin: 0px auto;
        text-align: center;
        width: 600px;
        padding-top: 5px;
        padding-bottom: 40px;
    }

        DIV.ApplicationSteps DIV.steps DIV.stepOn
        {
            float: left;
            color: #fff;
            background-color: #0000ff;
            padding: 5px 10px;
            border-right: solid 1px #000;
            -webkit-box-shadow: 3px 3px 6px #ccc;
            box-shadow: 3px 3px 6px #ccc;
        }

        DIV.ApplicationSteps DIV.steps DIV.stepOff
        {
            float: left;
            color: #000;
            background-color: #fff;
            padding: 5px 10px;
            border-right: solid 1px #000;
            -webkit-box-shadow: 3px 3px 6px #ccc;
            box-shadow: 3px 3px 6px #ccc;
        }

        DIV.ApplicationSteps DIV.steps DIV.endOn
        {
            float: left;
            background-image: url(../images/stepEnd_On.png);
            width: 23px;
            height: 30px;
        }

        DIV.ApplicationSteps DIV.steps DIV.endOff
        {
            float: left;
            background-image: url(../images/stepEnd_Off.png);
            width: 23px;
            height: 30px;
        }

.SignatureText
{
    padding: 3px 5px 3px 5px;
    font-size: 12pt;
}



table.ApplicantCIQFooter
{
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: White;
}

th.ApplicantCIQFooter
{
    width: auto;
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
    background-color: White;
}

.ApplicantCIQSave
{
    width: 190px;
    height: auto;
    float: right;
    padding: 5px 0px 0px 0px;
}

    .ApplicantCIQSave a
    {
        width: 124px;
        height: 25px;
        float: left;
        display: block;
        background: url(../images/page80_savechange.jpg) no-repeat 0 0;
        font: bold 12px/24px Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

        .ApplicantCIQSave a:hover
        {
            display: block;
            background: url(../images/page80_savechange_o.jpg) no-repeat 0 0;
        }

.ApplicantCIQAdd
{
    width: 190px;
    height: auto;
    float: left;
    padding: 55px 0 0 0;
}

    .ApplicantCIQAdd a
    {
        width: 124px;
        height: 25px;
        float: left;
        display: block;
        background: url(../images/page80_add_question.jpg) no-repeat 0 0;
        font: bold 12px/24px Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

        .ApplicantCIQAdd a:hover
        {
            display: block;
            background: url(../images/page80_add_question_o.jpg) no-repeat 0 0;
        }

table.ApplicantCIQ
{
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: White;
    width: 100%;
}

    table.ApplicantCIQ TD TABLE TD
    {
        line-height: 22px;
    }

th.ApplicantCIQDelete
{
    width: 20px;
}

th.ApplicantCIQImportance
{
    font: normal 10px/18px Arial, Helvetica, sans-serif;
    width: 300px;
}

th.ApplicantCIQQuestion
{
    width: 375px;
}

.ApplicantCIQ th
{
    text-decoration: none;
    color: #666;
    background: url(../images/page49b_normal_bg.jpg) repeat-x 0 0 #fff;
    height: auto;
    border-bottom: #d6d5d5 solid 1px;
    text-align: left;
}

td.ApplicantCIQDelete
{
    text-align: center;
    width: 25px;
    text-decoration: none;
    color: #666;
    background: url(../images/page49b_normal_bg.jpg) repeat-x 0 0 #fff;
    height: auto;
    border-bottom: #d6d5d5 solid 1px;
    padding: 2px 2px 12px 2px;
}

    td.ApplicantCIQDelete a, td.ApplicantCIQDelete a:hover
    {
        width: auto;
        height: auto;
        margin: 0;
        float: none;
    }

td.ApplicantCIQQuestion
{
    width: 375px;
    text-decoration: none;
    color: #666;
    background: url(../images/page49b_normal_bg.jpg) repeat-x 0 0 #fff;
    height: auto;
    border-bottom: #d6d5d5 solid 1px;
    padding: 2px 12px 12px 0;
    vertical-align: text-top;
}

td.ApplicantCIQImportance
{
    width: 286px;
    text-decoration: none;
    color: #666;
    background: url(../images/page49b_normal_bg.jpg) repeat-x 0 0 #fff;
    height: auto;
    border-bottom: #d6d5d5 solid 1px;
    padding: 2px 2px 12px 2px;
}

.TaxQuestions td
{
    border-bottom: 1px dashed black;
    border-bottom-color: #C0C0C0;
}



/*.subsection h1,
.subsection h2
{
    font: 700 14px/32px Verdana,Arial,sans-serif;
    float: left;
    color: #222;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
}*/

.ResumeUpdate td.OptionHead
{
    vertical-align: top;
    font: bold 18px/24px Arial,Helvetica,sans-serif;
    padding-bottom: 5px;
}
