/* Custom Helper Classes */

.tColor1,
.tColor1:link,
.tColor1:hover,
.tColor1:active,
.tColor1:visited {
    color: #055687;
}

.tColor2,
.tColor2:link,
.tColor2:hover,
.tColor2:active,
.tColor2:visited {
    color: #055687;
}

.tColor3,
.tColor3:link,
.tColor3:hover,
.tColor3:active,
.tColor3:visited {
    
}

.underlinedTitle {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 0.25em;
}

.commaSeparated:after {
    content: ', ';
}

.commaSeparated:last-child:after,
.commaSeparated:last-of-type:after {
    content: '';
}

/* SearchJobs */

.searchJobsField {
    padding-left: 8em;
    padding-bottom: 0.25em;
    line-height: 200%
}

.searchJobsField:last-child {
    padding-bottom: 0.5em;
}

.searchJobsField > label {
    float: left;
    width: 7.5em;
    margin-left: -8em;
    text-align: right;
}

#search {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 0.25em;
}

.body_IE6 #search,
.body_IE7 #search {
    width: 98%;
}

.jobList {
    padding: 0.5em 0;
}

.jobList > .jobResultItem {
    border-top: 1px solid #CCCCCC;
    padding: 1em 0;
}

.jobList > .jobResultItem:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.jobResultItemDescription {
    padding-top: 0.25em;
}

/* Navigation */

.navigationStatus {
    text-align: right;
    padding: 0.5em 0;
}

/* Pagination */

.searchPagination {
    text-align: right;
}

.paginationItem {
    margin-left: 0.25em;
    text-decoration: none;
}

.paginationLink,
.paginationLink:visited {
    display: inline-block;
    border: 1px solid #CCCCCC;
    padding: 0.25em 0.5em;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.paginationLink:hover,
.paginationLink:active {
    border-color: #94C0F0;
    background-color: #F2F7FD;
    text-decoration: none;
}

.currentPageLink,
.currentPageLink:hover,
.currentPageLink:active,
.currentPageLink:visited {
    cursor: default;
    color: #FFFFFF;
    border-color: #8BBBEF;
    background-color: #8BBBEF;
}

/* JobDetail */

.jobDetailDescription {
    margin: 1em 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 0;
}

/* Register */

.registrationSteps {
    border-bottom: 2px solid #CCCCCC;
}

.registrationStepItem {
    display: block;
    float: left;
}

.registrationStepsAmount_2 .registrationStepItem {
    width: 50%;
}

.registrationStepsAmount_3 .registrationStepItem {
    width: 33%;
}

.resumeField {
    border-top: 1px solid #CCCCCC;
    padding: 1em 0;
    margin-top: 1em;
}

.resumeField textarea {
    width: auto;
    min-height: 130px;
    min-width: 50%;
    max-width: 100%;
    resize: both;
}

/* Send To A Friend */

.sendToAFriend input,
.sendToAFriend textarea {
    width: 50%;
    min-width: 20em;
    max-width: 40em;
    border: 1px solid #CCCCCC;
}

/* Profile */

#UploadFile .labelText {
    font-weight: bold;
    padding-bottom: 0.25em;
}

#UploadFile .fieldSpec {
    padding-bottom: 0.5em;
}

#filePreview {
    margin: 0.5em 1em;
    padding: 1em;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #000000;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
}

.body_IE6 #filePreview,
.body_IE7 #filePreview,
.body_IE8 #filePreview {
    border: 1px solid #DDDDDD;
}

#filePreview iframe {
    min-height: 300px;
}


/* Login and Forgot Password */

.loginSignBox {
    float: left;
    background-color: #E3E3E3;
    padding: 1em;
    width: 40%;
}

.loginSignBox h3 {
    border-bottom: 1px solid #EEEEEE;
}

.loginSignBox input {
    border: 1px solid #CCCCCC;
    width: 100%;
    min-width: 10em;
}

.loginRegisterBox {
    padding: 1em 0;
    margin-left: 40%;
    padding-left: 3em;
}

.loginRegisterBox h3 {
    border-bottom: 1px solid #999999;
}


/* Wizard */

.Wizard input,
.Wizard select,
.Wizard textarea {
    width: 100%
}

#Register .fieldSpec {
    min-height: 4.5em
}

#Register .Section1, 
#Register .Section4 {
    clear:both;
}

#Register .Section2 {
    float: left;
    width: 45%;
}

#Register .Section3 {
    float: right;
    width: 45%;
}

#Register .Section1 .fieldSpec {
    min-height: 1em;
    padding-bottom: 1em;
}

#Register .Section1 select {
    max-width: 45%
}

.WizardStep2 .Section1{
    padding-top: 15px;
}

#EditProfile .fieldSpec {
    min-height: 4.5em;
    width: 50%
}

input[type="checkbox"], 
input[type="radio"] {
    vertical-align: middle;
    margin-right: 3px;
}

/* Wizard particular fields */

.Wizard .ParagraphWithFormatContainer {
    min-width: 20em;
}

.Wizard select[name*="month"],
.Wizard select[name*="dayOfTheMonth"] {
    width: 30%;
}

.Wizard select[name*="year"] {
    width: 40%;
}


.fieldSpec.requiredFields {
    text-align: right;
    padding: 10px 0 5px 0;
}

.fieldSpec.JobVariableField .jobIdJobName{
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
}

.fieldSpec.JobVariableField * {
    display: inline;
}


/* Form Application Wizard */

#FormApplication label {
    display: block;
}

#FormApplication .labelText {
    clear: both;
    float: none;
    padding: 0;
    text-align: left;
    width: auto;
}

#FormApplication .formfieldLabel {
    display: block;
}

#FormApplication .formlabelText {
    font-weight: bold;
    padding-bottom: 0.25em;
    margin-left: -5em;
}

#FormApplication .formfieldSpec {
    clear: both;
    min-height: 2em;
    padding: 0.75em 5em 0.75em 5em;
    border-bottom: 1px solid #DADADA;
}

/* Profile */

#UploadFile .labelText {
    font-weight: bold;
    padding-bottom: 0.25em;
}

#UploadFile .fieldSpec {
    padding-bottom: 0.5em;
}

#filePreview {
    margin: 0.5em 1em;
    padding: 1em;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #000000;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
}

.body_IE6 #filePreview,
.body_IE7 #filePreview,
.body_IE8 #filePreview {
    border: 1px solid #DDDDDD;
}

#filePreview iframe {
    min-height: 300px;
}