﻿/* DEFAULTS
----------------------------------------------------------*/
input[type="radio"] {
    margin-left: 5px;
    margin-right: 1px;
}

.container-noresponsive {
    margin: auto;
}

    @media (min-width:576px) {
        .container-noresponsive {
            max-width: 900px
        }
    }

    @media (min-width:768px) {
        .container-noresponsive {
            max-width: 720px
        }
    }

    @media (min-width:992px) {
        .container-noresponsive {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {
        .container-noresponsive {
            max-width: 1140px
        }
    }

    body {
    background: #EFEFEF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

img {
    border: none;
}

#outer_holder {
    background: #EFEFEF url("../images/background-repeater.gif") repeat-y center;
}

#footer_holder {
    background: #EFEFEF url("../images/absbottom.gif") repeat-y center;
    height: 22px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    h1.pageTitle {
        font-size: 1.6em;
        padding-bottom: 0px;
        margin-bottom: 0px;
        color: #427DF1;
        font-weight: bold;
    }

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

table.errorTable {
    background-color: #FFFF6F;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #990000;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 20px solid #427DF1;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header tr.menuRow {
        background-color: #427DF1;
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
    }

        .header tr.menuRow td.menuColumn {
            padding: 0px;
            margin: 0px;
            border-top: 1px solid #000000;
        }

td.employeePortal {
    background-color: #FFFFFF;
    color: #427DF1;
    padding: 0px;
    margin: 0px;
}


.employeePortal a:link {
    color: #427DF1;
    text-decoration: none;
}

.employeePortal a:visited {
    color: #427DF1;
    text-decoration: none;
}

.employeePortal a:hover {
    color: #313131;
    text-decoration: none;
    font-weight: bold;
}

.employeePortal a.activeLink {
    color: #000000;
    text-decoration: none;
    border: none;
    font-weight: bold;
}




.main {
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    text-align: center;
    line-height: normal;
    position: relative;
}

.footerCopyright {
    font-size: .9em;
}


.footer a:hover {
    color: #427DF1;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.divbr {
    height: 10px;
    line-height: 10px;
    margin: 0px;
    padding: 0px;
}

.divdoublebr {
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.divhr1 {
    height: 1px;
    line-height: 1px;
    border-bottom: solid 1px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr2 {
    height: 2px;
    line-height: 2px;
    border-bottom: solid 2px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr3 {
    height: 3px;
    line-height: 3px;
    border-bottom: solid 3px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr4 {
    height: 4px;
    line-height: 4px;
    border-bottom: solid 4px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr5 {
    height: 5px;
    line-height: 5px;
    border-bottom: solid 5px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr6 {
    height: 6px;
    line-height: 6px;
    border-bottom: solid 6px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr7 {
    height: 7px;
    line-height: 7px;
    border-bottom: solid 7px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr8 {
    height: 8px;
    line-height: 8px;
    border-bottom: solid 8px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr9 {
    height: 9px;
    line-height: 9px;
    border-bottom: solid 9px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr10 {
    height: 10px;
    line-height: 10px;
    border-bottom: solid 10px #000A47;
    margin: 0px;
    padding: 0px;
}

.divhr11 {
    height: 11px;
    line-height: 11px;
    border-bottom: solid 11px #000A47;
    margin: 0px;
    padding: 0px;
}

/* Justin Application Page*/

#fullApplication {
    border: solid;
}

#applicationHeader {
    width: 100%;
    text-align: center;
}

.applicationTitle {
    text-align: center;
    font-size: x-large;
}

#applicationSection1 {
    width: 100%;
    text-align: center;
}

#applicationSection2 {
    width: 100%;
}

    #applicationSection2 td {
        width: 50%;
        text-align: center;
    }

#rblWorkAuthorization {
    display: inline-block;
    text-align: center;
}

#licenseInfo td {
    width: 25%;
    text-align: right;
}

.tdLicTxtBox {
    text-align: left;
}

#employmentData {
    width: 100%;
}

    #employmentData td {
        vertical-align: top;
        text-align: center;
    }

#collegeTable {
    width: 100%;
}

    #collegeTable td {
        width: 250px;
        vertical-align: top;
    }

#certificationTable {
    width: 100%;
}

    #certificationTable td {
        width: 250px;
        vertical-align: top;
    }

#referencesTable {
    width: 100%;
}

    #referencesTable td {
        width: 175px;
        vertical-align: top;
    }

.placeholder {
    color: grey;
}

.req {
    color: red;
}

.workPref {
    width: 100%;
}

    .workPref td {
        width: 33%;
        text-align: center;
    }
