@import url(base.css);
/* 
RESET AND SET THE BASE STYLES
*/

/*
JOBAPS COLORS
- dark main = #0053a4
- light gray =  #dddddd
- gold = #E9BD29
- gray #dddddd, #666666

    - #ebebeb - body background

#dddddd = gray, message panel background color
#0053a4 = dark blue, headers, box borders

#e8e8e8 = light gray, row alternate
#ffcc00 - post-it yellow, for call-outs

*/


/* DEFINE THE OEC BASIC SKIN */
html {
    font-size: 16px;
}

body {
    font-size: 0.875em; /* 14px */
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: left;
    /*background-color: #505050;
    background-image: url('../../_skin/images/background.png');
    background-repeat: repeat;*/
}

input, select, textarea {
    XXfont-family: 'Roboto Mono', monspace !important;
}
input[type=button] {     font-family: 'Roboto', Arial, Helvetica, sans-serif !important;}
    body.AdminBody {
        font-size: 12px;
    }

    .AppResponseText {
    /*font-family: 'Roboto Mono', monspace;*/
    }

    .AppResponseText label {
        font-family: Arial, Arial, Helvetica, sans-serif;
    }


html > body * {
}

p, th, td {
    margin: .5em 0; /* 14x1.286=18px */
}

#PageWrapper {
    /*margin: 0 auto;
    max-width: 900px;
    min-width: 300px;*/
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


#PageContent {
    /*margin: 0em 2em 1em;
	padding: 1em;*/
    overflow: hidden;
    background-color: #fff;
    /*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;    
    border-radius: 20px;*/
}

#PageContentX {
    padding: 0em 2em;
    margin-top: 1em;
    min-height: 600px;
}

#AppNavigation {
    margin: 0em auto;
    text-align: center;
    padding: .5em;
    font-size: 95%;
}

    #AppNavigation li {
        list-style: none;
        display: inline;
        border-right: 1px #ffcc00 solid;
        white-space: nowrap;
        line-height: 1.5em;
    }

        #AppNavigation li.last {
            border-right: none;
        }

        #AppNavigation li a {
            padding: 0em .75em;
            text-decoration: none;
            color: #fff;
        }

            #AppNavigation li a:hover, #AppNavigation li a:active, #AppNavigation li a:focus {
                text-decoration: underline;
                color: #ffcc00;
            }

#PageFooter {
    padding: .5em 2em;
    margin: 0em auto;
    text-align: center;
    clear: both;
}

#Copyright {
    margin-top: 1em;
    text-align: center;
}

h1, h2, h3, h4 {
    color: #0053a4;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 150%;
    margin: 1em 0em;
    clear: both;
    text-transform: uppercase;
}

h2 {
    font-size: 115%;
}

/* IF AGENCY SKIN CSS HAS ABSOLUTE SIZES RESET HERE */
/* ALL CHILD ELEMENT FONT-SIZE WILL CASCADE FROM THIS */
/* USE % FOR CHILD ELEMENT SIZE */

/* NONE */

/* *********************************** */

/*---------------------------------------------*/
/*  HEADER TEMPLATE BODY STYLES                */
/*---------------------------------------------*/

body.BodyGeneric {
    margin: 0em 2em;
    background-color: #fff;
    background-image: none !important;
}
/* THE AP PAGE BODY */
body.ApPageBody {
    background-color: #f1f1f1;
}

body.ApPageBody {
    margin: 0em auto;
    text-align: center;
}

    body.ApPageBody #PageContent {
        padding: .5em 2em;
        margin: 0em auto;
        max-width: 1100px;
        background-color: #ffffff;
        /* SET IN @PRINT TOO */
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -khtml-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

    body.ApPageBody #AppNavBarDiv {
        background: transparent url(../../_skin/images/DSP.png) no-repeat 0em 0em;
        background-size: 70px auto;
    }

body.AdminBody #PageContent {
    padding: .5em 1em;
    margin: 0em auto;
    width: auto;
    background-color: #ffffff;
    /* SET IN @PRINT TOO */
}


.ErrorPage {
    text-align: left;
}

#ErrorAppNavBarDiv {
    height: 6em;
    background: #ffffff url(../../_skin/images/DSP.png) no-repeat -1em .5em;
}

.PoweredBy {
    float: right;
    clear: both;
    max-width: auto;
}

    .PoweredBy span {
        font-size: 0.75em;
    }

    .PoweredBy img {
        vertical-align: -30%;
    }

/*---------------------------------------------*/
/*  FOOTER TEMPLATE STYLES                */
/*---------------------------------------------*/

#OEC_Footer {
    text-align: center;
    padding: .5em;
    font-size: .80em;
}

    #OEC_Footer img, #ApPageFooter img {
        border: 0;
        vertical-align: middle;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border-radius: 8px;
    }

#ApPageFooter {
    text-align: center;
    padding: .5em;
    background-color: #505050;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    /*-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;*/
}

    #ApPageFooter a {
        color: #fff;
    }
/*---------------------------------------------*/
/* MISC GLOBAL ID SELECTOR                                */
/*---------------------------------------------*/
/* DATE DISPLAY */
#HeaderDatePanel {
    font-size: .8em;
    padding: .5em 2em;
    text-align: right;
    margin-bottom: -2em; /*display: none;
position: relative;
width: 100%;
display: inline;
float: right;
margin-right: 1em;

 */
}
/* THESE MUST BE THE SAME WIDTHS AS .container */
#JobStatus, #ClassSpecsInterestCard, .UpdateContactInfoPage, .ForgotUserNamePage, .ForgotPasswordPage, .FreeNames, #PersonalStatusBoardPage, #FinalAp {
    max-width: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*---------------------------------------------*/
/*  JOBLISTING PAGE                     */
/*---------------------------------------------*/
#SearchPage .top-controls {
    margin: auto 3em;
}

    #SearchPage .top-controls > div {
        width: 50%;
        text-align: left;
    }

        #SearchPage .top-controls > div.control-left {
            float: left;
            padding-top: 1em;
        }

        #SearchPage .top-controls > div.control-right {
            float: right;
            text-align: right;
        }

            #SearchPage .top-controls > div.control-right .glyphicon {
                top: -2px;
            }

    #SearchPage .top-controls .glyphicon {
        color: #a99e6b;
        font-size: 120%;
    }

    #SearchPage .top-controls select {
        width: 70%;
    }

#SearchPage .HelpDiv {
    text-align: center;
    width: auto;
    /*height: 2em;
	float: right;*/
    padding: 1em 0em 0em;
    ;
}

#HelpDivSubmit {
    width: 35px;
    padding: 0px;
    margin: 0px;
}

#SearchPage .NarrowLink, #SearchPage .HelpDiv label {
    font-weight: bold;
    color: #0053a4;
    display: inline-block;
    margin-bottom: 1em;
    /*background-image: url("../../graphics/ShowSearch.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2em;
	height: 2em;*/
}

.HelpDiv label span {
    font-size: 220%;
    top: 0.25em;
}

#SearchPage h1 {
    margin-left: 1em;
}

#SearchPage h2 {
    background-color: #0053a4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.25em 0em 0.5em;
    margin: 0em 0em 0.5em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #333;
}

#SearchPage .NoResultsText {
    font-style: italic;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
}

#SearchPage .NoResultsBlock {
    text-align: center;
    font-weight: bold;
    /* POST-IT */
    background-color: #ffffcc;
    margin: 2em;
    padding: 2em;
    border: 1px #ffffff solid;
    border-bottom: 1px solid #0053a4;
    border-right: 1px solid #0053a4;
}

#SearchPage caption {
    display: none;
    background-color: #dddddd;
    caption-side: top;
    width: auto;
    text-align: center;
}

/*---------------------------------------------*/
/*  JOBLISTING SEARCH FORM                     */
/*---------------------------------------------*/

#SearchPanel {
    display: block;
    position: relative;
    clear: both;
}

    #SearchPanel caption {
        display: none;
        background-color: #dddddd;
        caption-side: top;
        width: auto;
        text-align: center;
    }

    #SearchPanel fieldset {
        position: relative;
    }

        #SearchPanel fieldset.LayoutAdjust {
            /*margin-top: 2em;*/
        }

    #SearchPanel legend {
        color: #0053a4;
        font-weight: bold;
        padding: .25em;
    }

        #SearchPanel legend span, fieldset.LayoutAdjust h2 {
            background-color: #0053a4;
            color: #ffffff;
            font-weight: bold;
            display: block;
            /*position:absolute;*/
            /*top:-2.5em;*/
            left: 0px;
            padding: .5em .5em;
            -moz-border-radius: 8px 8px 0px 0px;
            -webkit-border-radius: 8px 8px 0px 0px;
            -khtml-border-radius: 8px 8px 0px 0px;
            border-radius: 8px 8px 0px 0px;
            margin-bottom: 0 !important;
        }

    #SearchPanel .form-wrapper {
        margin: 1em;
    }

    #SearchPanel input[type="text"], #SearchPanel select {
        /*float: left;*/
        margin: .25em 0;
        width: 100%;
        height: 3em;
    }

    #SearchPanel .Controls {
        text-align: center;
        margin: 1.5em auto;
    }


/* COMMON TABLE */
.SearchPanelTable {
    background-color: #ffffff;
    border-collapse: collapse;
    margin: 0em auto;
    width: 100%;
    border: none; /*1px solid #dddddd;*/
}

    .SearchPanelTable th {
        background-color: #dddddd;
        color: #0053a4;
        font-weight: bold;
        padding: .5em;
        vertical-align: top;
        text-align: right;
        width: 20%;
        border-top: 1px solid #FFFFFF;
    }

        .SearchPanelTable th span {
            font-weight: normal;
        }

    .SearchPanelTable td {
        padding: .5em;
        vertical-align: middle;
        border-bottom: 1px solid #dddddd;
    }
/*---------------------------------------------*/
/*  JOBLISTING RESULT TABLE                    */
/*---------------------------------------------*/
.JobListing, .JobListingSpecial {
    background-color: #ffffff;
    border: 1px #ffffff solid;
    margin: .5em auto;
    width: 100%;
    border-collapse: collapse;
}

    .JobListing tr.ColumnHeader, .JobListingSpecial tr.ColumnHeader {
        background-color: #0053a4;
    }

        .JobListing tr.ColumnHeader th, .JobListingSpecial tr.ColumnHeader th {
            color: #ffffff;
            text-align: center;
            padding: .25em;
            border-left: 1px #e8e8e8 solid;
        }

            .JobListing tr.ColumnHeader th a, .JobListingSpecial tr.ColumnHeader th a {
                color: #ffffff;
            }

    .JobListing tr.RowHeader, .JobListingSpecial tr.RowHeader {
        background-color: #dddddd;
    }

        .JobListing tr.RowHeader th, .JobListingSpecial tr.RowHeader th {
            color: #0053a4;
            font-weight: bold;
            font-size: 105%;
            text-align: center;
            padding: .5em;
        }

    .JobListing td, .JobListingSpecial td, .JobListing th, .JobListingSpecial th {
        text-align: center;
        padding: .5em;
    }

    .JobListing tr.odd td, .JobListingSpecial tr.odd td {
        /*border-left: 1px #e8e8e8 solid;*/
    }

    .JobListing tr.even td, .JobListingSpecial tr.even td {
        border-left: 1px #ffffff solid;
        border-collapse: separate !important;
    }

    .JobListing .JobTitle, .JobListingSpecial .JobTitle {
        font-weight: bold;
        display: block;
    }

    .JobListing .JobNum, .JobListingSpecial .JobNum {
        font-weight: normal;
        display: block;
    }

    .JobListing .IconNew, .IconNew {
        background-image: url("../../graphics/newIcon.png");
        background-repeat: no-repeat;
        background-position: 50% -0.9em;
        padding-top: 1.5em;
    }

    .JobListing td.Locs, .JobListing td.Salary, .JobListing td.Dept {
        text-align: left;
    }

    .JobListing .NoResultsText {
        font-style: italic;
    }

.JobListingNoResults {
    width: 100%;
}

    .JobListingNoResults td {
        text-align: center;
        padding: 1em;
        font-style: italic;
    }

p.rss-feed {
    text-align: center;
}

    p.rss-feed a {
        background: transparent url(/graphics/rss-feed.png) no-repeat left 50%;
        padding-left: 20px;
    }

.JobCard, .PanelCard {
    padding: 1em 1em 0;
    margin: 0.5em 0;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA #ccc #ccc #EAEAEA;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

    .JobCard .CardBody {
        /*border: 1px solid #0053a4;*/
        padding: 0.5em 1em;
    }

    .JobCard .CardTitle {
        width: 100%;
        text-align: center;
        background-color: #0053a4;
        color: #fff;
        padding: 0.25em 0em 0.5em;
        margin: 0em 0em;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        text-shadow: 2px 2px 2px #333;
    }

    .PanelCard fieldset h2 {
    }

    .PanelCard fieldset legend {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .JobCard .CardTitle a {
        color: #fff !important;
    }

    .JobCard .JobTitle {
        font-size: 110%;
        font-weight: bold;
        display: block;
    }

    .JobCard .JobNum {
        display: block;
    }

    .JobCard dl {
        padding: 0em;
        margin: 0em;
    }

    .JobCard dt {
        float: left;
        clear: left;
        width: 7.25em;
        text-align: right;
        font-weight: bold;
        color: #999;
        font-size: 85%;
        margin-top: 0.5em;
        /*white-space: nowrap;*/
    }

        .JobCard dt:after {
            /*content: ":";*/
        }

    .JobCard dd {
        margin: .5em 0 0 7.5em;
        padding: 0 0 0.5em 0;
        border-top: 1px dotted #ccc;
    }

        .JobCard dd:first-of-type {
            border-top: none;
            padding-top: 0.25em;
        }



.gotop { /*border-top: 4px dotted #e1e1e1;*/
    text-align: right;
    margin-top: 1em;
    clear: both;
}

    .gotop a {
        color: #333 !important;
    }

        .gotop a:after {
            content: " \25B2";
            /*background-position: center center;
    display: block;
    background-image: url(../../graphics/gotop.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 30px;
    height: 30px;*/
        }

/*---------------------------------------------*/
/*  JOB LISTING PAGE / COLOR PANELS            */
/*---------------------------------------------*/

#SearchSection {
    background-color: #f1f1f1;
}
/*.PanelCard.SearchPanel{ background-color: ;}
    .PanelCard.SearchPanel h2{ background-color: ;}*/

/*#QuickLinksSection {
    background-color: #e4d7a5;
}

.PanelCard.QuickLinks h2 {
    background-color: #cdb558 !important;
}*/

#ListingPanelSpecial {
    background-color: #b3bdcc;
}

    #ListingPanelSpecial h2 {
        background-color: #5d708b !important;
        margin-top: 1em;
    }

    #ListingPanelSpecial .CardTitle {
        background-color: #94a3b8;
    }

.JobListingSpecial tr.ColumnHeader th {
    background-color: #94a3b8;
    font-size: 80%;
}

/*.ListingPanel {
    background-color: #b0abba;
}

    .ListingPanel h2 {
        background-color: #6c5c8a !important;
        margin-top: 1em !important;
    }

    .ListingPanel .CardTitle {
        background-color: #8675a3;
    }

    .ListingPanel .JobListing tr.ColumnHeader th {
        background-color: #8675a3;
        font-size: 80%;
    }*/

.NoResultsSection {
    background-color: #f1f1f1;
}

    .NoResultsSection h2 {
        background-color: #666 !important;
        margin-top: 1em !important;
    }

/*.ListingPanel1 {
    background-color: #c2a3b3 !important;
}

    .ListingPanel1 h2 {
        background-color: #561d38 !important;
        margin-top: 1em !important;
    }

    .ListingPanel1 .CardTitle {
        background-color: #854765;
    }

    .ListingPanel1 .JobListing tr.ColumnHeader th {
        background-color: #854765;
        font-size: 80%;
    }


.ListingPanel2 {
    background-color: #d9ac8c !important;
}

    .ListingPanel2 h2 {
        background-color: #613b20 !important;
        margin-top: 1em !important;
    }

    .ListingPanel2 .CardTitle {
        background-color: #86522d;
    }

    .ListingPanel2 .JobListing tr.ColumnHeader th {
        background-color: #86522d;
        font-size: 80%;
    }

.ListingPanel3 {
    background-color: #c2ba70 !important;
}

    .ListingPanel3 h2 {
        background-color: #686223 !important;
        margin-top: 1em !important;
    }

    .ListingPanel3 .CardTitle {
        background-color: #8f8524;
    }

    .ListingPanel3 .JobListing tr.ColumnHeader th {
        background-color: #8f8524;
        font-size: 80%;
    }

.ListingPanel5 {
    background-color: #a3ad85 !important;
}

.ListingPanel4 h2 {
    background-color: #46541c !important;
    margin-top: 1em !important;
}

.ListingPanel4 .CardTitle {
    background-color: #5c6b2e;
}

.ListingPanel4 .JobListing tr.ColumnHeader th {
    background-color: #5c6b2e;
    font-size: 80%;
}*/

.JobListingSpecial tr.ColumnHeader th, .JobListing tr.ColumnHeader th {
    text-shadow: 1px 1px 1px #333;
}


@media (min-width: 760px) {
    #SearchPage section {
        background-color: transparent !important;
    }
}
/*---------------------------------------------*/
/*  JOB BULLETIN / JOB STATUS                   */
/*---------------------------------------------*/
#JobBulletin {
    width: auto;
}

    #JobBulletin h1 {
        margin-bottom: .5em;
        padding-bottom: 0em;
        text-align: center;
    }

    #JobBulletin h2 {
        font-weight: bold;
        color: #0053a4;
        padding: .5em 1em;
        background-color: #dddddd;
        margin: .5em 0;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border-radius: 8px;
    }

    #JobBulletin .JobSubTitle {
        font-weight: bold;
        font-size: 125%;
        text-align: center;
    }

    #JobBulletin .JobNumTitle {
        font-weight: bold;
        font-size: 130%;
        color: #0053a4;
        text-align: center;
    }

    #JobBulletin .DetailTable {
        background-color: #ffffff;
        border-collapse: collapse;
        border: 1px #ffffff solid;
        margin: .5em auto;
        width: 100%;
    }

        #JobBulletin .DetailTable th {
            color: #999;
            font-size: 85%;
            font-weight: bold;
            margin: 1em;
            text-align: right;
            width: 20%;
        }

        #JobBulletin .DetailTable td {
            border-top: 1px dotted #ccc;
            padding: 1em;
        }

        #JobBulletin .DetailTable tr.odd, #JobBulletin .DetailTable tr.even {
            background-color: transparent;
        }

    #JobBulletin .Controls {
        border-top: 2px #0053a4 solid;
        border-bottom: 2px #0053a4 solid;
        text-align: center;
        padding: 1em;
    }

    #JobBulletin .CloseButton {
        text-align: center;
    }

    #JobBulletin .Controls a {
        margin: 1em;
    }

    #JobBulletin .ApplyPanelDiv {
        width: 80%;
        text-align: left;
        margin: 0 auto;
    }

        #JobBulletin .ApplyPanelDiv .PanelHead {
            font-weight: bold;
            font-size: 105%;
        }

    #JobBulletin .ApplyPanel {
        border: 2px #0053a4 solid;
        background-color: #dddddd;
    }

        #JobBulletin .ApplyPanel td {
            padding: 1em;
            font-weight: bold;
            font-size: 105%;
            border: 1px #0053a4 solid;
            color: #0053a4;
        }

            #JobBulletin .ApplyPanel td.RightPanel {
                background-color: #ffffff;
                font-weight: normal;
            }


#JobBulletinBody h2 {
    padding-left: .5em;
    text-transform: capitalize;
}

#JobBulletin div.ApplyPanelDiv { /*display: none;*/
}



/*---------------------------------------------*/
/*  JOB STATUS                   */
/*---------------------------------------------*/
#JobStatus {
}

    #JobStatus h1 {
        text-align: center;
    }

    #JobStatus .DetailTable {
        background-color: #ffffff;
        border-collapse: collapse;
        border: 1px #ffffff solid;
        margin: .5em auto;
    }

        #JobStatus .DetailTable th {
            color: #999;
            font-size: 85%;
            font-weight: bold;
            margin: 1em;
            text-align: right;
            width: 20%;
        }

        #JobStatus .DetailTable td {
            border-top: 1px dotted #ccc;
            padding: 1em;
        }

        #JobStatus .DetailTable tr.odd, #JobStatus .DetailTable tr.even {
            background-color: transparent;
        }

        #JobStatus .DetailTable td td {
            padding: 0em;
        }

    #JobStatus .Controls {
        text-align: center;
        margin: 1em auto;
    }

    #JobStatus .BulletinPreview {
        text-align: center;
        margin: 1em auto;
    }
/*---------------------------------------------*/
/*  JOB STATUS BOARD		                   */
/*---------------------------------------------*/

#JobStatusBoard {
}

    #JobStatusBoard h1 {
        margin-bottom: .5em;
        padding-bottom: 0em;
    }

    #JobStatusBoard td.JobTitle {
        text-align: left;
        font-weight: bold;
    }

    #JobStatusBoard th a {
        color: #ffffff;
    }
/*---------------------------------------------*/
/*  TERMS OF USE                                 */
/*---------------------------------------------*/
#TermsOfUseDiv {
}

    #TermsOfUseDiv p.CallOut {
        font-weight: bold;
        color: #0053a4;
        text-align: center;
        text-transform: uppercase;
    }

#TermsOfUseForm {
    border: 1px #0053a4 solid;
    background-color: #dddddd;
    padding: 1em;
    margin: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

    #TermsOfUseForm p {
        /*font-size: 110%;*/
    }

    #TermsOfUseForm .Controls {
        text-align: center;
        margin: 1em auto;
    }
/*---------------------------------------------*/
/*  PersonalStatusBoard RESULT TABLE                    */
/*---------------------------------------------*/
#PersonalStatusBoardPage {
}

    #PersonalStatusBoardPage .ControlsTop {
        margin-top: 0em;
        text-align: right;
        float: right;
    }

    #PersonalStatusBoardPage .MessagePanel {
        text-align: left;
        clear: both;
    }

#PersonalStatusBoard {
    background-color: #ffffff;
    border: 1px #ffffff solid;
    margin: .5em auto;
    width: 100%;
    border-collapse: collapse;
}

    #PersonalStatusBoard tr.ColumnHeader {
        background-color: #0053a4;
    }

        #PersonalStatusBoard tr.ColumnHeader th {
            color: #0053a4;
            text-align: center;
            vertical-align: middle;
            border-left: 1px #fff solid;
        }

            #PersonalStatusBoard tr.ColumnHeader th a {
                color: #0053a4;
            }

    #PersonalStatusBoard td {
        text-align: center;
        padding: .5em;
        vertical-align: middle;
    }

    #PersonalStatusBoard tr.odd td {
        /*border-left: 1px #e8e8e8 solid;*/
    }

    #PersonalStatusBoard tr.even td {
        border-left: 1px #ffffff solid;
    }

    #PersonalStatusBoard .JobTitle {
        font-weight: bold;
        display: block;
    }

    #PersonalStatusBoard .JobNum {
        font-weight: normal;
        display: block;
    }

    #PersonalStatusBoard .ReviewX {
        /*background-image: url("../../graphics/ClickToReview.gif");*/
        background-image: url("../../graphics/ApReview.png");
        background-repeat: no-repeat;
        background-position: .5em 50%;
        /*padding-left: 3em;*/
    }

    #PersonalStatusBoard .Reapply {
        /*background-image: url("../../graphics/ClickToReapply.gif");
	background-image: url("../../graphics/ApReapply.png");*/
        background-repeat: no-repeat;
        background-position: .5em 50%;
        padding-left: 0em;
    }

    #PersonalStatusBoard .CopyX {
        /*background-image: url("../../graphics/ClickToCopy.gif");*/
        background-image: url("../../graphics/ApCopy.png");
        background-repeat: no-repeat;
        background-position: .5em 50%;
        padding-left: 3em;
    }

    #PersonalStatusBoard .FinishX {
        /*background-image: url("../../graphics/ClickToFinish.gif");*/
        background-image: url("../../graphics/ApFinish.png");
        background-repeat: no-repeat;
        background-position: .5em 50%;
        padding-left: 3em;
    }

    #PersonalStatusBoard .Late, #PersonalStatusBoard .DeadlineDue {
        color: Red;
        font-weight: bold;
    }

    #PersonalStatusBoard td.Locs, #PersonalStatusBoard td.Salary, #PersonalStatusBoard td.Dept {
        text-align: left;
    }

    #PersonalStatusBoard h2 {
        margin-top: 1em;
        margin-bottom: 0em;
        background-color: #0053a4;
        color: #ffffff;
        padding: .5em;
        -moz-border-radius: 8px 8px 0px 0px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -khtml-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

    #PersonalStatusBoard .DetailTableHoriz {
        margin: 0em auto;
    }

        #PersonalStatusBoard .DetailTableHoriz th {
            background-color: #cccccc;
            padding: .25em;
        }
/*---------------------------------------------*/
/*  CLASS SPECS                                */
/*---------------------------------------------*/
#ClassSpecsHeader {
}

.ClassSpecsWrapper h2 {
    font-weight: bold;
    color: #0053a4;
    padding: .5em 1em;
    background-color: #dddddd;
    margin: 1em 0em .5em 0em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.ClassSpecsBody {
    margin: 0em 1em;
    text-align: left;
}

#ClassSpecsHeader #EmailMeLink {
    display: block;
}

/*---------------------------------------------*/
/*  FREE NAMES                                */
/*---------------------------------------------*/
.FreeNames {
}

    .FreeNames .indent {
        margin-left: 1em;
    }
/*---------------------------------------------*/
/*  HELP TOPICS                                */
/*---------------------------------------------*/
#HelpTopics {
}

    #HelpTopics h2 {
        border-top: solid 1px #0053a4;
        margin-top: 2em;
        padding-top: .5em;
    }
/*---------------------------------------------*/
/*  LOGON FORM                     */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*  USER REGISTRATION                                 */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*  USER UPDATE CONTACT INFO                       */
/*---------------------------------------------*/
#LogonPanel {
    width: 75%;
}

#UpdateContactInfo, #UserRegistration, #LogonPanel {
    margin: 0em auto;
}

    #UpdateContactInfo fieldset, #UserRegistration fieldset, #LogonPanel fieldset {
        position: relative;
    }

        #UpdateContactInfo fieldset.LayoutAdjust, #UserRegistration fieldset.LayoutAdjust, #LogonPanel fieldset.LayoutAdjust {
            margin-top: 1em;
        }

    #UpdateContactInfo legend, #UserRegistration legend, #LogonPanel legend {
        color: #0053a4;
        font-weight: bold;
        padding: .25em;
    }

        #UpdateContactInfo legend span, #UserRegistration legend span, #LogonPanel legend span {
            background-color: #0053a4;
            color: #ffffff;
            font-weight: bold;
            display: block;
            position: absolute;
            top: -22px;
            left: 0px;
            width: 98%;
            padding: .25em .5em;
        }
/* COMMON TABLE */
.UserProfileTable {
    background-color: #ffffff;
    border-collapse: collapse;
    margin: 0em auto;
    width: 100%;
    border: 1px solid #dddddd;
}

    .UserProfileTable th {
        background-color: #dddddd;
        color: #0053a4;
        font-weight: bold;
        padding: .5em;
        vertical-align: top;
        text-align: right;
        width: 20%;
        border-top: 1px solid #ffffff;
    }

        .UserProfileTable th:first-child {
            /* border-top: 1px solid #dddddd;*/
        }

        .UserProfileTable th span {
            display: block;
            font-style: normal;
            font-weight: normal;
        }

    .UserProfileTable tr.RowHeader {
        background-color: #0053a4;
        color: #ffffff;
        font-weight: bold;
    }

    .UserProfileTable tr {
        border-top: 1px solid #dddddd;
    }

    .UserProfileTable td table th {
        border-top: none;
    }

    .UserProfileTable td {
        padding: .5em;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        text-align: left;
    }

        .UserProfileTable td th {
            background-color: #ffffff;
            color: #0053a4;
            font-weight: normal;
            padding: .5em;
            vertical-align: top;
            text-align: right;
            width: 18%;
        }

        .UserProfileTable td table {
            width: 90%;
        }

            .UserProfileTable td table tr:first-child, .UserProfileTable td table tr:first-child td {
                border-top: none;
            }

            .UserProfileTable td table th {
                border-top: none;
            }

/*---------------------------------------------*/
/*  OEC APPLICATION TABS                     */
/*---------------------------------------------*/
/* THE NAVIGATION BAR WRAPPER */
#AppNavBarDiv {
    margin: 0 auto;
    text-align: center;
}

    #AppNavBarDiv table {
        margin: 0 auto;
        text-align: center;
    }

    #AppNavBarDiv h1 {
        margin: 0 auto;
        padding: .25em;
    }
/* THE APPLICATION PAGE WRAPPER */
#AppPageDiv {
    margin: 0em auto;
    padding: 0em 1em;
    /*min-width: 600px;*/
    /*max-width: 1200px;*/
    text-align: left;
    background-color: #ffffff;
    clear: both;
}

.BodyGeneric #AppPageDiv {
}

#AppPageDiv form {
    margin: 0 auto;
    width: auto;
}

#AppPageDiv h1 {
    margin: .5em auto;
    padding: 0 0; /*display: none;*/
}

#AppPageDiv .MessagePanel {
    margin: 0 auto;
    margin-bottom: 1em;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    /*width: 100%;*/
    border: none;
}

#AppPageDiv select.stretch {
    width: 95%;
}

/* COMMON TABLE */
.AppPageTable {
    background-color: #ffffff;
    border-collapse: collapse;
    margin: 0em auto;
    width: 100%;
    border: 1px solid #dddddd;
}

.MultiAp .AppPageTable {
    clear: both;
}

.MultiAp .AppPageDiv {
    clear: both;
}

.AppPageTable caption {
    display: none;
    background-color: #dddddd;
    caption-side: top;
    width: auto;
    text-align: center;
}

.AppPageTable th {
    background-color: #dddddd;
    color: #0053a4;
    font-weight: bold;
    padding: .5em;
    vertical-align: top;
    text-align: right;
    width: 20%;
    border-top: 1px solid #FFFFFF;
}

    .AppPageTable th.ColSpan {
        background-color: #dddddd;
        color: #0053a4;
        font-weight: bold;
        padding: .5em;
        vertical-align: top;
        text-align: left;
        border-top: 1px solid #FFFFFF;
    }

table.cols th {
    text-align: center;
    width: auto;
    vertical-align: middle;
}

.AppPageTable th span {
    font-weight: normal;
    display: block;
}

    .AppPageTable th span.required {
        font-weight: bold;
        display: block;
    }

#StateDrivLicClassLabel {
    font-weight: bold;
    display: block;
}

.AppPageTable tr.RowHeader {
    background-color: #0053a4;
    color: #ffffff;
    font-weight: bold;
}

.AppPageTable tr {
    border-top: 1px solid #dddddd;
}

.AppPageTable td {
    padding: .5em;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

    .AppPageTable td th {
        background-color: transparent;
        color: #0053a4;
        font-weight: normal;
        padding: .5em;
        vertical-align: top;
        text-align: right;
        width: 15%;
        border-top: 1px solid #dddddd;
    }

    .AppPageTable td table {
        width: 90%;
    }

        .AppPageTable td table tr:first-child {
            border-top: none;
        }

        .AppPageTable td table th {
            border-top: none;
        }

.AppPageTable label span {
    font-weight: normal;
    font-style: italic;
}

.AppPageTable th label span {
    font-weight: normal;
    font-style: normal;
}

.AppPageProfileTable td {
    padding: .5em;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: top;
}

#SectionEEOBlockDiv label , #SectionEEOJobSource label{ font-style: normal !important;}

/* APP REVIEW PROFILE TABLE */
.AppPageProfileTable {
    background-color: #ffffff;
    border-collapse: collapse;
    margin: 0em auto;
    width: 100%;
    border: 1px solid #dddddd;
}

    .AppPageProfileTable th {
        font-size: 80%;
        font-weight: bold;
        color: #0053a4;
        background-color: #dddddd;
    }
/* APP SCHOOL SPECIAL SKILL DIV */
#ApPageSpecialSkills {
    width: 100%;
}
/* APP SCHOOL  DIV */
.AppSchoolFloat {
    float: left;
    min-height: 115px;
    padding: 0.5em;
}

.ApDeleteLink {
    text-align: right;
    margin: 1em 1em 0.5em;
    clear: both;
}

/* WIDE TABLE FLOATS */
.LiquidFloat {
    float: left;
    padding: 0.5em;
}


.SocialMedia input {
    margin-top: 0.35em;
}

/* APP REVIEW JOB TABLE */
#SectionSchoolCollegeDiv {
    border: 1px solid #ddd;
}

.AppPageJobTable {
    background-color: #ffffff;
    border-collapse: collapse;
    margin: 1em auto;
    width: 100%;
    border: 1px solid #dddddd;
}

    .AppPageJobTable td span {
        padding: .25em;
        margin-bottom: .5em;
        display: block;
        font-size: 80%;
        font-weight: bold;
        color: #0053a4;
        background-color: #dddddd;
    }

    .AppPageJobTable td {
        padding: .5em;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        vertical-align: top;
    }


    .AppPageJobTable th {
        font-size: 80%;
        font-weight: bold;
        color: #0053a4;
        background-color: #dddddd;
    }


/* APP FORM */
#AppPageForm fieldset {
    position: relative; /*border: 1px solid #dddddd;
	border-top: none;
	 background-color: #dddddd;*/
}

    #AppPageForm fieldset.LayoutAdjust {
        margin-top: 0em;
    }

#AppPageForm legend {
    color: #0053a4;
    font-weight: bold;
    font-size: 110%;
    padding: 0;
    margin: 0; /* padding: .25em;*/
}

    #AppPageForm legend span {
        background-color: #0053a4;
        color: #ffffff;
        display: block;
        position: absolute;
        top: -27px;
        left: 2px;
        width: 98%;
        padding: .25em .5em;
    }

#AppPageForm fieldset fieldset {
    margin: 0px;
}

    #AppPageForm fieldset fieldset legend {
    }

        #AppPageForm fieldset fieldset legend span {
            background-color: Transparent;
            color: #000000;
            font-weight: normal;
            display: block;
            padding: 0;
            position: absolute;
            left: -2000px;
            top: 0;
        }

        #AppPageForm fieldset fieldset legend.show span {
            background-color: Transparent;
            color: #000000;
            font-weight: normal;
            font-size: .9em;
            display: block;
            padding: .25em 0em;
            position: relative;
            left: 0;
            top: 0;
        }

#AppPageForm legend span {
    background-color: #0053a4;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -27px;
    left: 2px;
    width: 98%;
    padding: .25em .5em;
}

#AppPageForm fieldset .MessagePanel {
    margin: 0px 0px 0em 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#AppPageForm td label{
    display: block;
}


.AppPageWrapper {
    background-color: #ffffff;
    margin: .5em auto;
    padding: 1em;
    border: 1px solid #dddddd;
}

.RaceCodes SPAN {
    display: block;
    margin-left: 2em;
    font-style: italic;
}

.InputFloat {
    float: left;
    margin: 0 .5em;
}

.InputFloatIndent {
    float: left;
    margin: 0 .5em 0 3.5em !important;
}

.LabelFloat {
    float: left;
    margin: 0;
    width: 3em;
    text-align: right;
}



/* DEPT PREFS */
#ApPageDeptPrefs .underlineBold {
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

#ApPageDeptPrefs .childOpt {
    margin-left: 1.5em;
}

ul.DeptWorkPref {
    list-style: none;
    margin: 0;
    margin-left: 0em;
}

    ul.DeptWorkPref li.childOpt {
        margin-left: 2em;
    }

/* LOATIONS */
ul.AppLocations {
    list-style: none;
    margin: 0;
    margin-left: 0em;
}


/* AP PROFILE LANGUAGES */
#AppPageLanguageTable {
}

    #AppPageLanguageTable select, #AppPageLanguageTable input[type="text"] {
        /*width: 15em;*/
    }

.AdminGeneric #AppPageLanguageTable th, .AdminGeneric #AppPageLanguageTable td {
    text-align: center;
}

#AppPageLanguageTable th:first-child {
    text-align: right;
    border-top: 1px solid #dddddd;
}
/* LANGUAGES - REVIEW TAB */
#AppReviewLanguageTable img {
    margin-left: 1em;
}

#AppReviewLanguageTable .AppResponseText {
    white-space: nowrap;
}

.AppPageDivBorder {
    border: 1px solid #dddddd;
    padding: .5em;
}

.AppCallOut {
    font-weight: bold;
    color: #990033;
    text-align: center;
    text-transform: uppercase;
}

.AdMatTable input {
    margin-left: 2em !important;
}

.AdMatTable label {
    display: inline-block !important;
}

/* SPECIAL SECTION */
.DrugHistory fieldset {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0em;
    margin: 0.5em 0em;
}

.SecondaryTable th.header {
    text-align: left !important;
}

/* SUBMIT TAB */
#SubmitParts li a {
    font-weight: bold;
    font-size: 115%;
}
/* FINAL AP */
.RedCallOut {
    font-weight: bold;
    color: #990033;
    text-align: left;
}


/* MULTIAP */
.MultiApTabTitle {
    font-weight: bold;
    width: 95%;
}

.MultiApPageTitle {
    width: 90%;
}

.MultiApSectionTitle {
    font-weight: bold;
    width: 90%;
}

.MultiApTextArea {
    height: 200px;
    width: 90%;
}

.MultiApEditCol {
    width: 10%;
    white-space: nowrap;
    text-align: left;
}

.CheckFloat {
    border: ipx solid black;
    text-align: left;
    float: left;
    position: absolute;
}

.MultiApSectionEditCol {
    width: 11% !important;
    white-space: nowrap;
    background-color: #dddddd !important;
    color: #0053a4;
    font-weight: bold;
    vertical-align: middle !important;
    text-align: left !important;
    padding: 5px;
    border-top: 1px solid #ffffff;
}

    .MultiApSectionEditCol label {
        font-weight: bold;
        padding-left: 3px;
        display: inline-block !important;
    }

.SectionBlock {
    margin-bottom: 1em;
}

body.MultiAp * .SectionBlock {
    padding: 1em;
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
}
/*---------------------------------------------*/
/*  AP REVIEW PRINT TAB                                 */
/*---------------------------------------------*/

/* APP REVIEW RESPONSE TEXT */
.AppResponseText {
    /* respone text */
    font-weight: bold;
    font-size: 100%;
}

.question {
    color: #666;
    font-style: italic;
}

td.AppResponseText label {
    font-size: 0.8em;
    display: block;
    /*font-style: italic;*/
    font-weight: normal;
}


.AlternateFieldsets > fieldset {
    margin-bottom: 0.5em !important;
    border-top: 1px solid #ccc;
    padding: 0.5em;
}

    .AlternateFieldsets > fieldset:nth-of-type(even) {
        background-color: #e8e8e8;
    }

.AlternateFieldsets label {
    display: block;
    /*font-style: italic;*/
}

.AlternateDivs > div {
    margin-bottom: 0.5em !important;
    border-top: 1px solid #ccc;
    padding: 0.5em;
}

    .AlternateDivs > div:nth-of-type(even) {
        background-color: #e8e8e8;
    }

.AlternateDivs label {
    font-size: 0.8em;
    display: block;
    font-style: italic;
    font-weight: normal;
}

.AppPageSchoolTable td, .AppPageTrainingTable td, .AppPageCertTable td, .Signature td {
    border-left: 1px solid #dddddd;
}


.EditButton {
    display: block;
    background-image: url(/images/edit.gif);
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 55px;
    height: 20px;
    margin-right: 0;
    float: right;
    padding-bottom: 1em;
    clear: both;
    /*margin-top: -.5em;*/
}

.ApReviewPrint h2 {
    padding: 5px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0053a4;
    page-break-after: avoid;
}

.ApReviewPrint .SectionHead {
    clear: both;
    page-break-after: avoid;
    border-top: 2px solid #0053a4;
    border-bottom: 2px solid #0053a4;
    color: #0053a4;
    font-weight: bolder;
    padding: 5px;
    margin-top: .5em;
}

.ApReviewPrint .UserProfileTable tr:first-child {
    border-top: 1px solid #dddddd;
}
.ApReviewPrint td label {
    display: block;
    font-style: italic;
    color: #666;
}
.page-break-before {
    page-break-before: always;
}

#CountyHeadBlock {
    text-align: center;
    display: none;
}

    #CountyHeadBlock h1 {
        margin: 0;
        padding: 0;
    }

    #CountyHeadBlock p {
        margin-top: 0;
        font-weight: bold;
    }


/*---------------------------------------------*/
/*  ADMIN GENERIC                   */
/*---------------------------------------------*/
#AdminGeneric {
    font-size: 100%;
    background-color: #ffffff;
    margin: .5em;
    padding: .5em;
}

    #AdminGeneric .GenericTable {
        background-color: #ffffff;
        border-collapse: collapse;
        border: 1px #ffffff solid;
        margin: 0em auto;
        width: 100%;
    }

    #AdminGeneric table.ApsView {
        background-color: #ffff00;
        line-height: 1em;
        text-align: left;
    }

    #AdminGeneric .ApsView th {
        padding: 0em;
        white-space: normal;
        font-size: 85%;
    }

    #AdminGeneric .ApsView td {
        padding: 0em;
        font-size: 85%;
    }

    #AdminGeneric .ApsView input {
        padding: 0em;
        margin: 0;
    }

    #AdminGeneric .DetailTable {
        background-color: #ffffff;
        border-collapse: collapse;
        border: 1px #ffffff solid;
        margin: 0em auto;
        width: 100%;
    }

        #AdminGeneric .DetailTable th {
            color: #104B7D;
            font-weight: bold;
            font-size: 100%;
            text-align: center !important;
            padding: .5em;
            width: 200px;
            vertical-align: top;
            text-transform: uppercase;
        }

        #AdminGeneric .DetailTable td {
            padding: 0em;
            text-align: left;
        }

            #AdminGeneric .DetailTable td td {
                padding: 0em;
            }

    #AdminGeneric .Controls {
        text-align: center;
        margin: 0em auto;
    }

#SigmaDataTableChoose {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #104B7D;
}

    #SigmaDataTableChoose td {
        border: solid 1px #104B7D;
        padding: 4px;
    }

#AttachmentUpload.DetailTableHoriz th {
    background-color: #C3D2DE;
    color: #104B7D;
    font-weight: bold;
    padding: .25em;
    vertical-align: top;
    text-align: center;
}

#AttachmentUpload.DetailTableHoriz td {
    padding: .5em;
    border-top: 1px solid #C3D2DE;
    border-right: 1px solid #C3D2DE;
    vertical-align: top;
}

    #AttachmentUpload.DetailTableHoriz td.Controls a {
        padding: 0em .5em;
        border-left: none;
        font-size: 90%;
    }

#AdminGeneric #AppPageLanguageTable th {
    border-top: 1px solid #C3D2DE;
}
/*---------------------------------------------*/
/*  COMMON STYLES                                 */
/*---------------------------------------------*/
.DetailTableHoriz {
    background-color: #ffffff;
    border-collapse: collapse;
    border: 1px #dddddd solid;
    margin: .5em auto;
    width: 100%;
}

    .DetailTableHoriz th {
        background-color: #0053a4;
        color: #ffffff;
        font-weight: bold;
        padding: .5em;
        vertical-align: top;
        border-right: 1px solid #ffffff;
    }

    .DetailTableHoriz td {
        padding: .5em;
        vertical-align: middle;
    }

        .DetailTableHoriz td td {
            padding: 0em;
        }

        .DetailTableHoriz td.st-key {
            background-color: #dddddd;
            color: #0053a4;
            font-weight: normal;
            padding: .5em;
            vertical-align: top;
            text-align: right;
            width: 20%;
            border-top: 1px solid #FFFFFF !important;
        }

        .DetailTableHoriz td.st-val.ControlLinks ul li {
            display: inline;
        }

.Controls {
    text-align: center;
    margin: 1em auto;
}

.MessagePanel {
    margin: 0em 1em;
    border: 3pt solid #fabb14;
    fill-opacity:0.5;
    background-color: #d3d3d3;
    /*background-color: rgba(211, 211, 211, 0.5);*/
    padding: .5em 1em;
    display: block;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.PanelBorder {
    border: 1px solid #dddddd;
    padding: 1em;
}

.post-it {
    background-color: #ffffcc;
    margin: 2em;
    padding: 2em;
    border: 1px #ffffff solid;
    border-bottom: 1px solid #0053a4;
    border-right: 1px solid #0053a4;
}

.WarningPanel {
    background-color: #ffffcc;
    margin: 2em;
    padding: 2em;
    border: 1px #ffffff solid;
    border-bottom: 1px solid #0053a4;
    border-right: 1px solid #0053a4;
}

.CallOut {
    font-weight: bold;
    color: #0053a4;
    text-align: center;
    text-transform: uppercase;
}

.Asterisk {
    font-weight: bold;
    color: #FF0000;
    font-size: 110%;
    background-image: url(../../graphics/asterisk.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.required {
    background-image: url(../../graphics/asterisk.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 10px;
    display: block;
}

.requiredLeft {
    background-image: url(../../graphics/asterisk.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

td.ControlLinks {
    white-space: nowrap;
    overflow: visible;
    width: 14em;
}

    td.ControlLinks ul, td.ControlLinks ul li {
        border: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    td.ControlLinks ul {
        white-space: nowrap;
        overflow: visible;
    }

        td.ControlLinks ul li {
            display: block;
            text-align: center;
            padding: 0;
        }

    td.ControlLinks a {
        padding: 0em .5em;
        /*border-left: 1px #dddddd solid;*/
        font-size: 90%;
    }
/* CLASS SPECS INTEREST CARDS */
#ClassSpecsInterestCard {
    min-height: 400px;
}

    #ClassSpecsInterestCard .SearchTable {
        width: 100%;
        margin: 1em;
    }

    #ClassSpecsInterestCard .LetterLinks {
        width: 100%;
        text-align: center;
    }

.LetterLinks a {
    font-weight: bold;
    padding: 0 .25em;
}

#ClassSpecsInterestCard ul {
    border: 0;
    margin: 0 2em;
    padding: 0;
    list-style: none;
}

    #ClassSpecsInterestCard ul li.LetterGroup {
        font-size: 110%;
        font-weight: bold;
        font-style: oblique;
        color: #0053a4;
        padding: .5em 3em;
        background-color: #dddddd;
        margin: .5em 0;
    }

        #ClassSpecsInterestCard ul li.LetterGroup a {
        }

#ClassSpecsInterestCard legend {
    display: none;
}


.addthis_sharing_toolbox {
    text-align: center;
}

.social-icons {
    list-style: none;
}

    .social-icons li {
        display: inline;
    }

        .social-icons li.follow {
            width: auto !important;
            border: none !important;
        }


/*---------------------------------------------*/
/*  MISC GLOBALS                                 */
/*---------------------------------------------*/
a:link {
    text-decoration: none;
    color: #0053a4;
}

a:visited {
    text-decoration: none;
    color: #0053a4;
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

hr {
    /*color: #0053a4;*/
    border-top: 1px solid #e1e1e1 !important;
}

a.ButtonStyle {
    border: #0053a4 2px solid;
    text-align: center;
    padding: 6px 6px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333;
    background-color: #0053a4;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

a:hover.ButtonStyle, a:focus.ButtonStyle {
    border: #0053a4 2px solid;
    color: #0053a4;
    background-color: #fff;
    text-shadow: none;
}

a.ButtonStyle2 {
    border: #0053a4 2px solid;
    text-align: center;
    padding: 4px 4px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333;
    background-color: #0053a4;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

a:hover.ButtonStyle2, a:focus.ButtonStyle2 {
    border: #0053a4 2px solid;
    color: #0053a4;
    background-color: #fff;
    text-shadow: none;
}

a.ButtonStyle2.primary,
a:hover.primary, a:focus.primary {
    border: 2px solid #00CC00;
    color: #000;
    background-color: #00CC00;
    text-shadow: none;
}

.ButtonStyle {
    -moz-user-select: none;
    background-color: #337ab7;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0.125em;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.ButtonStyleSmall {
    border-width: 1px;
    text-align: center;
    padding: 0px 3px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #0053a4;
    margin: 2px;
    font-size: 90%;
}

    input[type="text"]:focus, textarea:focus, select:focus, input[type="password"]:focus /*, input:focus */ {
        background-color: #ffffcc;
    }

textarea {
    width: 98%;
}

br {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 2px;
    font-size: 1px;
    border: none;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    line-height: 1px;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/* STYLES */
.normal {
    font-weight: normal !important;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.oblique {
    font-style: oblique;
}

.small-caps {
    font-variant: small-caps;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.underline {
    text-decoration: underline;
}

.float-right {
    float: right;
    position: relative;
}

.float-left {
    float: left;
    position: relative;
}

a.decoration-none {
    text-decoration: none;
}

.even {
    background-color: #e8e8e8;
}

.odd {
    background-color: #ffffff;
}
/* ALIGNMENT */
.block-center {
    margin-left: auto;
    margin-right: auto;
}

.block-right {
    margin-right: 0;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.vertical-bottom {
    vertical-align: bottom;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.nowrap {
    white-space: nowrap;
}
.word-wrap {
    word-wrap: break-word;
    word-break: break-word;
}
/* WIDTHS */
.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w22 {
    width: 22%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-box {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
}

/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print {
    /* Hides or change layout for print */
    html {
        font-size: 12px;
    }

    body {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
    }

    #PrintWrapper, #AppPageDiv {
        width: auto;
        margin: 0;
        padding: 0;
    }

    #PrintWrapper, #AppPageDiv, #hrscontent, .AppPageDivBorder {
        width: 100%;
    }

    #PrintDivWrapper, #PrintDiv, #PrintDiv2, .EditButton, .clear {
        display: none;
    }

    .ApReviewPrint .SectionHead {
        border: none;
        color: #000;
        margin: 0em;
    }

    .AppResponseText {
        /* respone text */
        font-weight: bold;
        font-size: 100%;
    }

    .UserProfileTable th {
        padding: 0.125em;
        width: 20%;
        font-size: 85%;
    }

    .UserProfileTable td {
        padding: 0.125em;
    }

    .AlternateDivs label {
        font-size: 0.75em;
        margin: 0;
    }

    td.AppResponseText label {
        font-size: 0.75em;
        margin: 0;
    }

    /*.ApReviewPrint table, .ApReviewPrint th, .ApReviewPrint td {
    page-break-after: avoid;
    page-break-inside: avoid;
}*/
    .ApReviewPrint td {
        page-break-inside: avoid;
    }


    #printSQ {
        width: 100%;
    }

    #PageContent {
        margin: 0em auto;
        background: #ffffff url(../../_skin/images/StateOfDelaware.png) no-repeat 1em .25em;
    }

    .AppPageTable {
        border: 0;
    }

    .Controls {
        /* HIDE THE BUTTONS */
        display: none;
    }
    /* SHOW THE COUNTY APP HEADER */
    #CountyHeadBlock {
        display: block;
    }

    * {
        background-color: white !important;
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a:after {
            content: " (" attr(href) ")";
        }

    abbr:after {
        content: " (" attr(title) ")";
    }

    .ir a:after {
        content: "";
    }
    /* Don't show links for images */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}


/*---------------------------------------------*/
/*  For Responsive Layout                      */
/*---------------------------------------------*/
@media (min-width: 650px) {

    #home {
        /*background-color: #f1f1f1;*/
        padding: 1em !important;
    }

    #PageWrapper {
        max-width: 966px;
        margin: 0 auto;
        background-color: transparent;
        overflow: hidden;
    }

    #PageContent {
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    #main-nav {
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -khtml-border-radius: 10px 10px 0 0;
        height: auto;
        vertical-align: middle;
    }

    #footer {
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -khtml-border-radius: 0 0 10px 10px;
        margin: 0 !important;
    }

    .navbar-fixed-top {
        top: auto !important;
        position: relative !important;
        left: auto !important;
    }
}

}

@media (max-width: 876px) {

    .navbar-nav {
        font-size: 90%;
    }

    .nav > li > a {
        padding: 10px !important;
    }
}

@media (min-width: 981px ) {
   .ApPageBody #PageContent { width: 1100px;}
}
@media (max-width: 980px) {
    #PageContent {
        margin: 0em 0 0 0;
        padding: 0em;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
        width:100%;
    }

    .PoweredBy {
        margin-top: 0px;
        padding: 0em 0em 0em 0em;
    }

    #JobBulletin, #TermsOfUseDiv, #JobStatusBoard, #JobStatus, #PersonalStatusBoardPage, .FreeNames, #ClassSpecsInterestCard, #UserLogonForm, .UserRegistration {
        margin: 0em 0.25em;
    }

    #footer {
        margin: 0;
        padding: 0em 1em;
        text-align: center;
    }

    #JobBulletin div.ApplyPanelDiv {
        width: auto !important;
        width: 100%;
    }

    #JobBulletin .ApplyPanel td {
        padding: 0.25em !important;
    }

    #TermsOfUseForm {
        margin: 0;
    }

    input.liquid, textarea.liquid, select.liquid {
        width: 90%;
    }


    .Controls button, .Controls input.btn {
        margin-bottom: 0.5em !important;
    }

    body.ApPageBody #AppNavBarDiv {
        padding-top: 10px;
        background: #ffffff url(../../_skin/images/DSP.png) no-repeat center top;
        background-size: 60px auto;
    }

    #AppNavBarDiv p.JobTitle {
        margin-top: 60px;
    }
}

@media (max-width:500px) {

    .AppPageWrapper {
        width: 100% !important;
    }

    #AppPageDiv {
        padding: 0em;
    }

    #footer {
        margin: 0 !important;
    }

    .MessagePanel {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #ApPageFooter {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

    #SearchPanel legend span, fieldset.LayoutAdjust h2 {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

    #AppPageDiv .MessagePanel {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }
}
