﻿#AJClogo {margin:10px;margin-bottom:60px;}

#banner {
    background: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

#interior {
    width: 100%;
}

#signIn {
    position: absolute;
    top: 20px;
    right: 3%;
}

#loginButton {
    font-size: small;
    padding: 7px 25px;
    position: relative;
    font-weight: bold;
    margin-top: 0px;
    background-color: #b7e0ff !important;
}

#first_lvl_btns {
    z-index: 9999;
}

    #first_lvl_btns li ul {
        background-color: #c2d3e0;
        display: none;
        left: 0;
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        position: absolute;
        top: 35px;
        z-index: 999;
        font-size: .87em;
    }

    #first_lvl_btns li:hover ul {
        display: block;
    }

    #first_lvl_btns li ul li a {
        border-top: 2px solid #003663; /* changes color of divider lines of main nav on desktop */
    }

#menuContainer .nav-btn ul li a {
    line-height: 18px;
    padding: 9px 0;
}


#first_lvl_btns li ul li:hover a {
    background-color: #003663; /* changes background color of highlight of main nav hover on desktop */
    color: #ffffff !important;
}

#left_block_column {
    width: 65%;
    margin-right: 1%;
    position: relative;
    float: left;
}

#right_block_column {
    width: 34%;
    position: relative;
    float: left;
    margin-left: 0;
}

#slides {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#mobileBanner {
    display: none;
}

#videoBlock {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

    #videoBlock #videoFrame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#employersBlock {
    width: 49.5%;
    text-align: center;
    height: 170px;
    margin-right: 1%;
}

    #employersBlock #resumeCount {
        position: absolute;
        top: 6px;
        right: 5px;
        color: #ffffff;
        margin: 0;
    }

#jobseekersBlock {
    width: 49.5%;
    text-align: center;
    height: 170px;
}

    #jobseekersBlock h3, #employersBlock h3 {
        margin-bottom: 20px;
    }

    #jobseekersBlock #jobCount {
        position: absolute;
        top: 6px;
        right: 5px;
        color: #ffffff;
        margin: 0;
    }

.orange_arrow {
    display: none;
    float: left;
    margin-left: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

#workforceeventsBlock, #exploreLmiBlock {
    text-align: center;
    height: 170px;
    width: 100%;
}

#bottomBlock {
    width: 100%;
    position: relative;
    float: left;
}

#iconBlock {
    position: relative;
    float: left;
    width: 80%;
    padding: 10px 0;
    background: #ffffff;
    margin: 10px 9% 0 10%;
}

    #iconBlock .icon_holder {
        position: relative;
        float: left;
        width: 15%;
        margin: 0 .5%;
        text-align: center;
    }


    #iconBlock h3 {
        display: none;
    }


#dwdLogo {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 2%;
}

#AmericanJobCenterBanner {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 2%;
}

.block h3 {
    color: #ffffff;
    margin-top: 3px;
    margin-left: 8px;
    text-align: left;
}

.block .more_link {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #80bee8;
    font-weight: bold;
}

    .block .more_link img {
        position: relative;
        top: 2px;
    }

    .block .more_link a:link, .block .more_link a:visited {
        color: #b7daf2;
        text-decoration: none;
    }

    .block .more_link a:hover, .block .more_link a:active, .block .more_link a:focus {
        color: #b7daf2;
        text-decoration: underline;
    }

.buttonorange a {
    color: #ffffff;
    text-decoration: none;
}

.img-dollar {
    vertical-align:middle;
    margin-top:-5px;
}

.img-question {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
}

/*Workforce Events Box*/
.event {
    position: relative;
    float: left;
    width: 90%;
}

.event_date_box {
    background-color: #73c2ff;
    clear: left;
    color: #ffffff;
    float: left;
    margin: 0 10px 10px 15px;
    padding: 2px 8px;
    text-align: center;
    width: 30px;
    line-height: 12px;
}

.event_name {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .event_name a {
        color: #80bee8;
    }

.event_place {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile_more {
    display: none;
}

/*End Workforce Events Box*/


.old_browser_notify_bar {    
    position: fixed;
    z-index: 111111;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #A29330;
    background: #FDF2AB no-repeat 13px center url(../../images/ie.png);    
    text-align: left;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 12px;    
}

.old_browser_notify_bar div {
    padding: 5px 36px 5px 40px;
}

.old_browser_notify_bar_close {
    position: absolute;
    right: 6px;
    top: -2px;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 !important;        
}

a.Button {
    width: auto;
    overflow: visible;
    background: #107fc9;
    background: linear-gradient(to bottom, #73C2FF 0%, #107fc9 100%) repeat scroll 0% 0% #107fc9;
    border-radius: 4px;
    padding: 2.5px 5px 2.5px 5px;
    font-weight: bold;
    border: 1px solid #44478D;
    color: #fff;
    text-shadow: 0px 1px 1px #1b7fc3;
    height: 24px;
    line-height: 0.6em;
    text-decoration:none;
}


.widget-content h4 {
    margin:0.75em 0 0 0;
}


.ui-autocomplete .ui-menu-item {
    font-family: Lato,Trebuchet MS,verdana,Geneva,URW Gothic L,Nimbus Sans L,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

    .ui-autocomplete .ui-menu-item:nth-child(16) {
        font-size:12px;
        font-style:italic;
    }

.jobTitleBox {
    min-width: 250px;
}


.edu-training-accordion .ui-accordion-header.ui-state-default{
    background:#EDF7FF !important;
}

.edu-training-accordion .ui-accordion-header.ui-state-hover, .edu-training-accordion .ui-accordion-header.ui-state-active{
    background:#D5EDFF !important;
}


@media screen and (max-width: 1150px) {


    .mobile_more {
        display: none;
    }
}

@media screen and (min-width: 1000px) {

    div.Status3Boxes {
        width: 29%;
        min-height: 215px;
    }

    div.Status4Boxes {
        width: 22%;
        min-height:275px;
    }

    div.Status5Boxes {
        width: 16%;
        min-height:425px;
    }

}

/*Tablet view customizations*/
@media screen and (min-width: 676px) and (max-width: 1000px) {


    #left_block_column {
        width: 100%;
    }

    #right_block_column {
        width: 100%;
        margin: 0px;
    }

    #videoBlock {
        width: 49.5%;
        margin-right: 1%;
        height: 200px !important;
    }

    #workforceeventsBlock, #exploreLmiBlock {
        width: 49.5%;
        height: 200px;
    }

        #workforceeventsBlock .event_date_box {
            margin-left: 5px;
            margin-right: 5px;
        }

    #iconBlock .icon_holder {
        width: 32%;
    }

    #iconBlock #icon2, #iconBlock #icon2, #iconBlock #icon3 {
        margin-bottom: 20px;
    }

    div.Status3Boxes {
        width: 29%;
        min-height: 275px;
    }

    div.Status4Boxes {
        width: 22%;
        min-height: 275px;
    }

    div.Status5Boxes {
        width: 16%;
        min-height: 425px;
    }

}
/*End Tablet View*/

/* Added for Google Translate KK START */
.showOnMobile {
	display: none !important;
}
/* Added for Google Translate KK END */

/*Mobile View customizations*/
@media screen and (max-width: 675px) {
/* Added for Google Translate KK START */
    .showOnMobile {
		display: block !important;
		width: inherit;
	}

	.showOnMobile select {
		width: inherit;
		text-align: center;
		background-color: #003663 !important;
	}
/* Added for Google Translate KK END */
	#AJClogo {margin-bottom: 150px;}
	
	.hideonmobile {display:none;}

    #maincolumn {
        width: 100%;
        margin-bottom: 13%;
    }

    #home_block_holder {
        display: table;
    }

    #left_block_column {
        display: table-header-group;
    }

    #right_block_column {
        display: table-footer-group;
        float: none;
    }

    #iconBlock {
        display: table-row-group;
        float: none;
    }

    #menuContainer {
        background: #111;
        text-align: center;
    }

    #mobileBanner {
        display: block;
        float: left;
        margin-bottom: 10px;
        position: relative;
        width: 98%;
        margin: 20px 1% 5px 1%;
    }

        #mobileBanner img {
            height: auto;
            margin: 0;
            max-width: 100%;
            position: relative;
            width: 100%;
        }

    #responsiveMenu {
        outline: none;
    }

    #left_block_column, #right_block_column {
        width: 98%;
        margin: 0 1%;
    }

    #home_block_holder .block {
/*        background: none;
        box-shadow: none; */
        width: 100%;
        position: relative;
        float: left;
    }

    #employersBlock.block, #jobseekersBlock.block, #exploreLmiBlock.block {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #employersBlock.block {
        /* margin-bottom:25px;	*/
    }
        #employersBlock #resumeCount {
            margin-right: 25px;
        }

    #jobseekersBlock.block {
        margin-bottom: 15px;
        margin-top: 10px;
    }
        #jobseekersBlock #jobCount {
            margin-right: 25px;
        }

    #exploreLmiBlock.block {
        /* margin-bottom:25px;	*/
    }

        #employersBlock.block .button, #jobseekersBlock.block .button, #exploreLmiBlock.block .button {
            width: 100%;
            position: relative;
            float: left;
        }

    #dwdLogo {
        margin-top: 0;
        margin-bottom: 10px;
        border-top: 4px solid #003663;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .block .button {
        text-align: center;
        width:90% !important;
/*        display: none; */
        width: auto;
        box-shadow: none;
        margin-bottom: 10px !important;
        margin-left: 5%;
    }
/*

        .block .button a, .block .button a, .mobile_more a, .block .button {
            color: #2e93d1 !important;
            background: transparent !important;
            font-size: 1em;
            text-shadow: none;
            font-weight: normal;
        }

    .orange_arrow {
        display: block;
    }
*/

    #signIn, .block .more_link {
        display: none;
    }
/*
    .buttonorange, .buttonorange:hover {
        background: none;
        box-shadow: none;
    }
*/

        #employersBlock h3 .icon, #jobseekersBlock h3 .icon, #exploreLmiBlock h3 .icon {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 5px;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }
/*
        #employersBlock h3 .expand_icon, #jobseekersBlock h3 .expand_icon, #exploreLmiBlock h3 .expand_icon {
            background-image: url('/images/expand_plus.png');
        }

        #employersBlock h3 .collapse_icon, #jobseekersBlock h3 .collapse_icon, #exploreLmiBlock h3 .collapse_icon {
            background-image: url('/images/collapse_minus.png');
        }
*/
    #iconBlock {
        background: #ffffff;
        box-shadow: none;
    }

        #iconBlock .icon_holder {
            width: 30%;
            margin: 0 1% 3% 1%;
            min-height: 100px;
            min-width: 100px;
        }

    #workforceeventsBlock .event_name a {
        color: #0c5c91;
    }

    #workforceeventsBlock .event_place {
        color: #000000;
    }

    #workforceeventsBlock h3 {
        color: #000000;
        font-size: 1.2em;
    }

    #videoBlock {
        background-color: #003663 !important;
        height: 0;
        overflow: hidden;
        padding-bottom: 5%;
        padding-top: 30px;
        position: relative;
        margin-top: 20px;
    }

        #videoBlock #videoFrame {
            max-width: 516px;
            max-height: 315px;
        }

    .mobile_more {
        display: none;
        position: relative;
        float: left;
        margin-top: 10px;
        margin-left: 15px;
    }

    #workforceeventsBlock .mobile_more {
        display: block;
        margin-left: 0;
        margin-top: 0;
    }

    #wrapper {
        background-color: #ffffff;
    }
}
/*End mobile view*/

/*Undo Mobile*/
@media screen and (min-width: 676px) {
    #employersBlock .button, #jobseekersBlock .button, #exploreLmiBlock .button {
        display: inline-block !important;
    }

    .mobile_more {
        display: none !important;
    }
}
/*End Undo Mobile*/


/* DET DVR Customizations*/
#skipnav, span.skip, label.skip, ul.skip {
    position: absolute;
    left: -999px;
}

.loose-ends {
    background-color: yellow !important;
}

#tab-businesses {
    white-space: nowrap;
}

#aspnetForm {
    height: 100%;
}

/* Hides CheckBox Labels in ASP.NET */
.hiddenText label
{
    display:none;
}

img.WidgetIcon {
    vertical-align:middle;
}

/* FOR JOBNET BUSINESS HISTORIC STYLING */
.WindowBackground {
    background-color: #d3e4f5;
    background-image: none;
    background-repeat: repeat;
    vertical-align: baseline;
    clear: both;
    border: #6E87BF 1PX solid;
}

.SectionTitle {
    background-color: #336699;
    color: white;
    font-size: smaller;
    font-weight: bold;
    vertical-align: baseline;
}

INPUT.ReadOnly, SELECT.ReadOnly, OPTION.ReadOnly {
    background-color: #d3e4f5;
    border: medium none;
    font-weight: bold;
}

INPUT.ReadOnlyNotBold {
    background-color: #d3e4f5;
    border: medium none;
    font-weight: normal;
}

.RedValidator {
    color: red;
    font-weight: bold;
    font-family: Arial, 'Times New Roman', 'MS Sans Serif', sans-serif;
    cursor: help;
    font-size: large;
}

.RedValidatorSmall {
    color: red;
    font-family: Arial, 'Times New Roman', 'MS Sans Serif', sans-serif;
    font-size: small;
    font-weight: bold;
}

.MandatoryStatement {
    color: navy;
}

.GreyReadOnly {
    font-size: small;
    color: gray;
    font-family: Arial, sans-serif;
}

.GreyReadOnlyLabelTextBoxOnTab {
    font-size: small;
    color: gray;
    border-top-style: none;
    font-family: Arial, sans-serif;
    border-right-style: none;
    border-left-style: none;
    background-color: #E3E8F2;
    border-bottom-style: none;
}
/* END JOBNET BUSINESS HISTORIC STYLING */

/* old Xinterior.css */
#footnotes {
    width: auto;
    height: auto;
    overflow: auto;
    font-size: small;
    padding: 10px;
    margin: 10px;
    clear: both;
}

    #footnotes h2 {
        color: #F58025;
        font-size: larger;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    #footnotes h3 {
        color: #18467C;
        font-size: medium;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 9px;
        padding-left: 10px;
    }

    #footnotes p {
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }

    #footnotes ul {
        list-style-type: disc;
        padding-left: 35px;
        padding-bottom: 10px;
    }

    #footnotes ol {
        list-style-type: decimal;
        padding-left: 35px;
        padding-bottom: 10px;
    }

    #footnotes li {
        list-style-type: inherit;
        margin-bottom: 5px;
    }

    #footnotes hr {
        margin-top: 10px;
        margin-bottom: 10px;
        clear: both;
    }

div.notice {
    vertical-align: middle;
    margin: 4px;
    float: left;
    width: 32%;
    min-height: 350px;
    border: 1px solid #6E87BF;
    margin-bottom: 10px;
}

.notice h4 {
    min-height: 25px;
}

Input.loginInputBox {
    width: 65%;
}

.additionalinfo {
    border-bottom: 1px dotted #000;
    font-variant: normal;
    cursor: help;
}

#login {
    background-color: #f7921e;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 5px;
    width: auto;
}

    #login #inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    #login a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    #login #key {
        padding: 10px;
        position: relative;
        left: 50%;
        width: 51px;
    }

    #login .spacing {
        padding-top: 10px;
        padding-bottom: 10px;
    }

@media screen and (max-width: 675px) {
    div.notice {
        width: auto;
        min-height: initial;
    }
}

@media screen and (min-width: 676px) and (max-width: 1000px) {
    div.notice {
        width: 31%;
        min-height: 350px;
    }
}

@media screen and (min-width: 1480px) {
    div.notice {
        width: 32%;
        min-height: 350px;
    }
}
/* End old Xinterior.css */

/* RES Specific */
table {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}

    TABLE.DetailsWide {
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-spacing: 1px;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        width: 100%;
        font-size: small;
    }

TH.RatingQuestionNumberHeading {
    text-align: center;
    width: 3%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

TH.RatingQuestionHeading {
    width: 57%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

TH.RatingHeading {
    width: 8%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.RES_Session_HeaderStyle {
    color: white;
    background-color: #000084;
    border: 3px solid #000084;
}

div#resource_links {
    background-color: #e6e6e6;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0b108c;
    border-right-color: #0b108c;
    border-bottom-color: #0b108c;
    border-left-color: #0b108c;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

div#option_content, div#required_content {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0b108c;
    border-right-color: #0b108c;
    border-bottom-color: #0b108c;
    border-left-color: #0b108c;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

.Progress {
    color: Green;
    font-size: medium;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 9px;
}

.H2NoPaddingLeft {
    color: #18467c;
    font-size: medium;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 9px;
}

.H3NoPaddingLeft {
    color: #18467C;
    font-size: small;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
}

.Block {
    clear: both;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

TD.LabelColumnWithPaddingNoBorderAndWidth {
    vertical-align: top;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 4%;
}

TD.LabelColumnWithPaddingNoBorder {
    vertical-align: top;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

TD.LabelColumnWithPaddingNarrow {
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 35px;
}

.Correct {
    color: green;
    font-weight: bold;
}

.Alert, #interior #content .Alert p {
    color: red;
    font-weight: bold;
}


span.text-area {
    width: 60%;
}

.mark_grn, .mark_ylw, .mark_none {
    width: 25px;
    height: 20px;
    display: inline-block !important;
    margin-right: 17px;
    margin-left: 115px;
    margin-top: 0px;
}


.smaller_txt {
    /*font-size: 0.9em;*/
    padding-top: 5px;
    padding-left: 60px;
    text-indent: -50px;
    display: inline-block !important;
}

.LabelColumnWithPadding {
    vertical-align: middle;
    text-align: left;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 3px;
    padding-top: 3px;
}

TD.LabelColumnWithPadding {
    vertical-align: middle;
    text-align: left;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

TD.LabelColumnWithLeftPadding {
    vertical-align: middle;
    text-align: left;
    padding-right: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

TD.Rating {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    text-align: center;
    vertical-align: middle;
}
/* END of RES */


@media screen {
    div.printonly, .printonly {
        display: none;
    }

    /* UpdateProgress style */
    .progress {
        cursor: progress;
        position: absolute;
        background-color: #979797;
        opacity: .1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)"; /* IE 8 */
        _filter: alpha(opacity=10); /* IE 6 and below */
        text-align: center;
        clear: both;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }

        .progress img {
            padding-top: 30%;
        }

        .progress p {
            padding-top: 10px;
            font-weight: bold;
            font-size: large;
        }

    /* Timeout Warning panel/div style  PR 22090 10/29/2012 Carlin */
    .timeout {
        cursor: progress;
        position: fixed;
        left: 0px;
        top: 0px;
        text-align: center;
        border-style: none;
        background-color: #F5F7F8;
        clear: both;
        width: 100%;
        height: 100%;
        font-weight: bold;
        font-size: large;
        opacity: .7;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=70)';
        _filter: alpha(opacity=70);
    }

        .timeout img {
            padding-top: 10%;
        }

    .modalpopup {
        background-color: White;
        padding: 6px 6px 6px 6px;
        border-style: solid;
        border-width: 2px;
        min-width: 200px;
        min-height: 150px;
        text-align: center;
    }
}


/* old Zoverride.css */
input[type='text'], input[type='password'], select {
    padding-left: 5px;
    border: 1px solid #ccc;
}

textarea {
     padding: 5px;
}

    input[type='text'], input[type='password'], select:not([multiple]) {
        height: 30px;
    }

input[type='checkbox'], input[type="radio"] {
    margin-left: 30px;
    margin-right: 7.5px;
    margin-top: 2.5px;
    margin-bottom: 5px;
}

input[type='checkbox'] {
    margin-left: 5px;
}

.checkbox-list li {
    list-style: none;    
    vertical-align: top;
    margin-left: 25px;
}

.checkbox-list li .dataInputLabel {
    padding-right:25px;
}

.radiobtn-list-3 li {
    list-style: none;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-left: 25px;
}


/*.checkbox-list-2 li {
    list-style: none;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 25px;   
    color:red; 
}*/

.checkbox-list-3 li {
    list-style: none;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-left: 25px;
}


    .checkbox-list li input, .radiobtn-list-3 li input, .checkbox-list-3 li input {
        margin-left: -18px;
    }

.checkbox-list, .radiobtn-list-3, .checkbox-list-3 {
    margin-top: 0px;
    /*margin-left:-10px*/
}


.dataInputRow {
    margin: 10px 0;
}

.dataInputLabel {
    display: inline-block;
    line-height: 1.25em;
    vertical-align: top;
    width: 20%;
}

textarea + span {
    vertical-align: top;
    padding-top: 5px;
}


.dataInputField {
    display: inline-block;
    vertical-align: top;
    /*font-size: 15px;*/
    text-align: left;
}

.phone::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.left-column {
    width: 20%;
    float: left;
}

    .left-column .dataInputLabel {
        width: 99%;
    }

.right-column {
    width: 79.5%;
    float: left;
    vertical-align: top;
}

    .right-column:after {
        clear: both;
    }

table tr > td:first-child input[type="radio"] {
    margin-left: 5px;
}

#breadcrumbs::after {
    clear: both;
}

#content #breadcrumbs {
    font-size: smaller;
    color: #2f4259;
    /*padding-left: 15px;*/
    height: 35px;
    /*padding-top: 7px;*/
}

    #content #breadcrumbs > ul {
        padding-left: 15px;
    }

    #content #breadcrumbs li {
        display: inline;
    }

    #content #breadcrumbs a {
        font-size: small;
        color: #2f4259;
        text-decoration: underline;
    }

/************ SIDEBAR ***********/
#sidebar {
    float: right;
    width: 322px;
    clear: left;
}


#interior h2 {
    color: #F58025;
    padding-bottom: 10px;
    font-size: larger;
    font-weight: bold;
    padding-top: 10px;
    /*padding-left: 35px;*/
}

#interior #leftpanel p {
    color: #83898D;
    padding-bottom: 10px;
    /*padding-left: 35px;*/
    padding-right: 20px;
    font-size: smaller;
    text-align: justify;
}

#leftpanel {
    float: left;
    width: 65%;
}

#rightpanel {
    float: left;
    width: 34.5%;
}

    #rightpanel h3 {
        font-size: medium;
        font-weight: bold;
        text-transform: uppercase;
        color: #18467C;
        text-decoration: underline;
        padding-left: 35px;
        margin: 0;
    }

    #rightpanel h4 {
        font-size: small;
        font-weight: bold;
        color: #18467C;
        text-decoration: underline;
        padding-left: 40px;
    }

#rightpanel {
    /* padding-top: 20px; */
}

    #rightpanel a {
        font-weight: bold;
    }
    
    #rightpanel img {
        float: left;
        padding-left: 3px;
    }

    #rightpanel h2, #random_image h2, #random_image h3 {
        position: absolute;
        left: -999px;
        width: 990px;
    }

#random_image {
    /* background-image: url(../../images/interior/image1.jpg); */
    background-repeat: no-repeat;
    min-height: 275px;
    /*height: 380px;*/
    width: 100%;
    background-size: 100%;
}

#leftpanel #random_image p {
    line-height: 16px;
    color: #18467C;
    position: static;
    height: auto;
    width: 60%;
    padding-top: 7px;
    padding-left: 600px;
    font-size: small;
}

#random_image p .MoreVisibleNumber {
    font-weight: bold;
}


#content #highlighted_links li {
    display: inline;
    padding-left: 9px;
}

#content #highlighted_links img {
    display: inline;
    padding-left: 4px;
    padding-right: 3px;
}

#content #survey {
    text-align: center;
    padding: 35px;
}

    #sidebar h2, #content #random_image h2, #content #random_image h3, #content #survey h2, #content #highlighted_links h2 {
        position: absolute;
        left: -999px;
        width: 990px;
    }

.HeaderStyle {
    font-weight: bold;
    color: white;
    background-color: #1b5889;
}

TR.HeaderStyle TD, TR.HeaderStyle TH {
    font-weight: bold;
    color: white;
    background-color: #1b5889;
}

TR.AlternatingItemStyle TD {
    padding-left: 5px;
    vertical-align: baseline;
}

TR.SearchResults TD {
    padding-left: 5px;
}

TR.HeaderStyle a:link {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

TR.HeaderStyle a:visited {
    font-weight: bold;
    color: white;
}

TR.HeaderStyle a:hover {
    font-weight: bold;
    color: white;
}

TH {
    font-weight: normal;
}

TR.HeaderStyle th {
    text-align: center;
}

.SearchResults, tr.SearchResults td {
    background: #F5F5F5;
    vertical-align: baseline;
}

.AlternatingItemStyle {
    background-color: #dcdcdc;
}

.Section {
    color: rgb(24,70,124);
    font-size: medium;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 9px;
}

#leftpanel #news p {
    font-size: small;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 10px;
    vertical-align: middle;
}

#leftpanel #news input, #leftpanel #news label, #leftpanel #news select {
    vertical-align: middle;
}

#leftpanel #news {
    margin-bottom: 10px;
    margin-left: 35px;
}

    #leftpanel #news h2 {
        padding-left: 0px;
    }

    #leftpanel #news ul {
        padding-left: 30px;
    }

    #leftpanel #news li {
        padding-bottom: 10px;
        list-style: square;
    }

    #leftpanel #news a {
        font-size: small;
        padding-left: 10px;
    }

DIV.CriteriaBox {
    background-color: #D3E4F5;
    clear: both;
    border: #6E87BF 1PX solid;
    padding-bottom: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    DIV.CriteriaBox td, DIV.CriteriaBox p {
        padding: 5px;
    }

    DIV.CriteriaBox label {
        font-weight: bold;
    }

DIV.CriteriaBoxPanel {
    background-color: #D3E4F5;
    clear: both;
}

    DIV.CriteriaBoxPanel td {
        padding: 5px;
        text-align: left;
    }

    DIV.CriteriaBoxPanel label {
        font-weight: bold;
    }

.criteriaRow {
    clear: left;
    padding: 5px;
    vertical-align: top;
}

    .criteriaRow label, .criteriaRow select, .criteriaRow input[type='text'] {
        display: block;
        float: left;
        margin-right: 1em;
        clear: both;
    }

    .criteriaRow .CheckBoxList label {
        display: inline;
        float: inherit;
    }

    .criteriaRow span {
        display: inline-block;
    }

.criteriaCol {
    vertical-align: top;
    width: 50%;
}

    .criteriaCol select {
        max-width: 390px;
    }

    .criteriaCol Input.Button {
        float: right;
    }

    .criteriaCol .InfoNote {
        font-size: x-small;
        padding-right: 50px;
    }

    .criteriaCol > label {
        padding: 5px 0px;
    }

.center {
    text-align: center;
}
    .center Input.Button {
        float: none;
    }

.padit {padding: 10px;}

.center {
    text-align: center;
}
    .center Input.Button {
        float: none;
    }

DIV.NeedHelp {
    text-align: right;
    margin-top: 0.5em;
    margin-right: 1em;
    font-weight: bolder;
    font-size: larger;
}

.TabBoxYellow {
    background-color: #D3E4F5;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    clear: both;
    text-align: center;
    border-bottom-width: 0px;
    border: #6E87BF 1PX solid;
    width: 155px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .TabBoxYellow:hover {
        margin-top: 0em;
    }

.TabBoxWhite {
    background-color: white;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    clear: both;
    text-align: center;
    border-bottom-width: 0px;
    border: #6E87BF 1PX solid;
    width: 155px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .TabBoxWhite:hover {
        margin-top: 0em;
    }

Input.Button {
    width: auto;
    overflow: visible;
    background: #003663;
    border-radius: 4px;
    padding: 0px 5px 1px;
    font-weight: bold;
    border: 1px solid 003663;
    color: #FFF;
    height: 24px;
    line-height: 0.6em;
    margin: 25px 0 0 0;
}

    Input.Button:hover {
        background: #0198e7; /* Old browsers */
        background: linear-gradient(to bottom, #d5edff 0%, #0198e7 100%) repeat scroll 0% 0% #107fc9;
        color: #FFF;
    }

#interior #content p {
    color: #333333;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: small;
}

#main h2 {
    color: #D55C05;
    padding-bottom: 10px;
    font-size: larger;
    font-weight: bold;
    padding-top: 10px;
    /*padding-left: 35px;*/
}

#interior #rightpanel p {
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: small;
    padding-left: 34px;
    margin: 0;
}

/* End of old Zoverride.css */


.bulleted-list li {
    list-style: disc;
}

.required-label {
    color: Red;
    vertical-align: middle;
    display: inline;
    font-weight: bold;
    font-size: large;
    font-family: Times New Roman, Sans-Serif;
    /*padding-left: 2px;*/
    margin-left: -15px;
}

.dataInputRow {
    vertical-align: middle;
}


.benefit-list {
    list-style: none;
    display: inline-block;
    vertical-align: top;   
}

  .benefit-list li td {
           max-width: 225px !important;
        }

  .benefit-list .dataInputLabel{
      padding-right:50px !important;
  }

@media screen and (max-width: 675px) {
    div.Status3Boxes, div.Status4Boxes, div.Status5Boxes {
        width: 80%;
        float: none;
        margin: auto;
        margin-bottom: 5px;
    }

    #leftpanel, #rightpanel {
        float: none;
        width: 95%;
        margin: auto;
    }

    #random_image {
        /*min-height:75px;*/
        min-height: 150px;
        background-color: #ffffff;
    }

    .dataInputLabel {
        width: 95%;
    }

    .left-column {
        width: 100%;
    }

    .right-column {
        width: 100%;
    }

    .radiobtn-list-3 li,  .checkbox-list-3 li {
        width: 100%;        
    }
    
    /*#reg-nav ul {
        width: 325px;
    }

    #reg-nav li.link {
        width: 40%;
    }

    #reg-nav li.link {
        width: 100%;
    }

    #reg-nav li.arrow {
        width: 7.5px;
        background: #27506d;
        height: 10px;
        border: 0px;
        float: left;
        margin-left: 50%;
        margin-bottom: 15px;
        margin-top: -2.5px;
    }

        #reg-nav li.arrow:after {
            content: "";
            display: inline-block;
            float: left;
            width: 0;
            height: 0;
            margin-top: 10px;
            margin-left: -10.75px;
            border: 0px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #27506d;
            background-color: transparent;
        }


    #resume-nav ul {
        width: 325px;
    }

    #resume-nav li.link {
        width: 40%;
    }

    #resume-nav li.link {
        width: 100%;
    }

    #resume-nav li.arrow {
        width: 7.5px;
        background: #27506d;
        height: 10px;
        border: 0px;
        float: left;
        margin-left: 50%;
        margin-bottom: 15px;
        margin-top: -2.5px;
    }

        #resume-nav li.arrow:after {
            content: "";
            display: inline-block;
            float: left;
            width: 0;
            height: 0;
            margin-top: 10px;
            margin-left: -10.75px;
            border: 0px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #27506d;
            background-color: transparent;
        }*/
        
    div#resource_links {
        align-content: center;
        background-color: #e6e6e6;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #0b108c;
        border-right-color: #0b108c;
        border-bottom-color: #0b108c;
        border-left-color: #0b108c;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    }

    .mark_grn, .mark_ylw, .mark_none {
        width: 25px;
        height: 20px;
        display: inline-block !important;
        margin-right: 17px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .smaller_txt {
        font-size: 0.9em;
        padding-top: 5px;
        padding-left: 60px;
        text-indent: -50px;
        display: inline-block !important;
        width: 80%;
    }

    #wrap {
        float: left;
        width: 100%;
    }

    #option_content, #required_content {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    #resource_links {
        width: 95%;
        float: left;
    }

    .criteriaCol {
        width:95%;
    }
    .mobile75 {
        width:75% !important;
    }

    div.Tip {
        width: 98%;
    }

}

@media screen and (min-width: 676px) and (max-width: 1000px) {


    div.Status4Boxes, div.Status5Boxes {
        width: 45%;
        margin-bottom: 5px;
        min-height:275px;
    }

        div.Status5Boxes:last-child {
            width: 90%;
            padding-right: 27.5px;
        }

    #random_image {
        min-height: 175px;
    }
 
    .radiobtn-list-3 li, .checkbox-list-3 li {
        width: 40%;
    }

    #reg-nav ul, #resume-nav ul {
        width: 100%;
    }

    div#resource_links {
        background-color: #e6e6e6;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #0b108c;
        border-right-color: #0b108c;
        border-bottom-color: #0b108c;
        border-left-color: #0b108c;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    }

    .smaller_txt {
        font-size: 0.9em;
        padding-top: 5px;
        padding-left: 60px;
        text-indent: -50px;
        display: inline-block !important;
    }

    #required_content {
        float: left;
        width: 66%;
    }

    #resource_links {
        float: right;
        width: 30%;
    }


    /* Linear Controls in Tablet view.*/
      .dataInputLabel {
        width: 95%;        
    }

    .criteriaCol {
        width:95%;
    }
}


/*@media screen and (min-width:1001px) and (max-width: 1480px) {
    .checkbox-list-2 li {
        width:100%;
        color:blue;
    }
}*/


@media print, screen {
    /* Overrides of JCW styles */
    .feed, a.feed, a:hover.feed, a:visited.feed, a:active.feed {
        margin-left: 3px;
        padding: 0 0 0 19px;
        background: url(../../images/feed-icon-16x16.gif) no-repeat 0 50%;
    }

    DIV.Tip {
        min-width: 125px;
        background-color: #89BFE7;
        background-repeat: no-repeat;
        background-position: bottom;
        font-weight: bolder;
        float: right;
        border-radius: 5px 5px 5px 5px;
        margin: 0.5em;
    }

        DIV.Tip h3 {
            color: #fff;
            font-size: small;
            padding-top: 10px;
            padding-right: 6px;
            padding-bottom: 6px;
            padding-left: 10px;
            background-repeat: no-repeat;
        }

    .RadioButtonList td, .CheckBoxList td {
        padding-top: 3px;
        padding-right: 15px;
        padding-bottom: 3px;
    }

        .RadioButtonList td label, .CheckBoxList td label {
            padding-left: 3px;
            padding-right: 2px;
        }

    DIV.CriteriaBox .CheckBoxList td label {
        font-weight: normal;
    }

    .Highlight {
        color: #18467c;
        font-weight: bold;
    }

    .Highlighter {
        background-color: #FFFF00;
    }

    .Attention {
        font-weight: bold !important;
        font-size: larger !important;
    }

    .imageUploaderField input {
        width: 100% !important;
    }

    .LineBreak {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #Survey TABLE.Details {
        border-width: 0;
        border-spacing: 5px;
        padding: 1px;
        width: 100%;
        font-size: small;
    }

    #Survey TD.LabelColumn {
        vertical-align: top;
        text-align: left;
        width: 65%;
        padding: 0px;
    }

    #Survey TD.FieldColumn {
        vertical-align: top;
        text-align: left;
        white-space: nowrap;
        width: 35%;
        padding: 0px;
    }

    #RESAssessment TABLE.Details {
        border-width: 0;
        border-spacing: 10px;
        padding: 1px;
        width: 100%;
        font-size: small;
    }

    #RESAssessment TD.LabelColumnTitle {
        vertical-align: top;
        text-align: left;
        width: 84%;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 10px;
    }

    #RESAssessment TD.LabelColumnData {
        vertical-align: top;
        text-align: left;
        width: 16%;
        padding: 2px;
    }

    #RESAssessment .HangingIndentSmallRES {
        padding-left: 18px;
        text-indent: -18px;
    }

    #RESAssessment .HangingIndentLargeRES {
        padding-left: 26px;
        text-indent: -26px;
    }

    #RESConfirmation TABLE.Details {
        border-width: 0;
        border-spacing: 10px;
        padding: 1px;
        width: 100%;
        font-size: small;
    }

    .HangingIndentSmall {
        padding-left: 20px;
        text-indent: -20px;
    }

    .FieldColumnIndented {
        vertical-align: top;
        text-align: left;
        /* white-space: nowrap;*/
        width: 95%;
        padding-top: 1px;
        padding-right: 1px;
        padding-left: 40px;
        padding-bottom: 20px;
    }

    input[type="submit"]:disabled {
        color: Gray;
    }

    /* Tabs */
    .ajax__myTab .ajax__tab_header {
        font-family: verdana,tahoma,helvetica;
        font-size: 90%;
        font-weight: bold;
        color: #ffffff;
        border-bottom: solid 1px #999999;
        width: 100%;
    }

    .ajax__myTab .ajax__tab_outer {
        padding-right: 4px;
        background-color: #99AAD2;
        margin-right: 2px;
        text-align: center;
        border: solid 1px white;
        border-right: solid 1px gray;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        white-space: normal;
    }

    .ajax__myTab .ajax__tab_inner {
        padding-left: 3px;
        background-color: #99AAD2;
    }

    .ajax__myTab .ajax__tab_tab {
        padding: 4px;
        margin: 0;
        background-color: #99AAD2;
        color: #ffffff;
    }

    .ajax__myTab .ajax__tab_hover .ajax__tab_outer {
        background-color: #3D5489;
    }

    .ajax__myTab .ajax__tab_hover .ajax__tab_inner {
        background-color: #3D5489;
        color: #ffffff;
    }

    .ajax__myTab .ajax__tab_hover .ajax__tab_tab {
        background-color: #3D5489;
        color: #ffffff;
    }

    .ajax__myTab .ajax__tab_active .ajax__tab_outer {
        background-color: #E3E8F2;
        border: solid 1px #ffffff;
        border-bottom: none;
        border-right: solid 1px gray;
    }

    .ajax__myTab .ajax__tab_active .ajax__tab_inner {
        background-color: #E3E8F2;
        color: #000000;
        border-bottom: none;
    }

    .ajax__myTab .ajax__tab_active .ajax__tab_tab {
        background-color: #E3E8F2;
        color: #000000;
        border-bottom: none;
    }

    .ajax__myTab .ajax__tab_body {
        border: 2px outset #ffffff;
        border-top: 0;
        padding: 8px;
        background-color: #E3E8F2;
    }

    .NavigationOnly {
        padding-right: 15px;
    }

    Table.Standard td {
        padding: 3px;
    }

    .ListView {
        background-color: #D3E4F5;
        clear: both;
        border: #6E87BF 1PX solid;
        margin-bottom: 2px;
    }

    .Actions {
        text-align: right;
        vertical-align: top;
        margin-right: 15px;
        margin-left: 15px;
    }

        .Actions a, .Actions input {
            margin: 5px;
        }

        .Actions p {
            text-align: left;
            display: inline-block;
        }

    /* RegistrationProgress style */
    .regprogress {
        padding: 10px;
        text-align: center;
    }

        .regprogress span {
            padding-right: 5px;
        }

        .regprogress img {
            height: 20px;
            width: 10px;
            border: 1px solid;
            vertical-align: middle;
        }

    .HeaderStatus {
        border-style: solid;
        width: 85%;
        min-height: 65px;
        padding: 5px 5px 5px 5px;
        background-color: #ffffff;
    }

        .HeaderStatus p {
            padding-top: 5px;
            font-size: large !important;
        }

        .HeaderStatus img {
            float: left;
            padding-right: 10px;
        }

    .Unsatisfied {
        border-color: Red;
    }

    .Satisfied {
        border-color: Green;
    }

    #StatusSummary {
        clear: both;
    }

    div.Status3Boxes {
        vertical-align: middle;
        border: 1px solid #6E87BF;
        padding: 5px;
        margin: 5px;
        float: left;
        text-align: center;
        background-color: #ffffff;
    }

        div.Status3Boxes p {
            margin: 0;
        }

    div.Status4Boxes {
        vertical-align: middle;
        border: 1px solid #6E87BF;
        padding: 5px;
        margin: 5px;
        float: left;
        text-align: center;
        background-color: #ffffff;
    }

        div.Status4Boxes p {
            margin: 0;
        }

    div.Status5Boxes {
        vertical-align: middle;
        border: 1px solid #6E87BF;
        padding: 5px;
        margin: 5px;
        float: left;
        text-align: center;
        background-color: #ffffff;
    }

        div.Status5Boxes p {
            margin: 0;
        }

    .Status h4 {
        min-height: 25px;
    }

    .Status img {
        float: left;
        padding-right: 10px;
    }

    #ActionSummary {
        clear: both;
    }

    div.Action {
        vertical-align: middle;
        padding: 5px;
        margin: 10px;
        min-height: 75px;
    }

    .Action img {
        float: left;
        padding-right: 10px;
    }

    div.OnlineWorkshop {
        vertical-align: middle;
        padding: 5px;
        margin: 10px;
        min-height: 75px;
    }

    .OnlineWorkshop p {
        padding-left: 25px !important;
        padding-bottom: 0px !important;
    }


    .Collapsible {
        padding: 10px;
    }

    .BigButton {
        -moz-box-shadow: inset 0px 1px 0px 0px #cde06c;
        -webkit-box-shadow: inset 0px 1px 0px 0px #cde06c;
        box-shadow: inset 0px 1px 0px 0px #cde06c;
        background: #a5cc52; /* Old browsers */
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cde06c), color-stop(1, #a5cc52) );
        background: -moz-linear-gradient( center top, #cde06c 5%, #a5cc52 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cde06c', endColorstr='#a5cc52');
        background-color: #cde06c;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-left-radius: 20px;
        text-indent: 0;
        border: 1px solid #83c41a;
        display: inline-block;
        color: #18467C;
        font-family: Arial;
        font-size: Large;
        font-weight: bold;
        font-style: normal;
        height: 65px;
        line-height: 65px;
        width: 131px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #86ae47;
    }

        .BigButton:hover {
            background: #cde06c; /* Old browsers */
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #cde06c) );
            background: -moz-linear-gradient( center top, #a5cc52 5%, #cde06c 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#cde06c');
            background-color: #a5cc52;
        }

        .BigButton:active {
            position: relative;
            top: 1px;
        }

    .NavigateText {
        font-weight: bold;
        color: Blue !important;
        margin-left: 20px;
    }

    h1.Help {
        font-size: large;
    }

    .Red {
	    color: red !important;
	    font-family: Arial , sans-serif;
	    font-size: small;
    }
}


@media screen and (min-width: 1480px) {
    #random_image {
        min-height: 380px;
    }


    .benefit-list li {
        width: 45%;
        min-height: 150px;
        display: inline-block;     
    }

        .benefit-list li td {
            width: 225px !important;
        }
}

@media screen and (min-width: 676px) {

    #wrap {
        float: left;
        width: 65%;
    }

    #option_content, #required_content {
        float: left;
        width: 100%;
    }

    #resource_links {
        float: right;
        width: 30%;
    }

    .criteriaCol {
        display: table-cell;
        float: left;
    }

    div.Tip {
        width: 25%;
    }
}


.table-header {
    width: 25%;
    vertical-align: top;
    text-align: right;
    padding: 0 5px 5px 5px;
    color: black;
    float: left;
}

.table-item {
    vertical-align: top;
    padding: 0 5px 5px 5px;
    float: left;
    width: 65%;
}

    .table-item:after {
        clear: both;
    }

.table-item-break {
    clear: both;
}

.table-div-row {
    padding: 15px 0px;
    /*padding-top:15px;*/
    border-top: 1px solid #000084;
}

#TableHead, #OccResultsGrid, Table.Standard {
    width: 90%;
}

#login h3 {
    color: #FFFFFF;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 5px;
}

.fullWidth{
    width:100%;
}

a.TrackVisited:visited {
    color: #800080;
}

/*special styles from worknet*/
.titlebar
{
	font-family: Verdana, Arial;
	font-size: small;
	font-weight: bolder;
	color: white;
	background-color: #336699;
	text-align: center;
}

.tableheader
{
	font-family: Verdana, Arial;
	font-weight: bolder;
	font-size: small;
	color: white;
	background-color: #7891c4;
}

/* used to frame legend key color cells */
.keycolor
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: small;
	border-top: black thin solid;
	border-bottom: black thin solid;
	border-left: black thin solid;
	border-right: black thin solid;
	height: 10px;
	width: 20px;
}
/*END special styles from worknet*/

.widget-accordion-header
{
    padding-top: 0px !important; 
    padding-bottom: 0px !important; 
}

@media print {

    Input.Button, #sidebar, .NavigationOnly, #topTabs, #searchBox, #menuContainer, #dwdLogo, .NeedHelp,
    #search, #topnav, #undernav, #login, #iconBlock, #left_connect_icons,
    .noprint, div.NeedHelp, span.skip, #logo, #footer, #left_connect_icons, #loginButton, #menuContainer, .searchBox, .authenticationBox {
        display: none;
    }

    div.Box {
        font-size: medium;
    }

    #main #content h2 {
        font-size: large;
    }

    div.printonly, .printonly {
        display: inline;
    }

    body {
        background-color: transparent;
        font-family: Arial;
        font-size: .75em;
    }

    html {
        background-color: transparent;
        height: auto;
    }

    #interior, #aspnetForm, #wrapper, #main, #content, #maincolumn, #home_block_holder, #banner {
        width: 99%;
        margin: 0;
        padding: 0;
    }

    .RadioButtonList td {
        margin: 0;
        padding: 0;
    }

    #banner img {
        height: 45px;
        width: 125px;
        float: left;
    }

    #RESAssessment TABLE.Details {
        border-width: 0;
        border-spacing: 10px;
        padding: 1px;
        width: 100%;
        font-size: 106%;
    }
}
