@import url(base.css);
/* 
RESET AND SET THE BASE STYLES
*/

/*
JOBAPS COLORS
- dark main = #0A538B
- light gray =  #dddddd
- gold = #E9BD29
- gray #dddddd, #666666

    - #ebebeb - body background

#dddddd = gray, message panel background color
#0A538B = dark blue, headers, box borders

#e8e8e8 = light gray, row alternate
#ffcc00 - post-it yellow, for call-outs

*/


/* DEFINE THE OEC BASIC SKIN */
body {
    font-size: 0.875em; /* 14px */
}

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;*/
}

#PageContent {
    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: #0A538B;
}

h1 {
    font-size: 140%;
    margin: 1em 0em;
    clear: both;
}

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: 900px;
        background-color: #ffffff;
        /*background: #ffffff url(../../_skin/images/CT-logo.jpg) no-repeat 1em .5em;
        background-size: 75px auto;
        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.AdminBody #PageContent {
    padding: .5em 1em;
    margin: 0em auto;
    width: auto;
    background-color: #ffffff;
    /* SET IN @PRINT TOO */
}


.ErrorPage {
    text-align: left;
}

#ErrorAppNavBarDiv {
    /*height: 12em;
    background: #ffffff url(../../_skin/images/CT-logo.jpg) no-repeat left center;*/
}

.PoweredBy {
    float: right;
    clear: both;
    max-width: 900px;
    display: none;
}

    .PoweredBy span {
        font-size: 0.75em;
    }

    .PoweredBy img {
        vertical-align: -30%;
    }

select:disabled {
    color: grey !important;
}

/*---------------------------------------------*/
/*  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: #0A538B;
    color: #fff;
    max-width: 900px;
    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: 900px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*---------------------------------------------*/
/*  JOBLISTING PAGE                     */
/*---------------------------------------------*/
/*---------------------------------------------*/
/*  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: 0.5em;
        }

        #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: #EF780E;
        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: #0A538B;
    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 {
}

#SearchPage h2 {
    font-family: 'Karla', serif;
    font-weight: 500;
    font-size: 120%;
    background-color: #0A538B;
    color: #fff;
    text-align: center;
    padding: 0.25em 0em 0.5em;
    margin: 1em 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 #0A538B;
    border-right: 1px solid #0A538B;
}

#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: #0A538B;
        font-weight: bold;
        padding: .25em;
    }

        #SearchPanel legend span, fieldset.LayoutAdjust h2 {
            background-color: #0A538B;
            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: #0A538B;
        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: #0A538B;
    }

        .JobListing tr.ColumnHeader th, .JobListingSpecial tr.ColumnHeader th {
            color: #ffffff;
            text-align: center;
            padding: .25em;
            border-left: 1px #e8e8e8 solid;
/*            text-shadow: 1px 1px 1px #333;
*/        }

            .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: #0A538B;
            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 , .CardTitle .IconNew {
        background-image: url("../../graphics/newIcon.png");
        background-repeat: no-repeat;
        background-position: 50% -0.75em;
        padding-top: 1.6em;
    }
    .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 #0A538B;*/
        padding: 0.5em 1em;
    }

    .JobCard .CardTitle {
        width: 100%;
        text-align: center;
        background-color: #0A538B;
        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%;
        display: block;
    }

    .JobCard .JobNum {
        display: block;
    }

    .JobCard dl {
        padding: 0em;
        margin: 0em;
    }

    .JobCard dt {
        float: left;
        clear: left;
        width: 7.25em;
        text-align: right;
        color: #999;
        font-size: 85%;
        margin-top: 0.5em;
        /*white-space: nowrap;*/
        vertical-align: top;
    }

        .JobCard dt:after {
            /*content: ":";*/
        }

    .JobCard dd {
        margin: .5em 0 0 7.5em;
        padding: 0.25em 0 0em 0;
        border-top: 1px dotted #ccc;
        vertical-align: top;
        min-height: 1em;
    }

        .JobCard dd:first-of-type {
            border-top: none;
            padding-top: 0em;
        }

.ListingPanel .Locs div {
    max-height: 100px;
    overflow: auto;
    display: inline-block;
    width: 100%;
}

    .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: #EF780E !important;
*/}

#ListingPanelSpecial {
/*    background-color: #b3bdcc;
*/}

    #ListingPanelSpecial h2 {
/*        background-color: #054266 !important;
*/        margin-top: 1em;
    }

    #ListingPanelSpecial .CardTitle {
/*        background-color: #054266;
*/    }

.JobListingSpecial tr.ColumnHeader th {
    background-color: #0A538B;
    font-size: 100%;
}

.ListingPanel {
/*    background-color: #d1c7cd;
*/}

    .ListingPanel h2 {
/*        background-color: #0071BB !important;
        margin-top: 1em !important;*/
    }

    .ListingPanel .CardTitle {
/*        background-color: #0071BB;
*/    }

    .ListingPanel .JobListing tr.ColumnHeader th {
        background-color: #0A538B;
        font-size: 80%;
    }

.NoResultsSection {
    background-color: #f1f1f1;
}

    .NoResultsSection h2 {
        background-color: #666 !important;
        margin-top: 1em !important;
    }

.ListingPanel1 {
/*    background-color: #a3c2bd !important;
*/}

    .ListingPanel1 h2 {
/*        background-color: #3A945B !important;
*/        margin-top: 1em !important;
    }

    .ListingPanel1 .CardTitle {
/*        background-color: #3A945B;
*/    }

    .ListingPanel1 .JobListing tr.ColumnHeader th {
/*        background-color: #3A945B;
*/        font-size: 80%;
    }


.ListingPanel2 {
/*    background-color: #DFDEE0 !important;
*/}

    .ListingPanel2 h2 {
/*        background-color: #652d90 !important;
*/        margin-top: 1em !important;
    }

    .ListingPanel2 .CardTitle {
/*        background-color: #652d90;
*/    }

    .ListingPanel2 .JobListing tr.ColumnHeader th {
/*        background-color: #652d90;
*/        font-size: 80%;
    }

.ListingPanel3 {
/*    background-color: #f1f1f1 !important;
*/}

    .ListingPanel3 h2 {
/*        background-color: #88BFE3 !important;
*/        margin-top: 1em !important;
    }

    .ListingPanel3 .CardTitle {
/*        background-color: #88BFE3;
*/    }

    .ListingPanel3 .JobListing tr.ColumnHeader th {
/*        background-color: #88BFE3;
*/        font-size: 80%;
    }

.ListingPanel4 {
    background-color: #a3c2bd !important;
}

    .ListingPanel4 h2 {
/*        background-color: #43AC6A !important;
*/        margin-top: 1em !important;
    }

    .ListingPanel4 .CardTitle {
/*        background-color: #43AC6A;
*/    }

    .ListingPanel4 .JobListing tr.ColumnHeader th {
/*        background-color: #43AC6A;
*/        font-size: 80%;
    }



@media only screen and (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: #0A538B;
        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: #0A538B;
        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 #0A538B solid;
        border-bottom: 2px #0A538B 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 #0A538B solid;
        background-color: #dddddd;
    }

        #JobBulletin .ApplyPanel td {
            padding: 1em;
            font-weight: bold;
            font-size: 105%;
            border: 1px #0A538B solid;
            color: #0A538B;
        }

            #JobBulletin .ApplyPanel td.RightPanel {
                background-color: #ffffff;
                font-weight: normal;
            }


#JobBulletinBody h2 {
    padding-left: .5em;
    text-transform: uppercase;
}

#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: #0A538B;
        text-align: center;
        text-transform: uppercase;
    }

#TermsOfUseForm {
    border: 1px #0A538B 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: #0A538B;
    }

        #PersonalStatusBoard tr.ColumnHeader th {
            color: #0A538B;
            text-align: center;
            vertical-align: middle;
            border-left: 1px #fff solid;
        }

            #PersonalStatusBoard tr.ColumnHeader th a {
                color: #0A538B;
            }

    #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 tr.even td:first-child {
            border-left: 1px #e8e8e8 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: #0A538B;
        color: #ffffff;
        padding: .5em;
	width: 100%;
        -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 {
    text-align: center;
}

.ClassSpecsWrapper h2 {
    font-weight: bold;
    color: #0A538B;
    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 #0A538B;
        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: #0A538B;
        font-weight: bold;
        padding: .25em;
    }

        #UpdateContactInfo legend span, #UserRegistration legend span, #LogonPanel legend span {
            background-color: #0A538B;
            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: #0A538B;
        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: #0A538B;
        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: #0A538B;
            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: 962px;
    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%;*/
}

#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: #0A538B;
    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: #0A538B;
        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: #0A538B;
    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: #0A538B;
        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;
}

/* 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: #0A538B;
        background-color: #dddddd;
    }
/* APP SCHOOL SPECIAL SKILL DIV */
#ApPageSpecialSkills {
    width: 100%;
}
/* APP SCHOOL  DIV */
.AppSchoolFloat {
    float: left;
    min-height: 115px;
    padding: 0.5em;
}


/* WIDE TABLE FLOATS */
.LiquidFloat {
    float: left;
    padding: 0.5em;
}
.ApDeleteLink { text-align: right; margin-right: 1em;}

/* 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: #0A538B;
        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: #0A538B;
        background-color: #dddddd;
    line-height: 1.2;
    padding-left: 0.5em;
    }

.AppPageJobTable caption { padding: 0 0 0.5em; font-weight: bold;}
/* 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: #0A538B;
    font-weight: bold;
    font-size: 110%;
    padding: 0;
    margin: 0; /* padding: .25em;*/
}

    #AppPageForm legend span {
        background-color: #0A538B;
        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: #0A538B;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -27px;
    left: 2px;
    width: 98%;
    padding: .25em .5em;
}

#AppPageForm fieldset .MessagePanel {
    margin: 0px 0px 0.5em 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.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;
    }

/* LOCATIONS */
ul.AppLocations {
    list-style: none;
    margin: 0;
    margin-left: 0em;
}
.ApPageBody #ApLocations {
    height: 200px;
    overflow-y: scroll;
}


/* AP PROFILE LANGUAGES */
#AppPageLanguageTable {
}

    #AppPageLanguageTable select, #AppPageLanguageTable input[type="text"] {
        /*width: 15em;*/
    }

/* 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;
}




/* 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: #0A538B;
    font-weight: bold;
    border: none !important;
    vertical-align: middle !important;
}

    .MultiApSectionEditCol label {
        font-weight: bold;
    }

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%;
}

.AppPageSchoolTable td, .AppPageTrainingTable td, .AppPageCertTable td, .Signature td {
    border-left: 1px solid #dddddd;
}

.ApReviewPrint table, .ApReviewPrint th, .ApReviewPrint td {
    page-break-after: avoid;
    page-break-inside: avoid;
}

.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: .125em;
    color: #0A538B;
}

.ApReviewPrint .SectionHead {
    clear: both;
    page-break-after: avoid;
    page-break-inside: avoid;
    border-top: 2px solid #0A538B;
    border-bottom: 2px solid #0A538B;
    color: #0A538B;
    font-weight: bolder;
    padding: 5px;
    margin-top: .5em;
}
.BatchPrint .ApReviewPrint .SectionHead {
    color: #fff;
}
.ApReviewPrint .UserProfileTable tr:first-child {
    /*border-top: 1px solid #dddddd;*/
}

.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: #0A538B;
        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: #0A538B;
            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;
    background-color: #ffffff;
    padding: 0;
    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 #0A538B;
    border-right: 1px solid #0A538B;
}

.WarningPanel {
    background-color: #ffffcc;
    margin: 2em;
    padding: 2em;
    border: 1px #ffffff solid;
    border-bottom: 1px solid #0A538B;
    border-right: 1px solid #0A538B;
}

.CallOut {
    font-weight: bold;
    color: #0A538B;
    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: #0A538B;
        padding: .5em 3em;
        background-color: #dddddd;
        margin: .5em 0;
    }

        #ClassSpecsInterestCard ul li.LetterGroup a {
        }

#ClassSpecsInterestCard legend {
    display: none;
}

/*---------------------------------------------*/
/*  MISC GLOBALS                                 */
/*---------------------------------------------*/
a:link {
    text-decoration: none;
    /*color: #0A538B;*/
}

a:visited {
    text-decoration: none;
    /*color: #0A538B;*/
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

hr {
    /*color: #0A538B;*/
    border-top: 1px solid #e1e1e1 !important;
}

a.ButtonStyle2 {
    border: #0A538B 2px solid;
    text-align: center;
    padding: 4px 4px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333;
    background-color: #0A538B;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

a:hover.ButtonStyle2, a:focus.ButtonStyle2 {
    border: #0A538B 2px solid;
    color: #0A538B;
    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;
}

.ButtonStyleSmall {
    border-width: 1px;
    text-align: center;
    padding: 0px 3px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #0A538B;
    margin: 2px;
    font-size: 90%;
}

.ButtonStyle {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #ffffff;
    margin: 0.125em;
}

    .ButtonStyle:hover, .ButtonStyle:active, .ButtonStyle.active, .ButtonStyle.disabled, .ButtonStyle[disabled] {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .ButtonStyle:active, .ButtonStyle.active {
    }

    .ButtonStyle:first-child {
    }

    .ButtonStyle.default {
        background-color: #fff;
        border-color: #ccc;
        color: #333;
    }

    .ButtonStyle.primary {
        background-color: #337ab7;
        border-color: #2e6da4;
        color: #fff;
    }

    .ButtonStyle.default:hover,
    .ButtonStyle.default:focus,
    .ButtonStyle.default.focus,
    .ButtonStyle.default:active,
    .ButtonStyle.default.active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .ButtonStyle.default:active,
    .ButtonStyle.default.active,
    .open > .dropdown-toggle.ButtonStyle.default {
        background-image: none;
    }

    .ButtonStyle.primary:hover,
    .ButtonStyle.primary:focus,
    .ButtonStyle.primary.focus,
    .ButtonStyle.primary:active,
    .ButtonStyle.primary.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

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: 0.0625em;
    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 */
.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;
}

/* 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%;
}

.addthis_sharing_toolbox {
    text-align: center;
}

/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print {
    /* Hides or change layout for print */
    body {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    #PrintWrapper, #AppPageDiv {
        width: auto;
        margin: 0;
        padding: 0;
    }

    #PrintWrapper, #AppPageDiv, #hrscontent, .AppPageDivBorder {
        width: 100%;
    }

    #PrintDivWrapper, #PrintDiv, #PrintDiv2, .EditButton {
        display: none;
    }

    .AppResponseText {
        /* respone text */
        font-weight: bold;
        font-size: 100%;
    }

    #printSQ {
        width: 100%;
    }

    #PageContent {
        margin: 0em auto;
        /*background: #ffffff url(../../_skin/images/CT-logo.jpg) 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: none !important;
        }

    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 only screen and (max-width: 1150px) {
    #CTMovieFrame{
        width: 475px;
    }
}
@media only screen and (max-width: 1120px) {
    #CTMovieFrame{
        width: 100%;
        margin-bottom:1em;
    }
}

@media only screen and (min-width: 650px) {

    #home {
    }

    #PageWrapper {
        /*max-width: 962px;*/
        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 only screen and (max-width: 876px) {

    .navbar-nav {
        font-size: 90%;
    }

    .nav > li > a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    #PageContent {
        margin: 0em 0 0 0;
        padding: 0em;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

    .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;
    }
}

@media only screen and (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;
    }

    .word-wrap {
        -ms-word-break: break-all;
        word-break: break-all;
        // Non standard for webkit word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}
