/*Added for ADA*/

/* Inside Site.css or a shared stylesheet */
.fancyTextBox {
    width: 150px;
    background: transparent url(../Images/spr_non_repeat.png) -2px -602px no-repeat;
    padding-left: 16px;
}


/*for ADA*/
/*for ADA*/
/*for ADA*/

/*

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

.readerText.showOnFocus {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .readerText.showOnFocus:focus {
        position: static;
        width: auto;
        height: auto;
    }
*/

/*for ADA*/
/*for ADA*/
/*for ADA*/

/* Stylesheet created by Corey O'Brien (coobrien@deloitte.com) on 1/26/2011 */

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

/* Base HTML Classes */
* {
    margin: 0;
}

body {
    font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    margin: 0;
    background-color: #59758F;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
    padding: 0;
    margin: 0;
    line-height: 1em;
}

    ul ol, .paymentInfoCase ul {
        list-style: none;
    }

a img {
    border: 0;
}

p {
    margin: .2em 0;
}

a {
    color: #0B649F;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 4px;
    border: 0px;
    text-align: left;
    vertical-align: baseline;
    border-collapse: collapse;
}

h1 {
    font-size: 1.8em;
    color: #fff;
    padding-top: 11px;
    font-weight: bold;
    width: 750px;
    display: block;
    filter: drop-shadow(1px 1px 2px #666666);
}


/* Style for shadow in Firefox */
body > #container h1 {
    text-shadow: 0.05em 0.05em #666666;
}

h2 {
    font-size: 1.3em;
    color: #3D4E5A;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    background: url(../Images/spr_repeat.png) 0px -230px repeat-x;
    line-height: 20px;
    display: block;
    padding: 15px;
    margin: 10px 0px;
    clear: both;
}

.printWatermark, .hiddenCaseNum {
    display: none;
    z-index: -100;
}

/*Fix padding for IE7 */
html* h3 {
    padding-top: 6px;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-weight: bold;
}

/* Global Classes */
#SkipNav {
    color: #FFF;
}

.showOnFocus:focus {
    position: static;
    float: left;
    width: auto;
}

.dataTables_info {
    color: #666;
    float: left;
    font-size: .9em;
    padding-top: 3px;
}

.dataTables_length, #closeCobrowsing {
    display: none;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.dataTables_paginate {
    width: 44px;
    float: right;
    text-align: right;
    padding-top: 2px;
}

.paginate_enabled_next {
    background-image: url('../images/forward_enabled.jpg');
}

.paginate_disabled_previous {
    background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('../images/forward_disabled.jpg');
}

#common-background {
    background: url(../Images/spr_repeat.png) 0px -418px repeat-x;
    background-color: #eef9ff;
    height: 1%;
}

#container {
    min-height: 675px;
    height: auto !important;
    height: 100%;
    position: relative;
    text-align: left;
}

div.centerPage {
    width: 960px;
    margin: 0 auto;
}

.caseOverview {
    font-size: .8em;
}

.linkDetailDescription {
    font-size: 1em;
    color: #444444;
    margin: 0;
}

#breadcrumbContainer {
    margin-bottom: 10px;
}

em {
    font-weight: bold;
}

/*--Data table classes */
.dataTable, .paymentTable {
    width: 100%;
}

    .dataTable td, .paymentTable td {
        padding: 10px;
        margin: 5px 0 5px 0;
    }

    .dataTable th, .paymentTable th {
        text-align: left;
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #4E4E4E;
    }

    .dataTable thead tr, .paymentTable thead tr {
        background-color: transparent;
        margin: 0;
        border-bottom: 1px solid #8D8C8C;
    }

    .dataTable tbody tr td {
        border-top: 1px solid #8D8C8C;
        border-bottom: 1px solid #8D8C8C;
        font-size: .9em;
    }

    .dataTable tbody tr:hover td {
        background-color: #EDEDED;
    }

/*--notification Table classes */
.paymentTable {
    width: 100%;
    color: #4E4E4E;
    font-size: .9em;
}

    .paymentTable td, .paymentTable th {
        width: 60%;
    }

    .paymentTable tfoot tr {
        background-color: transparent;
        margin: 0;
        text-align: left;
        font-family: Arial;
        font-size: 1em;
        font-weight: bold;
        color: #4E4E4E;
        border-top: 1px solid #8D8C8C;
    }

td.paymentInfoCase {
    padding-left: 55px;
}
/*--notification Table classes */
.notificationTable {
    width: 100%;
}

.LabelBold {
    font-weight: bold;
}

.notificationTable td {
    padding: 10px;
    margin: 5px 0 5px 0;
}

.notificationTable tbody tr td {
    font-size: .9em;
}

.notificationTable tbody tr:hover td {
    background-color: #EDEDED;
}

.caseSummaryDetailCell {
    font-size: .8em;
    width: 200px;
}

    .caseSummaryDetailCell span {
        display: block;
    }

.dataTable .tableTotalFooter {
    text-align: left;
    color: #990000;
    font-weight: bold;
}

.dataTable tfoot tr {
    background-color: transparent;
    margin: 0;
    border: 0 none;
}

.dataTable .tableTextColumnHeader {
    text-align: left;
}

.tableMoneyValue {
    text-align: left;
    font-weight: bold;
    color: #4E4E4E;
}

.tableDelete {
    text-align: center;
    color: #4E4E4E;
}

.dataTable .tableValue {
    text-align: left;
    color: #4E4E4E;
}

.dataTable tr.dataTableEven td, .even {
    background-color: #FFFFFF;
}

.dataTable tr.dataTableOdd td, .odd {
    background-color: #EFF3F5;
}

/*--Error message styles */
.errorSummary {
    background-color: #FFEFEF;
    /* background-color: #FFFEF0; */
    border-style: dashed;
    border-width: 1px;
    border-color: #E66161;
    padding: 10px;
    margin: 10px 0;
}

    .errorSummary ul {
        list-style-position: inside;
    }

    .errorSummary li {
        margin: 5px 0;
    }

.errorHeader {
    color: #D50F00;
    font-size: 1.05em;
    font-weight: bold;
}

.formFieldError .addressCustomValidator {
    width: 500px;
}

.errorMessageContent {
    font-size: .8em;
    color: #D21A1A;
    width: 350px;
    margin-left: 10px;
    display: block;
    float: left;
    padding-top: 5px;
}

.formFieldError {
    border: 1px dashed red;
    padding: 5px 0 5px 5px;
    background-color: #FFF0F0;
    margin-left: -6px;
}

#errorMessageDiv {
    margin-bottom: 10px;
}

    #errorMessageDiv span {
        width: 99%;
        padding-bottom: 5px;
    }

.fieldErrorGroup {
    float: left;
}

    .fieldErrorGroup .errorMessageContent {
        float: none;
    }

/*--Custom button styles */

/*----Big button styles */
a.bigButton {
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 200;
    color: white;
    cursor: pointer;
    float: right;
}

.inlineBlock {
    display: inline-block;
}

span.bigButtonContent {
    line-height: 46px;
    padding: 0 38px 0 44px;
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -329px -10px;
    text-shadow: #769D0A -1px -1px 0;
}

span.bigButtonEnd {
    line-height: 46px;
    width: 11px;
    height: 46px;
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -672px -10px;
    margin-left: -10px;
    text-indent: -9999px;
}

a.bigButton:active span.bigButtonContent {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -329px -56px;
}

a.bigButton:active span.bigButtonEnd {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -672px -56px;
}

#paymentButton {
    margin-top: 8px;
    float: right;
}

/*----Small button styles */
a.smallButton {
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    color: white;
    cursor: pointer;
}

.smallButtonContent {
    line-height: 28px;
    padding: 0 18px 0 24px;
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -329px -120px;
    text-shadow: #769D0A -1px -1px 0;
}

.smallButtonEnd {
    line-height: 28px;
    width: 11px;
    height: 28px;
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -672px -120px;
    margin-left: -10px;
    text-indent: -9999px;
}

a.smallButton:active .smallButtonContent {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -329px -148px;
}

a.smallButton:active .smallButtonEnd {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -672px -148px;
}

#SaveAndAddThemedButton .smallButtonContent {
    width: 170px;
}

.altButtonContent {
    text-shadow: #535353 -1px -1px 0;
    text-align: center;
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -700px -120px;
}

.altButtonEnd {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -1043px -120px;
}

a.smallButton:active span.altButtonContent {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -700px -148px;
}

a.smallButton:active span.altButtonEnd {
    background: transparent url(../Images/spr_non_repeat.png) no-repeat -1043px -148px;
}

/* Header Classes */
#header {
    height: 96px;
    position: relative;
}

#headerBackground {
    background: url(../Images/spr_repeat.png) 0px -322px repeat-x;
}

#headerContent {
    margin: 0 auto;
    width: 942px;
    position: relative;
}

#siteLinks li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
    color: #fff;
}

    #siteLinks li a, #landingHelpLink a {
        text-decoration: underline;
        color: #fff;
    }

        #siteLinks li a:hover {
            text-decoration: none;
        }

        #siteLinks li a.selected {
            text-decoration: none;
            color: #CCC;
        }

#siteLinks {
    float: right;
    margin: 8px 5px 0px 0px;
}

/* Help and print links */
#helpLinks {
    text-align: right;
    clear: both;
    float: right;
}

    #helpLinks a {
        margin-right: 10px;
    }

.participantUpdateEditFields legend.editFieldLabel span.printText {
    display: none;
}
/* KY Search Bar Styles */
#kyBarBackground {
    background: url(../Images/spr_repeat.png) center -290px #eef9ff repeat-x;
    height: 31px;
}

#kyBrandContainer {
    width: 100%;
    background: #CCC;
    background: url(../Images/spr_repeat.png) 0px -10px repeat-x;
    font-family: Tahoma, Geneva, sans-serif;
    height: auto;
}

#kyContent {
    margin: 0 auto;
    width: 940px;
    position: relative;
}

#kyLogo {
    background: url(../Images/spr_non_repeat.png) 0px -94px no-repeat;
    width: 93px;
    height: 31px;
    float: left;
    margin-right: 20px;
}

#kyLogohref {
    background: url(../Images/spr_non_repeat.png) 0px -94px no-repeat;
    width: 93px;
    height: 31px;
    float: left;
    margin-right: 20px;
}

#kyBrandContainer li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

    #kyBrandContainer li a {
        text-decoration: none;
        color: #000;
    }

        #kyBrandContainer li a:hover {
            text-decoration: underline;
        }

#kyBrandContainer ul {
    margin: 1px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    padding: 7px;
    font-size: 0.75em;
}

#siteSearch {
    position: relative;
    float: right;
    margin: 4px 15px 0px 0px;
    background: url(../Images/spr_non_repeat.png) 0px -10px no-repeat;
    padding: 0px 5px 4px 5px;
    height: 18px;
    width: 200px;
}

#searchField {
    font-size: 0.7em;
    width: 175px;
    border: 0px;
    background-color: transparent;
    margin: 0;
}

#searchButton {
    float: right;
    margin-top: 4px;
}

    #searchButton a {
        display: block;
        width: 16px;
        height: 17px;
        background: url(../Images/spr_non_repeat.png) 0px -299px no-repeat;
    }

#searchRightBorder {
    position: absolute;
    right: -4px;
    top: 0px;
    width: 4px;
    height: 22px;
    background: url(../Images/spr_non_repeat.png) 0px -52px no-repeat;
}

/* Search result styles */
.searchResultContainer h3 {
    background: transparent;
    line-height: normal;
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
    font-size: 1em;
}

.searchResultContainer img {
    vertical-align: text-bottom;
}

.searchResultContainer {
    margin: 15px 0;
}

    .searchResultContainer div {
        font-size: .9em;
    }

.searchResultDescription {
    color: #414141;
}

/* Body Classes */
#mainContent {
    overflow: hidden;
    background: url(../Images/spr_repeat_vert.png) repeat-y;
    width: 100%;
}

#bodyContent {
    padding: 5px 30px 20px 30px;
}

/* Footer Classes */
#footer {
    margin: 0 auto;
    width: 100%;
}

#downloadViewerSection {
    margin-bottom: 10px;
}

.documentReaderLink {
    margin-right: 10px;
    margin-left: 10px;
}

#footerTopImage {
    background: url(../Images/spr_non_repeat.png) -30px -964px no-repeat;
    height: 118px;
    width: 1000px;
    margin: 0 auto;
}

#footerContentArea {
    width: 100%;
    background-color: #59758F;
    overflow: auto;
    padding-top: 20px;
}

/* for ADA */
/* for ADA */
/*#footerContentArea {
    width: 100%;
    background-color: #59758F;
    overflow: hidden;
    padding-top: 20px;
}*/

/* for ADA */
/* for ADA */

#footerMenu {
    margin: 0 auto;
    width: 850px;
    text-align: center;
}

#footer li {
    display: inline;
    padding: 0px 7px;
    font-size: .8em;
    text-align: left;
}

    #footer li.footerHeader {
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 11px;
        font-size: 0.8em;
        font-weight: bold;
        color: #fff;
    }

#footer ul {
    display: block;
    margin: 0;
    list-style-type: none;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer li a:HOVER {
    text-decoration: underline;
}

#footer #about {
    float: left;
}

#footer #policies {
    float: left;
    margin-left: 78px;
}

#footer #help {
    float: left;
    margin-left: 78px;
}

#footer #stateEmployees {
    float: left;
    margin-left: 64px;
}

#copyright {
    font-size: 0.8em;
    margin: 16px auto;
    color: #fff;
}

/* Nav Bar Styles */
#navBar {
    /*width: 968px;*/
    width: 918px;
    font-size: 0.8em;
    z-index: 1000;
    margin-left: 10px;
    background: url(../Images/spr_repeat.png) 0px -178px repeat-x;
    height: 24px;
    padding: 6px 6px 0px 16px;
}

    #navBar li {
        display: inline;
        margin-right: 20px;
    }

    #navBar ul {
        margin: 0;
        list-style-type: none;
    }

    #navBar a, .standardLink, .LinkReg, .faqQuestionListGroup a, #navBarSec a, .navBarParticipant a, .leftNavigation a {
        color: #0B649F;
        text-decoration: none;
        font-weight: bold;
    }

#globalHelpLink {
    cursor: pointer;
}

#navBar li.sel {
    background: url(../Images/spr_non_repeat.png) center -302px no-repeat;
    top: 0px;
    position: relative;
    padding-bottom: 15px;
}

#navBar li:HOVER {
    background: url(../Images/spr_non_repeat.png) center -302px no-repeat;
    padding-bottom: 15px;
    top: 0px;
    position: relative;
}

#navBar li.last {
    top: -17px;
    position: relative;
    float: right;
    right: 15px;
    padding: 0px 0px 15px 0px;
}

#nav-bar-background {
    background: url(../Images/spr_repeat_vert.png) repeat-y;
}

/* Style to make the last bar item position properly in Firefox */
body > #container #navBar li.last {
    top: 1px;
}

/* Secondary Nav Bar Styles */
#navBarSec {
    width: 890px;
    background: #FEFDF2;
    padding: 3px 4px 2px 4px;
    margin: 0 auto;
    font-size: 0.8em;
    border-bottom: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    z-index: 900;
    text-align: center;
}

    #navBarSec li {
        display: inline;
        padding-right: 15px;
        padding-left: 15px;
    }

    #navBarSec ul {
        margin: 0 auto;
        list-style-type: none;
    }

    #navBarSec li.sel a {
        color: #526877;
    }

    #navBarSec li a:HOVER {
        color: #62aadb;
    }

/* Participant list */
.participantTreeList {
    margin-top: 15px;
}

    .participantTreeList .participantTreeHeader {
        font-weight: bold;
    }

    .participantTreeList .participantTreeSubList li {
        margin: 10px 0;
        color: #444;
    }

    .participantTreeList .participantTreeSubList ul li {
        margin: 3px 0;
    }

.leftNavigation .participantTreeHeader li {
    text-indent: 0px;
}


/* Tab Styles */
.pageTab {
    width: auto;
    height: 31px;
    position: relative;
    top: 26px;
    float: left;
    z-index: 500;
    background: url(../Images/spr_non_repeat.png) -87px -248px no-repeat transparent;
}

    .pageTab a {
        color: #526877;
        font-size: 1.2em;
        font-weight: bold;
        text-decoration: none;
        display: block;
        text-align: center;
        height: 31px;
        padding: 0px 5px 0px 5px;
        margin-left: 34px;
        background-color: #EAEAEA;
    }

.firstTab {
    background-position: 0px -197px;
}

.firstTabSelected {
    background-position: 0px -554px;
    z-index: 600;
}

    .firstTab a, .firstTabSelected a {
        margin-left: 10px;
    }

    .firstTabSelected a, .selected a {
        background-color: white;
    }

.tabRight {
    background: url(../Images/spr_non_repeat.png) -45px -146px no-repeat;
    width: 37px;
    height: 31px;
    position: absolute;
    top: 0px;
    right: -37px;
}

.selected .tabRight, .firstTabSelected .tabRight {
    background-position: 0px -146px;
}

.selected {
    background-position: -45px -248px;
}

/* Two column general thread styles */
.leftNavigation {
    float: left;
    width: 215px;
}

    .leftNavigation ul {
        list-style-type: none;
    }

    .leftNavigation li {
        margin: 5px 0;
        margin-left: 1em;
        text-indent: -1em;
    }

    .leftNavigation a {
        font-size: .9em;
    }

.leftNavGroup h3 {
    color: #3D4E5A;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 0 0 7px 0;
}

.contentRight {
    margin-left: 10px;
    padding-left: 20px;
    float: left;
    width: 640px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #BEBEBE;
}

#twoColumnContainer {
    margin-top: 20px;
}

/* FAQ Styles */
.upDownArrow {
    font-family: 'Segoe UI', 'Georgia', 'Tahoma','Arial';
}

.faqHeader a {
    text-decoration: none;
    color: inherit;
    font: inherit;
}

.faqHeader {
    margin-bottom: 5px;
}

.faqQuestionListGroup lh {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.faqQuestionListGroup {
    margin-bottom: 15px;
}

    .faqQuestionListGroup ul {
        margin-left: 1em;
    }

    .faqQuestionListGroup li {
        margin: 5px 0px 5px 10px;
        font-size: .9em;
    }

#FAQGeneralInformation {
    margin-top: 0px;
}

.faqSectionHeader {
    margin-bottom: 15px;
    border-top: 2px dashed #8A8A8A;
    border-bottom: 2px dashed #8A8A8A;
    padding: 15px 0;
    background-color: #F8F8EA;
    padding-left: 10px;
}

    .faqSectionHeader a {
        text-decoration: none;
        color: inherit;
        font-size: 1.2em;
        font-weight: bold;
    }

.topLink {
    font-size: .9em;
    margin-bottom: 15px;
    margin-left: 15px;
    display: block;
}

.answerSection h6 {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 6px;
}

.answerSection p {
    margin-left: 15px;
}

.answerSection ul {
    margin: 10px 0 0px 35px;
}

    .answerSection ul li {
        margin-bottom: 10px;
    }

.firstAnswerSection {
    margin-top: 40px;
}

/* Estimator styles */
html* #continueButtonContainer {
    float: none;
    text-align: right;
}

#estimateDisclaimer {
    margin-bottom: 20px;
}

.estimateFormSection {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.estimateFormColumn {
    float: left;
    width: 420px;
}

.estimateTableSection {
    float: left;
    width: 300px;
    margin-left: 25px;
}

#incomeTableSection, #maintenanceTableSection {
    padding-left: 4px;
}

.estimateFormColumn label {
    width: auto;
    clear: both;
    padding-right: 20px;
}

.estimatorInputSection {
    margin-bottom: 15px;
}

    .estimatorInputSection .label {
        margin-bottom: 5px;
    }

    .estimatorInputSection .estimateTextBox {
        width: 200px;
        background: transparent url(../Images/spr_non_repeat.png) 5px -602px no-repeat;
        padding-left: 16px;
    }

.estimateFormColumn label.estimateFrequencyLabel {
    font-size: 14px;
    color: #5A5A5A;
    float: left;
    padding-top: 5px;
    padding-right: 3px;
}

.estimateFrequencyBlock {
    float: left;
    margin-left: 5px;
    width: 150px;
}

.formFieldGroup .estimateFrequencyBlock {
    margin-top: 10px;
    clear: none;
    float: none;
    overflow: visible;
}

.estimateFrequencyBlock select {
    margin-left: 5px;
    float: right !important;
}

.estimateFrequencyBlock .addAdditionalLink {
    width: 100%;
}

#estimateResultsTable {
    width: 500px;
    margin-left: -4px;
}

    #estimateResultsTable caption {
        font-weight: bold;
    }

    #estimateResultsTable th {
        font-weight: bold;
        color: #353535;
    }

        #estimateResultsTable th.estimateResultHeader {
            font-weight: normal;
        }

    #estimateResultsTable thead tr {
        padding-bottom: 10px;
        border-bottom: 1px solid #B8B8B8;
    }

    #estimateResultsTable td {
        font-weight: bold;
        color: #c85a00;
    }

#estimatePercentChangeLabel {
    font-size: 1.15em;
    font-weight: bold;
    color: #CC2200;
    display: inline-block;
}

#resultsPercentChange {
    margin: 15px 0;
}

#estimateResultsName {
    margin: 0;
}

    #estimateResultsName label {
        width: 350px;
        float: none;
    }

    #estimateResultsName input {
        width: 350px;
        display: inline;
    }

#printEstimateLink {
    display: block;
    margin: 10px 0;
}

.estimatePositivePercentChangePct {
    font-size: 1.15em;
    font-weight: bold;
    color: #689439;
}

.scrollTable h5 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.scrollTable {
    width: 400px;
    padding: 0;
}

    .scrollTable tr {
        cursor: pointer;
    }

.scrollTableContainer, .estimateListBox {
    height: 100px;
    overflow: auto;
    border: 1px solid #979797;
}

.estimateListBox {
    width: 400px;
}

.scrollInnerTable {
    width: 370px;
}

    .scrollInnerTable td {
        background: transparent url(../Images/spr_non_repeat.png) 5px -602px no-repeat;
        padding-left: 16px;
    }

    .scrollInnerTable .rowSelected td {
        background-color: #FFFFCC;
    }

.th1 {
    width: 110px;
}

.td1 {
    width: 94px;
}

.th2 {
    width: 110px;
}

.td2 {
    width: 94px;
}

.addAdditionalLink {
    display: block;
    clear: both;
    float: right;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

    .addAdditionalLink span {
        font-weight: bold;
        color: #62AF17;
    }

.removeLink {
    cursor: pointer;
    font-weight: bold;
}

    .removeLink span {
        font-weight: bold;
        color: #CC0000;
    }

.scrollTable caption, .estimateTableSection h5 {
    font-weight: bold;
    color: #555;
}

#continueButtonContainer {
    clear: both;
    float: right;
    margin-top: 15px;
}

.estimateTableSection label, .estimateTableSection th {
    font-size: 14px;
    color: #5A5A5A;
}

.estimateTableSection h5 {
    margin-bottom: 8px;
}

#childSection {
    margin-bottom: 0;
}

/* County Map Styles */
#countyNameContent {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #4c89bd;
    border-width: 2px;
    font-size: .9em;
    font-weight: bold;
    color: #000000;
    z-index: 999;
    padding: 5px 15px;
}

#countyNameHover {
    position: absolute;
}

#countyNamePointer {
    background: transparent url(../Images/spr_non_repeat.png) -0px -644px no-repeat;
    float: left;
    margin-left: -7px;
    line-height: 31px;
    width: 9px;
}

#orLink {
    font-weight: bold;
    margin: 10px 0;
}

#SelectionLabel {
    font-weight: bold;
    font-size: 1.1em;
    color: #3D4E5A;
}

/* Body Column Layout */
#left2Column {
    width: 170px;
    float: left;
    border-right: solid 1px #dddddd;
}

#right2Column {
    width: auto;
    margin-left: 180px;
}

#left2Column h4 {
    color: #526877;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#left2Column li {
    display: block;
    padding: 5px 8px;
    color: #3b95d2;
    font-size: 0.9em;
    font-weight: bold;
}

#left2Column ul {
    margin: 0;
    list-style-type: none;
}

#left2Column li.l1 {
    padding-left: 0px;
    color: #526877;
    font-size: 1.0em;
}

#left2Column li a {
    color: #3b95d2;
    text-decoration: none;
}

    #left2Column li a:hover {
        text-decoration: underline;
    }

#right2Column h4 {
    color: #526877;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Landing Page */
#landingHelpLink {
    padding-right: 20px;
    position: relative;
    top: -30px;
    float: right;
}

    #landingHelpLink a {
        font-weight: normal;
    }

#landingTitle {
    float: left;
}

#landingText, #landingTitle {
    padding: 10px;
    color: #FFF;
    /*background: transparent url("../Images/57transparent.png");*/
    clear: both;
}

#landingText {
    font-size: 10pt;
}

#messageBar {
    position: relative;
    width: 960px;
    z-index: 5;
    padding: 0px;
    margin-top: 35px;
}

#messageTopCorner {
    width: 960px;
    height: 25px;
    background: transparent url(../Images/spr_non_repeat.png) -20px -892px no-repeat;
    position: relative;
    z-index: 5;
}

#messageBottomCorner {
    width: 960px;
    height: 30px;
    background: transparent url(../Images/spr_non_repeat.png) -20px -930px no-repeat;
    position: relative;
    z-index: 5;
}

#bulletinContent {
    padding: 0px 30px 0px 30px;
    background: transparent url(../Images/spr_repeat_vert.png) repeat-y;
    height: 1%;
}

    #bulletinContent h2 {
        color: #3d4e5a;
        text-align: left;
        padding-top: 11px;
    }

    #bulletinContent h3 {
        font-size: 1em;
        color: #416a84;
        background: none;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 10px 0px 3px 0px;
    }

#SateLevelbulletinContent {
    padding: 0px 30px 0px 30px;
    height: 1%;
}

    #SateLevelbulletinContent h2 {
        color: #3d4e5a;
        text-align: left;
        padding-top: 11px;
    }

    #SateLevelbulletinContent h3 {
        font-size: 1em;
        color: #416a84;
        background: none;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 10px 0px 3px 0px;
    }


#imageAndLinkContent {
    background: url(../Images/spr_repeat_vert.png) repeat-y;
    position: relative;
    z-index: 100;
}

#landingPictureAndBottomLinks {
    padding: 10px 0 0 35px;
    position: relative;
    z-index: 100;
    width: 627px;
    float: left;
    height: 310px;
}

#landingPicture {
    background: url(../Images/landingsprite.jpg) 0px 0px;
    height: 223px;
    display: block;
    margin: 0px;
    border: 1px solid #000;
    float: left;
    padding: 15px;
    width: 597px;
}

#landingRightLinks {
    width: auto;
    margin: -16px 0px 0px -20px;
    position: relative;
    right: -15px;
    z-index: 1000;
    float: left;
}

/* Style to make the bottom links position properly in Firefox */
body > #container #landingRightLinks {
    margin: -10px 0px 9px -39px;
}

#landingRightLinks li span.linkMain {
    font-size: 1.2em;
    font-weight: bold;
}

#landingRightLinks ul {
    margin: 0px;
    list-style-type: none;
    display: block;
}

#landingRightLinks a {
    width: 265px;
    display: block;
    color: #526877;
    text-decoration: none;
    padding: 15px 0px 13px 40px;
}

    #landingRightLinks a:HOVER {
        background: url(../Images/spr_non_repeat.png) 0px -328px no-repeat;
        color: #FFFFFF;
        text-shadow: -1px -1px #929292;
    }

html* #landingRightLinks a:HOVER {
    background: url(../Images/spr_non_repeat.png) 0px -328px no-repeat;
    color: #374B2F;
}

#landingRightLinks span.linksSub {
    font-size: 0.7em;
    font-weight: normal;
    display: block;
}

#landingBottomLinks {
    width: auto;
    z-index: 990;
    display: block;
    float: left;
    margin-top: -15px;
}

    #landingBottomLinks #employerBottomLink a {
        padding-bottom: 20px;
    }

#landingBottomCorner {
    display: block;
    width: 960px;
    height: 47px;
    background: transparent url(../Images/spr_non_repeat.png) -20px -800px no-repeat;
    position: absolute;
    z-index: 50;
    float: left;
}

#mainBottomCorner {
    display: block;
    width: 960px;
    height: 20px;
    background: url(../Images/spr_non_repeat.png) -20px -930px #e9f5fc no-repeat;
    position: relative;
}

#landingBottomLinks li {
    margin: 0px 0px;
    text-align: center;
    float: left;
}

#landingBottomLinks ul {
    margin: 0px;
    list-style-type: none;
    display: inline;
}

#landingBottomLinks a {
    width: 153px;
    display: block;
    color: #526877;
    text-decoration: none;
    padding: 45px 5px 43px 0px;
    text-align: center;
}

#landingBottomLinks li a:HOVER {
    background: url(../Images/spr_non_repeat.png) 0px -395px no-repeat;
    color: #FFFFFF;
    text-shadow: -1px -1px #929292;
}

html* #landingBottomLinks li a:HOVER {
    background: url(../Images/spr_non_repeat.png) 0px -395px no-repeat;
    color: #374B2F;
}

#landingBottomLinks li span.bottomLinkMain {
    font-weight: bold;
    font-size: 1.1em;
}

#landingBottomLinks li span.bottomLinkSub {
    font-size: 10px;
    display: block;
}

/*-- Additional Information Links */
.additionInfoGroup {
    float: left;
    width: 220px;
}

#additionalInfoContainer {
    position: relative;
    z-index: 10;
}

/*div.additionalInfoContainerClosed {
    top: -140px;
}*/
/*For ADA*/
/*For ADA*/

div.additionalInfoContainerClosed {
    top: -270px;
}

/*For ADA*/
/*For ADA*/
/*For ADA*/

div.additionalInfoContainerOpen {
    top: 8px;
}

.additionalInfoLinkOpen {
    top: 157px;
}

.additionalInfoLinkClosed {
    top: 10px;
}


#additionalInfoLink {
    color: #f1330d !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    cursor: pointer;
}

#additionalInfoLinkContainer {
    position: relative;
    float: right;
    width: 195px;
    height: 20px;
    margin-right: 20px;
    display: block;
    z-index: 9999;
}

#additionalInfo {
    background: url(../Images/spr_non_repeat.png) center -592px no-repeat;
    width: 960px;
    height: 200px;
    margin: auto 0;
    float: left;
    z-index: 10;
}

#additionalInfoMenu {
    margin: 0 auto;
    width: 880px;
    position: relative;
    top: 35px;
}

#additionalInfo li {
    display: block;
    padding: 0px 7px;
    font-size: 0.7em;
    text-align: left;
}

#additionalInfo h2 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #406983;
    display: inline-block;
}

    #additionalInfo h2.readerText {
        position: relative;
        width: auto;
    }

#additionalInfo ul {
    display: block;
    margin: 0;
    list-style-type: none;
}

#additionalInfo a {
    color: #406983;
    text-decoration: none;
}

#additionalInfo li a:HOVER {
    text-decoration: underline;
}

/* General thread content page styles */
#FIDMListHead {
    margin: 10px 0;
}

#FIDMLinks {
    list-style-type: none;
}

/* Find office content page styles */
.findOffice {
    margin: 10px 0;
}

    .findOffice h2 {
        font-size: 1.4em;
    }

    .findOffice h3 {
        color: #3D4E5A;
        font-size: 1.4em;
        font-weight: bold;
        background: transparent;
        padding: 0;
        float: left;
        margin: 0;
    }

#countyNameSection {
    margin: 25px 0 10px 0;
}

.findOfficeNavLink {
    margin-left: 20px;
}

#officeOperationInfo {
    float: left;
    width: 350px;
}

#officeMapInfo {
    float: left;
    width: 500px;
    margin-left: 20px;
}

#countyOfficeContent {
    clear: left;
}

    #countyOfficeContent h4 {
        margin: 10px 0;
        font-weight: bold;
        color: #3D4E5A;
    }

.officeDetailSection {
    margin-left: 10px;
    color: #333333;
}

    .officeDetailSection h5 {
        margin-bottom: 10px;
        color: #505050;
    }

    .officeDetailSection span {
        display: block;
    }

    .officeDetailSection img {
        border: 1px solid #505050;
    }

.addressDetailSection {
    margin-left: 10px;
    margin-bottom: 10px;
}

.addressFieldSet {
    border: none;
    padding-left: 0;
}

    .addressFieldSet .label {
        padding-left: 30px;
        width: 270px;
    }

    .addressFieldSet legend {
        padding-left: 0;
        font-size: 14px;
        color: #5A5A5A;
        padding-top: 5px;
    }

.addressFields input, .addressFields select {
    clear: left;
    margin-bottom: 5px;
}

.printLink {
    font-size: 12px;
    /*color:#59758f; */
    color: #62aadb;
    font-weight: bold;
}

/* Participant Profile Page */
.navBarParticipant {
    margin: 15px 0;
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    list-style-type: none;
}

    .navBarParticipant li {
        display: inline;
        font-weight: bold;
        color: #5A5A5A;
        list-style: none;
        margin: 0;
    }

    .navBarParticipant a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: hsl(240, 33%, 95%);
        text-decoration: none;
        line-height: 19px;
        font-size: .8em;
    }

    .navBarParticipant li a:hover {
        background: hsl(240, 20%, 80%);
    }

    .navBarParticipant a.selectedLink:hover {
        background: none;
    }

    .navBarParticipant li a#current {
        background: white;
        border-bottom: 1px solid white;
    }

    .navBarParticipant a.selectedLink {
        color: #3D4E5A;
        background: white;
        border-bottom: 1px solid white;
    }

#updateParticipantList {
    float: left;
    width: 225px;
    border-right: 1px solid #C4C4C4;
}

    #updateParticipantList ul {
        margin-left: 10px;
    }

    #updateParticipantList h4 {
        font-weight: bold;
        color: #3D4E5A;
    }

    #updateParticipantList h5 {
        font-size: 1.1em;
        font-weight: normal;
        color: #3D4E5A;
        margin: 15px 0;
    }

    #updateParticipantList .selectedParticipant {
        font-weight: bold;
        font-size: .9em;
        color: #383838;
    }

#updateParticipantBody {
    float: left;
    padding-left: 15px;
    width: 650px;
    border-left: 1px solid #C4C4C4;
    margin-left: -1px;
}

    #updateParticipantBody h4 {
        font-size: 1.7em;
        color: #3D4E5A;
        font-weight: bold;
    }

.participantUpdateEditFields {
    padding: 0;
    border: none;
}

    .participantUpdateEditFields legend.editFieldLabel, .participantUpdateEditFields legend.editFieldLabel span {
        font-weight: bold;
        color: #3D4E5A;
        font-size: 1.2em;
        padding: 0;
        display: block;
        padding-bottom: 10px;
        width: 100%;
    }

.editFieldLabel .pendingChangeHeader {
    font-weight: bold;
    font-size: 14px;
}

.participantUpdateEditFields .label {
    width: 200px;
}

#participantUpdateFieldsHeader span {
    font-size: .9em;
    color: #5A5A5A;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

span#pendingchangeslabel {
    float: right;
}

.participantUpdateEditFields .application_fieldset .formFieldGroup label {
    width: 180px;
}

.pendingChangeField {
    width: 225px;
    display: block;
    float: right;
    line-height: 30px;
    font-size: .9em;
}

.formFieldGroup .pendingChangeField {
    color: #96C419;
    font-weight: bold;
}

.grayHeading {
    color: #7a7a7a;
    font-size: 1.0em;
}

#bodyMenu {
    width: auto;
    background: #f7f7f7;
    border: solid 1px #cbcbcb;
    padding: 4px;
}

    #bodyMenu li {
        display: inline;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 0.9em;
        font-weight: bold;
        color: #526877;
    }

    #bodyMenu ul {
        margin: 0;
        list-style-type: none;
    }

    #bodyMenu a {
        color: #489cd4;
        text-decoration: none;
        font-weight: bold;
    }

    #bodyMenu li a:HOVER {
        text-decoration: underline;
    }

#bodySubMenu {
    width: auto;
    background: #eae9e9;
    border: solid 1px #cbcbcb;
    padding: 4px;
    margin-top: -1px;
}

    #bodySubMenu li {
        display: inline;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 0.7em;
        font-weight: bold;
        color: #526877;
    }

    #bodySubMenu ul {
        margin: 0;
        list-style-type: none;
    }

    #bodySubMenu a {
        color: #489cd4;
        text-decoration: none;
        font-weight: bold;
    }

    #bodySubMenu li a:HOVER {
        text-decoration: underline;
    }

#formData {
    margin: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
    color: #5e5e5e;
}

    #formData label {
        float: left;
        width: 210px;
        font-weight: bold;
    }

    #formData input, textarea {
        width: 500px;
        margin-bottom: 5px;
        color: #5e5e5e;
        border: 0px solid #FFF;
        clear: right;
    }

    #formData #formButton {
        background: #64a114;
        margin-left: 210px;
        margin-top: 5px;
        width: auto;
        clear: none;
        color: #fff;
        font-weight: bold;
        border: solid 2px #000;
        padding: 3px 0px;
    }

.marginTop {
    font-size: 13px;
    color: #59758f;
    margin-top: 8px;
}

h4.pageSubHeading {
    margin-bottom: 10px;
    font-size: 14pt;
    color: #59758f;
    font-weight: bold;
}

.pageDescription {
    font-size: .9em;
    color: #374752;
    display: block;
    padding-bottom: 10px;
}

/* Member thread Related Css *#;*/
#logoutLinkLI a {
    float: right;
}

.importantParagraph {
    font-weight: bold;
}

#nonIVDCaseMessage {
    border: 1px dashed red;
    padding: 10px;
    background-color: #FFF0F0;
    color: #660000;
}

    #nonIVDCaseMessage p {
        margin-bottom: 15px;
    }

#participantNavigationSection {
    margin-bottom: 15px;
}

.questionTextArea {
    width: 615px;
    text-align: center;
}

.SubmitQuestion_DDown {
    width: 300px;
}

.SubmitQuestionButtons {
    font-size: .9em;
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 20px;
}

html* .SubmitQuestionButtons {
    display: block;
}

.submitBtn {
    margin-left: 10px;
    width: 80px;
}

.SubmitButtonWithNote {
    font-size: .8em;
    color: #4B4B4B;
    display: inline-block;
    text-align: center;
    width: auto;
    vertical-align: top;
}

html* .SubmitButtonWithNote {
    float: left;
    display: block;
}

.SubmitButtonContainer {
    text-align: center;
}

.SubmitQuestionButtons a {
    vertical-align: top;
}

html* .SubmitQuestionButtons a {
    float: left;
}

.SubmitQuestionButtons .altButtonContent {
    width: 150px;
}

.acknowdiv {
    height: 400px;
    width: 700px;
    margin-left: 10px;
}

.acknowdiv {
    height: 400px;
    width: 800px;
    margin-left: 25px;
}

.agreeterms {
    margin-top: 30px;
    margin-left: 25px;
}

.Headerappointmentdiv {
    margin-top: 25px;
    margin-left: 10px;
    width: 900px;
    height: 50px;
    background-color: #CCCCCC;
}

.appointmentstyle {
    margin-top: 5px;
    font-size: small;
    font-weight: bold;
}

.appointmentstyle2 {
    width: 75px;
    margin-top: 5px;
    font-size: small;
    font-weight: bold;
}

.appoint {
    height: 500px;
    float: left;
    width: 502px;
    margin-left: 25px;
    margin-top: 10px;
}

testdiv {
    display: none;
}

testdiv2 {
    display: none;
}

.fontbolddiv {
    font-weight: bold;
}

Marginleft650 {
    margin-left: 630px;
}

.Marginleft150 {
    margin-left: 150px;
}

.tablemargindiv {
    margin-left: 20px;
    font-size: 20px;
    background-color: #CCFFFF;
}

.columnheaderdiv {
    Width: 55px;
    Height: 5px;
    font-size: small;
    margin-left: 10px;
    border-style: dotted;
    font-weight: bold;
}

#div1 #div2 {
    display: none;
}

#div1:hover {
    display: Block;
}

.bulletinsmalldiv {
    height: 30px;
    width: 770px;
    border-color: Silver;
    border-style: outset;
    border-width: 1px;
    margin-top: 10px;
}

.Descriptiondiv {
    margin-top: 5px;
    margin-left: 170px;
}

.DescriptionLabel {
    font-size: small;
}

.div1 {
    margin-top: 5px;
    margin-right: 10px;
    width: 10%;
    float: left;
}

.div2 {
    margin-top: 5px;
    width: 70%;
    float: right;
}

.Participantsubmaindiv {
    width: 800px;
    height: 700px;
}

.Participantleftdiv {
    float: left;
    height: 700px;
    width: 280px;
    margin-top: 10px;
    border-right-color: Blue;
    border-right-width: 1px;
    border-right-style: outset;
}

.Participantrightdiv {
    float: left;
    height: 700px;
    width: 460px;
    margin-top: 10px;
    margin-left: 10px;
}

.ParticipantFontDiv {
    font-size: small;
    font-family: Arial;
    color: #59758f;
}

.msgdiv {
    width: 580px;
    height: 250px;
    margin-left: 7px;
}

.submitdivstextstyle {
    width: 100%;
    height: 90px;
    font-size: smaller;
    border-style: solid;
    border-width: 1px;
    border-color: #979797;
}

.CharacterLimit {
    font-size: .8em;

    /* For ADA Changes*/
    display:block /* : inline-block;  Or block, depending on desired behavior and parent's layout */
}

.AppointmentcasemainDiv {
    font-size: 1em;
    color: hsl(0, 0%, 35%);
}

    .AppointmentcasemainDiv .label {
        width: 140px;
    }

.address ul {
    list-style: none;
}

.address {
    margin-top: 5px;
}

.groupedFieldText {
    display: block;
    float: left;
}

/* APPLICATION START PAGE */
#applicationIDLabel {
    padding: 10px 30px;
}

.applicationStartSection {
    float: left;
    width: 250px;
    text-align: center;
}

    .applicationStartSection h2 {
        margin-bottom: 10px;
    }

    .applicationStartSection .label {
        width: auto;
        float: none;
        text-align: left;
        color: #252525;
    }

    .applicationStartSection .formFieldGroup {
        margin-top: 5px;
    }

#ApplicationIdInformationLabel {
    height: 75px;
}

.applicationStartSection .subSectionLabel {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: .9em;
    color: #787878;
    height: 146px;
    display: block;
    text-align: justify;
}

html* .applicationStartSection .subSectionLabel {
    height: 145px;
}

.applicationStartSection .formFieldGroup {
    margin-bottom: 10px;
}

.applicationStartSection a.appFormButton {
    margin: 0;
}

.applicationStartSection .formFieldGroup .errorMessageContent {
    width: 100%;
    margin-left: 0;
}

.applicationStartSection .formFieldGroup .appStartTextbox {
    width: 230px;
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    border: 1px solid #979797;
    color: #374752;
    float: none;
}

#appStartRightSection {
    margin-left: 115px;
}

#appStartBody {
    width: 615px;
    margin: 0 auto;
}

/* Application Email SignUp page */
#emailMainDiv {
    width: 705px;
    margin: 50px auto;
}

.mailOptionSection {
    float: left;
    width: 225px;
    text-align: center;
    margin-right: 15px;
}

    .mailOptionSection a {
        display: block;
    }

.emailText {
    margin: 10px 0;
    color: #4B4B4B;
}

.lastMailSection {
    margin-right: 0;
}

#printhead {
    display: none;
}

.printDisclaimer {
    display: none;
}

.disclaimerParagraph {
    font-size: .8em;
    color: #4B4B4B;
    margin-top: 20px;
    clear: both;
    text-align: justify
}

    .disclaimerParagraph em {
        color: #990000;
        font-weight: bold;
    }

/* Application Disclaimer page */

.DisHeader {
    font-family: Arial;
    font-size: 1.1em;
    color: #c85a00;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form_button, .continue_button {
    border: 2px solid #333333;
    display: block;
    padding: 2px;
    background-color: #64a114;
    width: 140px;
    height: 26px;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

a.appFormButton {
    margin-right: 5px;
}

span.appFormButtonContent {
    width: 150px;
    text-align: center;
}


span.appFormButtonContentNav {
    width: 160px;
    text-align: center;
}

.memberControls span.appFormButtonContent {
    width: auto;
}

/* Application custodial role page */
#CustodialRole_fieldset {
    padding-bottom: 0;
}

#custodialRoleCountySection {
    margin-top: 0;
}

/* Application labels page */
.noticeParagraph {
    font-weight: bold;
    margin: 10px 0;
}

.infoParagraph {
    margin: 10px 0;
}

.fieldQuestionLink {
    line-height: 30px;
}

.formFieldGroup {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.fieldExample {
    margin-left: 10px;
    font-size: 10pt;
    color: #525252;
    float: left;
    padding-top: 5px;
}

.exampleBelowField {
    float: left;
}

    .exampleBelowField span {
        clear: left;
        margin-left: 3px;
    }

.heightFieldExample {
    margin-right: 10px;
}

#memberStartMessage {
    font-size: .8em;
    line-height: 30px;
}

.application_fieldset {
    border-style: none;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0 0 0;
}

    .application_fieldset legend {
        font-family: Arial;
        font-weight: bold;
        display: block;
        font-size: 14px;
        color: #5A5A5A;
        padding: 0;
        clear: left;
        float: left;
        width: 100%;
    }

.wrapLegend {
    display: block;
    width: 100%;
    white-space: normal;
    font-weight: bold;
}

html* .application_fieldset legend {
    margin-left: -5px;
}

.application_fieldset .formFieldGroup label {
    padding-left: 20px;
    width: 280px;
    font-weight: normal;
}

.application_fieldset .formFieldGroup .Common_Radiobtn label {
    padding-left: 5px;
}

.Condensed_txtbox {
    width: 50px;
}

.multipleInputLine {
    margin-left: 5px;
}

.label, .yesNoUnknownLabel {
    font-family: Arial;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 0px;
    margin-right: 20px;
}

.label {
    width: 300px;
    clear: left;
    float: left;
}

#SelectCaseLabel {
    width: 290px;
}

.participantUpdateEditFields .application_fieldset {
    padding-right: 0;
}

.FromToLabel {
    padding: 5px 5px 0px;
    clear: left;
    float: left;
    font-family: Arial;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 0px;
    margin-right: 5px;
}

.SelectDateContainer {
    display: block;
    margin-right: 10px;
    float: left;
}

html* .SelectDateContainer select {
    margin-top: 5px;
}

html* .SelectDateContainer select {
    margin-top: 5px;
}

.yesNoUnknownLabel {
    width: 450px;
    clear: both;
    margin-bottom: 10px;
}

.formFieldGroup input[type="text"], .formFieldGroup .agreeCheckbox input[type="checkbox"], .formFieldGroup select, .formFieldGroup textarea, .estimatorInputSection input, .estimatorInputSection select {
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    border: 1px solid #979797;
    color: #374752;
    float: left;
}

.Common_CheckBox {
    display: block;
    padding: 5px 0;
}

    .Common_CheckBox label {
        padding: 0px 5px;
        font-size: .9em;
        color: #374752;
    }

    .Common_CheckBox td {
        padding: 0px 20px;
    }

.Common_txtbox {
    width: 160px;
    height: 18px;
}

.Freeform_txtbox {
    width: 300px;
    height: 150px;
    display: block;
}

.Common_DDown {
    display: block;
    line-height: 20px;
    width: 172px;
}

.Case_DDown {
    display: block;
    line-height: 20px;
    width: 200px;
}

.Case_txtbox {
    width: 188px;
    height: 18px;
}

.Case_Freeform_txtbox {
    width: 200px;
    height: 70px;
    display: block;
}

.SelectDateContainer {
    display: block;
    margin-right: 10px;
    float: left;
}

.DateMonth_DDown {
    display: block;
    line-height: 20px;
    width: 60px;
    margin-right: 3px;
}

html* .DateMonth_DDown {
    width: 47px;
}

.Year_DDown {
    display: block;
    line-height: 20px;
    width: 75px;
}

html* .Year_DDown {
    width: 71px;
}

.uploadButton {
    font-size: 14px;
    line-height: 20px;
    color: #374752;
    vertical-align: top;
    margin-top: 5px;
}

#AllCasesCheckboxContainer label {
    margin-right: 15px;
}

#AllCasesLabel {
    float: left;
    margin-right: 15px;
    width: auto;
}

.uploadButtonWithNote {
    display: inline-block;
}

#fieldDropDownGroup {
    float: left;
}

    #fieldDropDownGroup select {
        float: none;
    }

.parentRelationshipSelect {
    width: 250px;
}

.Short_Radiobtnlist {
    display: block;
    float: left;
}

.Common_Radiobtn, .Common_chkbox {
    line-height: 30px;
}

    .Common_Radiobtn label, .Common_chkbox label {
        font-size: 14px;
        color: #374752;
        margin: 0 10px 0 5px;
        line-height: 30px;
    }

.Common_chkbox {
    float: left;
    padding-top: 5px;
}

.agreeCheckbox {
    font-size: 1.1em;
    display: block;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}

    .agreeCheckbox label {
        font-size: 14px;
        color: #374752;
        float: left;
        margin: 0 10px;
    }

.benefitsCheckbox {
    /*width:250px;*/
    width: 305px;
}

#navigationControls {
    margin-top: 20px;
    clear: both;
}

#updateParticipantBody .smallButtonContent {
    width: auto;
}

html* .appBodyList {
    margin-left: 35px;
}

.appBodyList li {
    margin: 10px 0;
}

#addChildTable {
    width: 600px;
}

    #addChildTable .th1 {
        padding-left: 8px;
    }

    #addChildTable .th1, #addChildTable .td1 {
        width: 200px
    }

    #addChildTable .scrollInnerTable td, #addEmployerTable .scrollInnerTable td {
        background: transparent;
        padding-left: 4px;
    }

    #addChildTable .scrollInnerTable {
        width: 580px;
    }

.addAnotherLinkForBigTableList {
    float: none;
    margin-left: 10px;
}

#addEmployerTable {
    width: 490px;
}

    #addEmployerTable .scrollInnerTable {
        width: 470px;
    }

    #addEmployerTable .th1, .td1 {
        width: 200px;
    }

/* Styles used in Progress bar navigation user control */

/* Upload Document Styles */
.file_input_textbox {
    float: left;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#BrowseButton {
    float: left;
    position: absolute;
    top: 0;
    left: 20em;
    z-index: 1;
}

.file_input_div {
    position: relative;
}

.file_input_hidden {
    float: left;
    position: relative;
    z-index: 999;
    height: 33px;
    width: 400px;
    opacity: 100;
    cursor: pointer;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 100;
    -moz-opacity: 100;
}

/* Member thread Related Css */
.DisclaimerRed {
    color: Red;
    font-weight: bold;
    font-size: .8em;
}

.accountBalancesLanding {
    background-color: #0033FF;
    padding: 5px 10px 10px;
    overflow: hidden;
    display: block;
}

/* can be redone */
.accountBalanceMonth {
    /*Added for ADA*/
    /*  margin-left: 45px;*/
    font-size: .9em;
    font-weight: bold;
    /* if the dropdown is in the blue title */
    margin-right: 50px;
}

html*.accountBalanceMonth {
    margin-left: 25px;
    margin-right: 15px;
}

#CaseAccountBalancesDiv {
    margin: 5px 0px;
}

    #CaseAccountBalancesDiv .YellowNotificationBox {
        margin: 20px 0;
    }

.forCaseDDL {
    font-size: .7em;
    margin: 10px 0px;
    display: inline;
}

.ViewCaseButton {
    font-size: .8em;
    margin-left: 2px;
}

.PastDue {
    font-size: 1em;
    color: #4B4B4B;
    margin-top: 10px;
    clear: both;
    font-weight: bold;
}

    .PastDue em {
        color: Red;
        font-weight: bold;
    }

div.CourtYellowNotificationBox {
    padding-left: 0;
    padding-right: 0;
}

.CourtYellowNotificationBox .SelectDateContainer {
    margin-right: 0;
}

.CourtYellowNotificationBox a.appFormButton {
    margin-left: 10px;
}

.YellowNotificationBox {
    background-color: #FFFDE8;
    padding: 15px;
    border-style: dashed;
    border-width: 2px;
    border-color: #F2F0D9;
    margin-bottom: 10px;
    color: #4E4E4E;
    font-size: .9em;
}

    .YellowNotificationBox .formFieldGroup {
        margin: 5px 0;
    }

.YellowNotificationText {
    font-size: .9em;
    color: #374752;
}

.YellowNotificationBox .appFormButton {
    vertical-align: top;
}

.YellowNotificationBox ul {
    list-style: none;
}

    .YellowNotificationBox ul li {
        display: inline;
        margin-right: 10px;
    }

.CaseAccountBalanceTable {
    border-style: solid;
    border-width: 1px;
    margin: 5px 0px;
}

/*--Member thread Landing Css */

/*----General styles */
#memberWelcome {
    width: 100%;
    overflow: hidden;
}

#memberLandingWelcome {
    float: left;
    margin-bottom: 10px;
}

#memberLandingLastLogin {
    width: 30%;
    font-size: x-small;
    font-family: Arial;
    float: right;
    text-align: right;
}

.memberLandingError {
    color: #D21A1A;
    padding: 0 0 0 10px;
}

.memberLandingErrorContent {
    line-height: 2.8em;
    display: block;
    float: left;
    font-weight: bold;
}

.errorExclamation {
    font-size: 2em;
    margin-right: 10px;
    display: block;
    float: left;
}

#menuPreLanding {
    float: right;
}

.ackNotificationDetail {
    margin: 5px 0 25px 10px;
}

/* CUSTOM FANCYBOX STYLE */
#fancybox-outer {
    border: 2px solid #000000;
}

#loadingStatus {
    font-weight: bold;
}

/*----Calendar or Appointment styles */
.courtLocationLink {
    margin-right: 10px;
}

#CourtAppearanceBack span.appFormButtonContent {
    width: auto;
    margin-top: 15px;
}

.AppointmentcasemainDiv p {
    margin-bottom: 15px;
}

#memberLandingCalendarArea {
    height: auto;
    float: right;
    width: 215px;
    border: 1px solid;
    margin-bottom: 15px;
    padding: 0;
    padding-bottom: 5px;
}

    #memberLandingCalendarArea h4 {
        font-size: 1em;
        padding: 0 10px;
    }

#memberLandingCalendarAreaContent {
    padding: 8px;
}

#memberLandingCalendarArea legend {
    margin-left: 10px;
}

#memberLandingViewAllAppointments {
    display: block;
    font-size: 9pt;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.calendarControl {
    width: 200px;
    font-size: 8pt;
    float: right;
}

    .calendarControl a {
        text-decoration: none;
    }

    .calendarControl th, .calendarControl td {
        text-align: center;
    }

.dataTable .dataTables_empty {
    padding: 5px;
}

.memberLandingAppointmentListing {
    margin-top: 10px;
}

.memberLandingAppointmentLink {
    font-size: 10pt;
}

#memberLandingCalendarArea.calendarLeftSide {
    float: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.courtAppointmentListContent {
    margin-left: 10px;
}

/*----Bulletin and Case Styles */

#memberLandingMainContent fieldset, #memberLandingCalendarArea {
    border: 1px solid #B5B5B5;
}

#memberLandingMainContent {
    float: left;
    width: 670px;
}

#paymentHistoryNCP, #paymentHistoryCP {
    width: 99%;
}

.memberLandingSummaryContentBlock {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .memberLandingSummaryContentBlock .dataTable {
        border: 1px solid #B5B5B5;
    }

        .memberLandingSummaryContentBlock .dataTable tbody {
            min-height: 40px;
        }

    .memberLandingSummaryContentBlock .dataTable {
        padding: 0;
        height: 100%;
    }

        .memberLandingSummaryContentBlock .dataTable caption {
            padding: 0;
        }

            .memberLandingSummaryContentBlock .dataTable caption.plainTextCaption {
                font-weight: bold;
                color: #3D4E5A;
                font-size: 1.2em;
            }

.caseSummaryBlock {
    border: none;
}

    .caseSummaryBlock .dataTable {
        border: 1px solid #8D8C8C;
    }

    .caseSummaryBlock table th, .caseSummaryBlock table td {
        text-align: left;
        padding-left: 5px;
    }

    .caseSummaryBlock .landingSectionHeader {
        float: left;
    }

    .caseSummaryBlock .caseSummaryMoreLink {
        float: right;
    }

.caseLevelTable caption {
    font-weight: bold;
    margin-bottom: 10px;
}

#caseChildrenList {
    display: inline;
}

    #caseChildrenList li {
        display: inline;
        margin-left: 10px;
    }

#caseDetailSection {
    font-size: 1.0em;
    color: #3C3C3C;
    margin-bottom: 10px;
    float: left;
}

    #caseDetailSection #caseOtherParticipant {
        font-size: 1.2em;
        font-weight: bold;
        color: #000000
    }

.memberCaseLandingMyMessages {
    padding: 10px;
    width: 650px;
    margin-bottom: 15px;
}

.contentGroupLegend {
    padding: 0 10px;
    color: #526877;
    font-size: 14pt;
    font-weight: bold;
}

#memberLandingMyMessagesContainer .linkDetailDescription {
    margin-left: 10px;
}

#memberLandingMyMessagesContainer {
    padding-left: 10px;
}

    #memberLandingMyMessagesContainer .LinkReg {
        font-size: 10pt;
    }

.landingSectionHeader {
    color: #526877;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 10px;
}

h3.memberLandingCaseTableHeader {
    padding: 5px 0 5px 20px;
    font-size: 10pt;
    margin: 0;
}

#seeMoreCaseNoticeLink {
    font-size: 10pt;
    margin-left: 10px;
}

.MemLink {
    color: #0099CC;
    font-weight: bold;
}

.BreadCrumbLink {
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
}

.BreadCrumbLink1 {
    color: #FFFFFF;
    text-decoration: underline;
}

.BreadCrumbLink2 {
    color: #FFFFFF;
}

.BreadCrumbLink3 {
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    color: #c85a00;
}

#verificationInformationMessage {
    font-weight: normal;
    font-size: 14px;
    color: #5A5A5A;
}

#navBar li .currentPage {
    pointer-events: none;
    cursor: default;
    color: #666666;
    font-size: 1.1em;
    font-weight: bolder;
}

html* #oneTimePayment {
    margin-left: 89px;
}

#oneTimePayment {
    float: left;
    margin-left: 96px;
}

    #oneTimePayment select {
        float: left;
    }

#PaymentButton, #ViewPaymentButton {
    float: right;
    margin-top: 25px;
}

.radioBtnAndFields {
    float: left;
}

#amtValidator {
    clear: left;
}

.PaymentCases {
    float: left;
}

html* #recurringPayment {
    margin-left: 30px;
}

.confirmationFieldSet .formFieldGroup div {
    float: left;
    padding-top: 6px;
}

.confirmationFieldSet ul li {
    list-style: none;
    padding-left: 25px;
    padding-top: 3px;
}

#recurringPayment {
    margin-left: 20px;
}

    #recurringPayment .errorMessageContent {
        width: auto;
    }

.paymentByCaseworker {
    background-color: #FEFFE8;
}

html* #recurringPayment .label {
    width: 270px;
}

#oneTimePayment label {
    float: left;
    color: #374752;
    font-size: .9em;
}

#oneTimePayment .dateGroup {
    float: left;
    clear: left;
}

#recurringPayment .label {
    font-weight: normal;
    width: 280px;
    color: #374752;
}

#recurringPayment span {
    color: #374752;
    font-size: .9em;
}

#otherAmountTextbox {
    float: left;
    margin-top: 40px;
    margin-left: 125px;
    text-align: right;
}

.visibleCobrowsing span.appFormButtonContent, .visibleCobrowsing .SubmitQuestionButtons, .visibleCobrowsing .smallButtonEnd {
    display: inline-block;
}

.visibleCobrowsing {
    text-align: left;
}

.paymentProcess {
    margin-bottom: 5px;
}

    .paymentProcess .label {
        font-weight: normal;
    }

html* .paymentProcess .label {
    padding-left: 10px;
}

#checkImage {
    padding-top: 5px;
}

.confirmationFieldSet label {
    padding-left: 100px;
    width: 200px;
}

.confirmationFieldSet {
    font-size: .9em;
    color: #374752;
    display: block;
    padding-bottom: 10px;
}

    .confirmationFieldSet p {
        padding: 5px;
    }

.paymentConfirmationBtns {
    padding-top: 20px;
    margin-left: 250px;
}

#nextPaymentDiv {
    font-size: .9em;
    padding: 10px;
    color: #374752;
    padding-left: 20px;
}

.greenBox {
    display: block;
    background-color: #DDEBDD;
    padding: 15px 15px;
    border-style: dashed;
    border-width: 2px;
    border-color: #C3E0C3;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 15px;
}

.courtAppt {
    color: #5A5A5A;
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
}

    .courtAppt label {
        font-weight: bold;
    }

.courtApptCpNcp {
    color: #5A5A5A;
    font-family: Arial;
    font-size: 12px;
    padding: 5px;
}

    .courtApptCpNcp label {
        font-weight: bold;
    }


.readerText {
    left: -9999px;
    position: absolute;
    width: 100px;
}


