/* colors:

dark red: #95111e
dark blue #154a77
darker blue #003a6f
light blue #d3d3fa
lighter blue #f7fafe
yellow: #ffe34f
dark yellow: #fdee88

*/

/* begin elements section */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: .9em;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #3399FF;
    }

label, td.label, td.labelNormalWrap {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

td.label {
    white-space: nowrap;
}

td.topAlign {
    vertical-align: top;
}

label.labelAbove, td.labelAbove, div.labelAbove {
    font-weight: bold;
    vertical-align: top;
    margin-top: 2em;
}

label.labelAbove2, td.labelAbove2, div.labelAbove2 {
    font-weight: bold;
    vertical-align: top;
    padding-top: 1em;
}

label.redLabel {
    color: #95111e;
}

div.labelParenthetical {
    font-weight: normal;
    padding-top: 1em;
}

span.labelParenthetical {
    font-weight: normal;
}

textarea.textAreaBelow {
    margin: .3em 0em 1em 0em;
}

select.selectBelow, div.selectBelow {
    margin: .3em 0em 0em 0em;
}

div.selectBelow2 {
    padding: .5em 0em 2em 0em;
}

div.validatorBelow2 {
    padding: .5em 0em 1em 0em;
}

textarea.textAreaBelow2, select.selectBelow2 {
    margin: .5em 0em 2em 0em;
}

div.indented {
    margin-left: 20px;
}

input[type="text"], input[type="password"] {
    width: 250px;
    /*margin-bottom: 15px;
    margin-top: 2px;*/
}

    input[type="text"].longestTextBox, input[type="password"].longestTextBox {
        width: 500px;
    }

    input[type="text"].longerTextBox, input[type="password"].longerTextBox {
        width: 375px;
    }

    input[type="text"].shorterTextBox, input[type="password"].shorterTextBox {
        width: 150px;
    }

    input[type="text"].shorter2TextBox, input[type="password"].shorter2TextBox {
        width: 110px;
    }

    input[type="text"].miniTextBox, input[type="password"].miniTextBox {
        width: 80px;
    }

    input[type="text"].microTextBox, input[type="password"].microTextBox {
        width: 26px;
    }

div.submitButtonRow {
    margin: 2em 0em 1.5em 0em;
}

td.submitButtonRow {
    padding-top: 2em;
    padding-bottom: 1em;
}

div.newRecordButton {
    margin: 1em 0em 2em 0em;
}

textarea {
    width: 700px;
    margin-bottom: 15px;
    margin-top: 2px;
}

    textarea.smallerTextarea {
        width: 500px;
    }

    textarea.miniTextarea {
        width: 300px;
    }

    textarea.largeTextarea {
        width: 900px;
    }

/* end elements section */


/* begin buttons section */

a.buttonLinkYellow, a.buttonLinkGreen, a.buttonLinkOrange, a.buttonLinkYellowLarge, a.buttonLinkGreenLarge, a.buttonLinkOrangeLarge, a.buttonLinkBlue, a.buttonLinkBlueLarge {
    padding: 2px 5px 2px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    white-space: nowrap;
}

a.buttonLinkYellowLarge, a.buttonLinkGreenLarge, a.buttonLinkOrangeLarge, a.buttonLinkBlueLarge {
    padding: 3px 15px 3px 15px;
    font-weight: 700;
    font-size: 1.1em;
}

a.buttonLinkYellow {
    color: Black;
    background-color: #fdee88;
    border-color: Black;
}

a.buttonLinkGreen, a.buttonLinkGreenLarge {
    background-color: #6CC828;
    color: #0F427A;
    border-color: #0F427A;
}

    a.buttonLinkGreen:hover, a.buttonLinkGreenLarge:hover {
        background-color: #92D562;
        text-decoration: none;
    }

a.buttonLinkYellow:hover {
    text-decoration: none;
    background-color: #ffe34f;
}

a.buttonLinkOrange, a.buttonLinkOrangeLarge {
    background-color: #E58F3F;
    color: #0F427A;
    border-color: #0F427A;
}

a.buttonLinkBlue {
    background-color: #13ADD9;
    border-color: #057CB5;
    color: #ECF9FD;
}

    a.buttonLinkBlue:hover, a.buttonLinkBlueLarge:hover {
        background-color: #61D0F1;
        text-decoration: none;
    }

a.buttonLinkOrange:hover, a.buttonLinkOrangeLarge:hover {
    background-color: #F6A458;
    text-decoration: none;
}

/* end buttons section */


/* begin misc section */

.clear {
    clear: both;
    height: .01em;
}

div.redHeading, td.redHeading {
    color: #95111e;
    font-weight: 700;
    font-size: 1.05em;
    padding: 5px 0px;
}

span.redHeading {
    color: #95111e;
    font-weight: 700;
    font-size: 1.05em;
    padding-right: 5px;
}

.blackHeading {
    font-weight: 700;
    font-size: 1.05em;
    padding: 5px 0px;
}

span.label {
    font-weight: 700;
    padding-right: 10px;
}

td.submitForm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lightBlue {
    background-color: #f7fafe;
}

.important, .moreImportant {
    color: #990000;
}

.moreImportant {
    font-weight: bold;
}

div.moreImportant {
    margin-bottom: 1.5em;
    margin-top: 1em;
    font-size: 1.1em;
}

#alert {
    text-align: center;
    color: #95111E;
    background-color: #ffe34f;
}

#alert2 {
    text-align: left;
    color: #95111E;
    background-color: #ffe34f;
}

div.insetPanel {
    border: 2px solid #154a77;
    padding: 4px;
    margin-bottom: 10px;
}

.contentPanel, .contentPanelWithProgress {
    border: 2px solid #003a6f;
    padding: 12px;
    background-color: #f7fafe;
}

.contentPanelWithProgress {
    border-top: none;
}

.controlsPanelAboveContent {
    background-color: #E4EEFC;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.controlsPanelAboveContentWithProgress {
    border-top: none;
}

div.message {
    padding: 20px 0 20px 0;
}

span.required {
    color: Red;
    padding: 0 5px 0 5px;
    font-size: .95em;
}

span.importantNote {
    color: #990000;
    font-size: .95em;
}

td.noteAbove, td.noteBelow, span.noteRight {
    color: #990000;
    font-size: .85em;
    padding: 15px 8px 4px 8px;
}

td.noteBelow {
    padding: 4px 8px 15px 8px;
}

span.noteRight {
    font-size: .9em;
    padding: 0 10px 0 10px;
}

div.importantNoteAbove {
    color: #990000;
    font-size: 1.1em;
    border: 2px dashed #990000;
    padding: 10px;
    margin-bottom: 30px;
}

div.importantNoteRight {
    color: #990000;
    padding-left: 20px;
}

.pageTitle {
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 2em;
    display: block;
}

/* end misc section */


/* begin navigation section */

table.tabs {
    border-spacing: 0;
}

div#topNavBar {
    margin-top: 20px;
    margin-bottom: 25px;
}

#topNavBar ul {
    background-color: #154a77;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#topNavBar li {
    text-align: center;
    display: inline-block;
    border-right: 2px solid white;
    margin: 0px;
    line-height: 26px;
    font-size: 1.05em;
}

* html #topNavBar li {
    display: inline;
}
/* for IE 6 */
* + html #topNavBar li {
    display: inline;
}
/* for IE 7 */

#topNavBar a {
    color: White;
    font-weight: 700;
    padding: 4px 10px 5px 10px;
}

@-moz-document url-prefix() {
    #topNavBar a {
        padding: 4px 10px 4px 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #topNavBar a {
        padding: 4px 10px 5px 10px;
    }
}

#topNavBar a:hover {
    text-decoration: none;
    background-color: #ffe34f;
    color: Black;
}

#logoLink {
    margin: 8px 0px 20px 0px;
    background-color: Silver;
}

#welcomeUser {
    text-align: right;
    color: #436f92;
    margin-bottom: 1em;
    float: right;
}

    #welcomeUser span {
        display: block;
    }

div.tabs {
    margin-bottom: 3px;
}

div.tabProgress {
    height: 35px;
    border: 2px solid #003a6f;
    background-color: #f7fafe;
    border-bottom: none;
    visibility: hidden;
}

div.tabs a {
    background-color: #527DAC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px 8px 5px 8px;
    color: White;
    font-weight: bold;
    font-size: .9em;
}

div.tabProgress div {
    padding: 7px 0px 5px 0px;
    text-align: center;
    float: left;
    margin-right: 4px;
}

div.tabs a:hover, div.tabs a.tabsActive {
    background-color: #154A77;
    text-decoration: none;
}

/* end navigation section */


/* begin login page section */

#loginLabel {
    background-color: #154a77;
    color: White;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 1.05em;
}

#container {
    padding-top: 40px;
}

#columnLeft {
    float: left;
    width: 45%;
    background-color: #f7fafe;
}

#columnRight {
    float: right;
    width: 45%;
}

#columnLeftInner {
    padding: 10px;
}

#register {
    padding: 20px 0px;
}
/* end login page section */


/* begin jobs list section */

p.jobsList {
    font-weight: 700;
}

table.jobsList {
    width: 100%;
    margin: 30px 0 30px 0;
    border-spacing: 0;
}

    table.jobsList td, table.jobsList th {
        border-top: 1px solid black;
        padding: 3px;
        margin: 0;
        text-align: left;
    }

    table.jobsList tr:last-of-type td {
        border-bottom: 1px solid black;
    }

    table.jobsList td:nth-last-of-type(1), table.jobsList th:nth-last-of-type(1), table.jobsList td:nth-last-of-type(2), table.jobsList th:nth-last-of-type(2) /* open date, close date columns */ {
        padding-left: 15px;
        padding-right: 10px;
        text-align: right;
        width: 80px;
    }

    table.jobsList td:first-of-type, table.jobsList th:first-of-type /* image column */ {
        width: 180px;
        text-align: center;
    }

    table.jobsList td:nth-of-type(4), table.jobsList th:nth-of-type(4) /* department column */ {
        width: 190px;
    }

    table.jobsList th {
        white-space: nowrap;
        background-color: #EBF4FC;
        text-align: left;
    }

/* end jobs list section */


/* begin search panel section */

#searchPanel {
    padding-top: 20px;
}

table.searchPanel {
    border-spacing: none;
}

    table.searchPanel tr:last-of-type td {
        padding-left: 30px;
    }

    table.searchPanel td {
        padding-bottom: 25px;
        vertical-align: top;
    }

        table.searchPanel td:nth-of-type(2) {
            padding-left: 25px;
            padding-right: 25px;
        }

.saveSearchNameLabel {
    padding-left: 20px;
}

#keywordsTextBox {
    width: 250px;
}

/* end search panel section */


/* begin dashboard section */

td.dashboardButton {
    padding: 10px 0px 5px 2px;
}

td.dashboardInfo {
    font-weight: 700;
}

/* end dashboard section */


/* begin profiles section */

div.appPreviewHeading {
    font-weight: 700;
    font-size: 1.2em;
    padding: 6px 0px;
    width: 700px;
    border-bottom: 1px solid black;
    color: #95111e;
    margin: 15px 0px 10px 0px;
}

div.ckOutput {
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
}

    div.ckOutput p {
        font-size: 13px;
        line-height: 1.6em;
    }

    div.ckOutput h1, div.ckOutput h2, div.ckOutput h3, div.ckOutput h4, div.ckOutput h5, div.ckOutput h6 {
        font-weight: normal;
        line-height: 1.2em;
    }

    div.ckOutput h1 {
        font-size: 2em;
    }

    div.ckOutput h2 {
        font-size: 1.5em;
    }

    div.ckOutput h3 {
        font-size: 1.17em;
    }

/* end profiles section */


/* begin appHistory section */

table.appHistory {
    border-spacing: 0;
    border-collapse: collapse;
}

    table.appHistory th, table.appHistory td {
        padding: 6px;
        margin: 0;
        border: 1px solid black;
    }

    table.appHistory th {
        white-space: nowrap;
        background-color: #EBF4FC;
        text-align: left;
    }

/* end appHistory section */

span.inlineDatum {
    padding-right: 20px;
    width: 200px;
}

div.profilePageSectionLabel {
    font-size: 1.2em;
    font-weight: bold;
    width: 80%;
    border-bottom: 1px solid #C0C0C0;
    margin: 1em 0em 0em 0em;
    padding-bottom: .2em;
    color: #95111e;
}

div.errorMessage {
    color: Red !important;
    margin-bottom: 1em;
}