:invalid {
    outline-color: rgba(221, 0, 0, 0.5);
    box-shadow: none;
}
:focus {
    outline-color: #30529E;
}

/* Custom Helper Classes */
.tColor1 {
    color: #30529E;
}
.tColor2 {
    color: #E3752A;
}
.pageTitle1 {
    color: #30529E;
    padding: 0;
    margin: 0 0 0.25em 0;
    clear: both;
    font-size: 1.5em;
    font-weight: bold;
}
.sectionTitle1,
.sectionTitle2,
.sectionTitle3 {
    color: #30529E;
    padding: 0;
    margin: 1em 0 0.25em 0;
    clear: both;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 1px solid #BBBBBB;
}
.sectionTitle2 {
    margin: 0 0 0.25em 0;
    clear: none;
}
.sectionTitle3 {
    margin: 1em 0;
}
.localTitle1 {
    color: #30529E;
    padding: 0;
    margin: 0 0 0.25em 0;
    clear: both;
    font-size: 1.25em;
    font-weight: bold;
}
.tableList {
    width: 100%;
}
.tableList th {
    padding: 0.5em 0.25em;
    background-color: #D9D9D9;
}
.tableList td {
    padding: 0.25em;
}
.tableList tr:nth-child(2n) td {
    background-color: #F2F2F2;
}
.tableList tr:hover td {
    background-color: #E5E5E5;
}
.commonFlowListTopPagination {
    padding: 0.5em;
}
.commonFlowListBottomPagination {
    padding: 0.25em 0.5em;
    background-color: #D9D9D9;
    border-radius: 0 0 0.25em 0.25em;
}
.commonFlowListItemTitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.75em 0.5em;
    margin: 0;
    text-decoration: none;
    border-radius: 0.25em 0.25em 0 0;
    color: #000000;
    background-color: #D9D9D9;
    float: left;
}
.commonFlowListItemTitle[href] {
    cursor: pointer;
    color: #404040;
    background-color: #FCFCFC;
}
.commonFlowListItemTitle[href]:hover,
.commonFlowListItemTitle[href]:active {
    color: #000000;
    background-color: #CCCCCC;
}
.commonFlowListFirstContentItem {
    border-top: 0.5em solid #D9D9D9;
    clear: both;
    padding-top: 1em;
}

/* Tag Styles */
* {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #6886b3;
}
a img {
    display: block;
}
body {
    background-color: #fff; /*939598*/
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    overflow-y: scroll;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 137.5%;
    font-weight: normal;
}
h3 {
    font-size: 137.5%;
}
p {
    margin-bottom: 12px;
}
small {
    font-size: 12px;
}
ul {
    list-style: none
}

/* General classes */
#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

/* General classes - Errors */
.errorText,
.errorMessage,
.warningMessage,
.duplicateWarningMessage {
    color: #DD0000;
    clear: both;
    font-size: 80%;
}

/* General classes - Buttons */
button,
button:visited,
.buttonLike,
.buttonLike:visited {
    padding: 0 10%;
    border: 1px solid #C00E00;
    background: #9c0e00;
    background: -moz-linear-gradient(top, #9c0e00 0%, #ce0f05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c0e00), color-stop(100%, #ce0f05));
    background: -webkit-linear-gradient(top, #9c0e00 0%, #ce0f05 100%);
    background: -o-linear-gradient(top, #9c0e00 0%, #ce0f05 100%);
    background: -ms-linear-gradient(top, #9c0e00 0%, #ce0f05 100%);
    background: linear-gradient(to bottom, #9c0e00 0%, #ce0f05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0e00', endColorstr='#ce0f05', GradientType=0 );
    font-size: 125%;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
button:hover,
button:active,
button:focus,
.buttonLike:hover,
.buttonLike:active,
.buttonLike:focus {
}
button.cancelButton,
button.cancelButton:visited,
.linkLike,
.linkLike:visited {
    padding: 0;
    color: #404040;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-width: 0;
    border-radius: 0;
}
button.cancelButton:hover,
button.cancelButton:active,
button.cancelButton:focus,
.linkLike:hover,
.linkLike:active,
.linkLike:focus {
    color: #000000;
}
.uploadedFile {
    display: block;
    padding-top: 8px;
    font-size: 80%;
}
.removeFile,
.removeFile:visited {
    padding: 0 5px;
    line-height: 28px;
}
.removeFile:hover,
.removeFile:active,
.removeFile:focus {
}
.removeFile input {
    display: inline !important;
}
.smallButtonLike {
    padding: 2px 4px;
}

/* General classes - Forms */
.Section1,
.Section4 {
    clear: both;
    padding-top: 10px;
}
.Section2,
.Section3,
.Section5,
.Section6 {
    width: 48%;
}
.Section2,
.Section5 {
    float: left;
}
.Section3,
.Section6 {
    float: right;
}
.fieldSpec,
.formfieldSpec,
.datasetfieldSpec {
    min-height: 0;
    padding-bottom: 15px;
}
input,
select,
textarea {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #CCCCCC;
    font-size: 87.5%;
}
.body_IE7 input,
.body_IE7 textarea {
    width: 94.7%;
}
.body_IE7 input.FileField,
.body_IE7 select {
    width: 100%
}
.hasErrors input,
.hasErrors textarea,
.hasErrors select {
    outline-color: rgba(221, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(221, 0, 0, 0.2);
    border-color: #808080;
}
input,
textarea,
select.CheckBoxListFormField {
    padding: 11px;
    background: #FFFFFF;
}
input.FileField {
    padding: 8px;
}
.body_Firefox input.FileField {
    padding: 8px 8px 7px;
}
.body_IE8 input.FileField,
.body_IE7 input.FileField {
    padding: 11px;
}
textarea,
select.CheckBoxListFormField {
    height: 113px;
}
select.SelectFormField {
    padding: 10px 11px;
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E6E6E6));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0 );
}
.body_IE7 select.SelectFormField {
    margin-top: 1px;
    margin-bottom: -1px;
    height: 40px;
}
select.SelectFormField option {
    background: transparent;
}
.CheckBoxListFormField label,
.RadioButtonListFormField label {
    padding: 0;
}
.fieldSpec.realCheckBoxListFormField {
    padding-bottom: 86px;
}
.realCheckBoxListFormField .labelText {
    margin-bottom: 4px;
}
.realCheckBoxListFormField label {
    padding: 4px 0;
}
.fieldSpec.yExp,
.fieldSpec.hDeg,
.RadioButtonListFormField label {
    float: left;
    width: 46%;
    margin-left: 8%;
}
.fieldSpec.yExp,
.RadioButtonListFormField label:first-child {
    margin-left: 0 !important;
}

/* Structure - Header */
#header1 img,
#header2 img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Structure - Content */
#content {
    min-height: 651px;
    padding: 22px 25px;
}

/* Structure - Footer */
#footer2 {
    padding: 22px 25px 80px;
}
#footer2 a {
    text-decoration: underline;
    color: #000000;
}

/* Redefinitions - small desktop and below */
@media all and (max-width:960px) {
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* Redefinitions - tablet & mobile */
@media all and (max-width:767px) {
    .Section2,
    .Section3,
    .Section5,
    .Section6 {
        float: none;
        width: 100%;
    }
}

/* Redefinitions - tablet */
@media all and (min-width:530px) and (max-width:767px) {
}

/* Redefinitions - mobile */
@media all and (max-width:529px) {
}