﻿/* Recruitment styles */
.clearer {
    clear: both;
}

/*Identification Page*/

.RegisterBoxLeft {
    float: left;
    width: 45%;
}
    
.LoginBoxRight {
    float: right;
    width: 45%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.careersPurple h2,
.RegisterBoxLeft h2,
.LoginBoxRight h2 {
    color: #772192;
}

.LoginBoxRight .formElement {
    display: block;
    float: none;
    clear: both;
    padding: 0px;
    margin: 0px;
}

.LoginBoxRight .formElement input {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    display: block;
}

.LoginBoxRight .formElement input.halfWidth {
    background: transparent url("./images/input.halfwidth.gif") no-repeat left top;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    width: 128px;
    border-width: 0px;
}

.LoginBoxRight .formElement .rememberMe input,
.LoginBoxRight .formElement .rememberMe label {
    display: inline;
    margin-top: 10px;
}

.LoginBoxRight .formElement label {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.LoginBoxRight .formElement a,
.LoginBoxRight .formElement a:link,
.LoginBoxRight .formElement a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #772192;
}

.RegisterBoxLeft .fullWidth {
    background: transparent url("./images/input.fullwidth.gif") no-repeat left top;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    width: 192px;
    text-align: center;
}

.RegisterBoxLeft .fullWidth a,
.RegisterBoxLeft .fullWidth a:link,
.RegisterBoxLeft .fullWidth a:visited {
    height: 22px;
    line-height: 22px;
    padding: 0px;
    width: 192px;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.paleYellow {
    background: #ffffcc none;
    padding: 10px 15px 10px 20px;
    margin-top: 15px;
}

.paleYellow p {
    color: #000000;
}

.paleYellow p.warningText {
    padding-left: 30px;
    background: transparent url("./images/alert.gif") no-repeat left top;
    color: #000000;
}

.paleYellow p.largeWarningText {
    padding-left: 30px;
    background: transparent url("./images/alert.large.gif") no-repeat left top;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
}

.paleYellow p.confirmationText {
    padding-left: 30px;
    background: transparent url("./images/ok.gif") no-repeat left top;
    color: #000000;
    height: auto;
}

.paleYellow p.trashText {
    padding-left: 30px;
    background: transparent url("./images/deleteaccount.gif") no-repeat left top;
    color: #000000;
}

.paleYellowWarningText {
    padding: 0px;
    margin-top: 15px;
    background: transparent none;
    color: #ef0000;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.formElement {
    padding-left: 15px;
    margin-top: 15px;
}

.formElement label,
.formElement span {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.formElement span.hint {
    display: inline;
    font-size: 11px;
    font-weight: normal;
}

.formElement table label {
    display: inline;
    position: relative;
    top: -3px;
}

.formElement input {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.formElement .linkButtons {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.formElement input.sendApplication,
.bigButton input.sendApplication {
    background: transparent url("./images/input.fullwidth.gif") no-repeat left top;
    height: 22px;
    border-width: 0px;
    font-weight: normal;
    cursor: pointer;
}

.formElement table {
}

.formElement .formElementContainer {
    display: block;
}

.formElement .formElementNecessity {
    font-weight: normal;
}

.singleElement input,
.singleElement select {
    width: 300px;
}

.singleElement input[type="file"] {
    display: block;
}

#AccountData {
    margin-top: 20px;
}

.bigButton input {
    margin-top: 10px;
    width: 200px;
    height: 3em;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.bigButton input.narrowBigButton {
    width: 140px;
    margin-left: 10px;
}

.documentContainer {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
    background: transparent url("./images/document.gif") no-repeat 4px 4px;
}

.documentContainer a,
.documentContainer a:link,
.documentContainer a:visited {
}

.documentContainer a.documentItem {
    margin-left: 20px;
    line-height: 16px;
    vertical-align: top;
}

.documentContainer img.deleteItem {
    margin-left: 7px;
}

#protectionPolicyHere {
    padding-top: 10px;
}

#checkBoxes {
    padding-top: 0px;
}

#checkBoxes .formElement input,
#checkBoxes .formElement label {
    display: inline;
    font-weight: normal;
}

#GoToModify {
    margin-top: 20px;
    padding-left: 20px;
    background-image: none;
}

#GoToModify p {
    background: transparent url("./images/profileicon.gif") no-repeat left top;
    padding-left: 35px;
    padding-top: 5px;
    height: 26px;
}

.largeWarning {
    background-color: #ffffcc;
    background-image: none;
    height: 50px;
    padding-left: 45px;
}

.largeWarning p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.warningText {
    padding-left: 45px;
}

.warningText p {
    padding-top: 15px;
}

.warningText label {
    padding-top: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.confirmationText {
    background-color: #ffffcc;
    background-image: none;
    height: 50px;
    padding-left: 45px;
}

.confirmationText p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.careersFuchsia {
    color: #772192;
}

.innerPageLineTopFuchsia {
    background-image: url("./images/innerPageContentHeaderFuchsia.gif");
    background-repeat: no-repeat;
    height: 5px;
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.rightNavListCareerSub ul {
    color: #777777;
    font-size: 12px;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}

.rightNavListCareerSub ul li {
/*
    background-color: #F6F6F6;
    background-image: url("../images/rightBg.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
*/
}

.rightNavListCareerSub a:link {
    color: #772192;
    text-decoration: none;
}

.rightNavListCareerSub a {
    display: block;
    margin: 0px;
    padding: 7px 0px 10px 10px;
}

.rightNavListCareerSub ul + div > ul li a {
    padding-left: 20px;
}

.createNewAccount {
    padding: 15px 0px;
}

.createNewAccount p a {
    border-width: 0px;
}

.applicationsInfo {
    font-weight: normal;
    font-size: 12px;
}

.applicationsInfo h2 {
    margin-bottom: 1em;
}

.applicationsInfo p {
    margin-bottom: 8px;
}

.careersPurple p {
    margin: 10px 0px 10px 0px;
}

.careersPurple .paleYellow ul {
    padding-left: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    list-style: none url("/global/images/bulletPurple.gif") outside;
    color: #772192;
}

.careersPurple #SubmitData .formElement input.fullWidth,
.applicationsInfo input.fullWidth {
    background: transparent url("./images/input.fullwidth.gif") no-repeat left top;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    width: 192px;
    border-width: 0px;
    margin-right: 8px;
}

.applicationsInfo .applicationsButtons,
.linkButtons {
    margin: 10px 0px 20px 0px;
}

.applicationsInfo .applicationsButtons a,
.applicationsInfo .applicationsButtons a:link,
.applicationsInfo .applicationsButtons a:visited,
.linkButtons a,
.linkButtons a:link,
.linkButtons a:visited {
    background: transparent url("./images/input.fullwidth.gif") no-repeat left top;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    width: 192px;
    border-width: 0px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #666666;
}

.applicationsInfo .applicationsButtons a:hover,
.linkButtons a:hover {
    text-decoration: none;
    color: #666666;
}

.rightNav .needHelp {
    text-align: center;
    margin-top: 1em;
}

.rightNav .needHelp a {
    display: block;
}

div.checkYourInbox {
    padding: 15px 15px 15px 64px;
    background: #ffffcc url("./images/checkmail.gif") no-repeat 15px 15px;
    font-size: 19px;
    color: #4A2570;
}

p.checkYourInbox {
    padding: 0px 0px 0px 64px;
}

.rightNav .importantMessage h1 {
    color: #772192;
    text-transform: uppercase;
}

.rightNav .importantMessage .grayedArea {
    background-color: #efefef;
    padding: 15px 10px 10px 10px;
    border-bottom: solid 2px #999999;
}

.rightNav .importantMessage .grayedArea a,
.rightNav .importantMessage .grayedArea a:link,
.rightNav .importantMessage .grayedArea a:visited,
.rightNav .importantMessage .grayedArea a:hover {
    color: #772192;
}

.rightNav .rightNavListCareerSub .loggedUser {
    background-color: #E3D6E7;
    color: #777777;
    font-weight: bold;
    padding: 7px 0px 0px 10px;
}

.rightNav .rightNavListCareerSub .loggedUser a,
.rightNav .rightNavListCareerSub .loggedUser a:link,
.rightNav .rightNavListCareerSub .loggedUser a:visited {
    padding: 0px;
    display: inline;
}

.rightNav .rightNavListCareerSub .loggedUser input {
    display: block;
    padding: 5px 0px 10px 0px;
}

.documentSubmittedDate {
    background: #ffffcc url("./images/timeicon.gif") no-repeat 5px 5px;
    padding: 5px 5px 5px 30px;
    font-size: 11px;
    color: #666666;
}

.topBordered {
    border-top: solid 1px #cccccc;
}

.careersIndicative
{
	text-decoration: underline;
	color: #772192;
	cursor: hand;
}

.captchaForm {
    margin-bottom: 40px;
    padding-bottom:10px;
    
}





