﻿/* DEFAULTS
----------------------------------------------------------*/

html {
    height: 100%;
}

video, audio {
    display: block;
    margin: 1em 0;
}

body {
    font-size: 11pt;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-color: #3EB957;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke)) fixed;
    padding-bottom: 70px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#298329), to(#3EB957)) fixed;
    background: -moz-linear-gradient(top, #298329, #3EB957) fixed;
    background: -ms-linear-gradient(top, #298329, #3EB957);*/
}

input[type=text], input[type=password], select, textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input[type=text], input[type=password] {
    padding-left: 3px;
}

input[disabled="disabled"], select[disabled="disabled"] {
    background-color: #ebebeb;
}

input[type=text]:disabled, input[type=password]:disabled, select:disabled {
    background-color: #ebebeb;
}

select, textarea {
    border-style: inset;
    border-color: #eee;
}

.ui-tabs-nav .ui-state-default {
    background: #002b82;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #002b82;
    font-weight: bold;
}

input[type=button], input[type=submit] {
    color: black;
    border: 0px;
    /*    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3EB957), color-stop(1, #298329) );
    background: -moz-linear-gradient( center top, #3EB957 5%, #298329 100% );
    background: -ms-linear-gradient(top, #3EB957, #298329);*/
    background: linear-gradient(to bottom, white, lightgray);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3EB957', endColorstr='#298329');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px #0a4c67;
    -webkit-box-shadow: 0 1px 1px #0a4c67;
    box-shadow: 0 1px 1px #0a4c67;
    padding: 3px 19px 3px 19px;
}



    input[type=button]:active, input[type=submit]:active {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #298329), color-stop(1, #3EB957) );
        background: -moz-linear-gradient( center top, #298329 5%, #3EB957 100% );
        background: -ms-linear-gradient(top, #298329, #3EB957);
        background: linear-gradient(to bottom, white, lightgray);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#298329', endColorstr='#3EB957');
        -moz-box-shadow: 0 0px 1px #0a4c67;
        -webkit-box-shadow: 0 0px 1px #0a4c67;
        box-shadow: 0 0px 1px #0a4c67;
    }

    input[type=submit].aspNetDisabled {
        color: #a7a7a7;
        border: 1px solid #b1b1b1;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #f6f6f6) );
        background: -moz-linear-gradient( center top, #e5e5e5 5%, #f6f6f6 100% );
        background: -ms-linear-gradient(top, #e5e5e5, #e5e5e5);
        background: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f6f6f6');
        -moz-box-shadow: 0 0px 1px #b1b1b1;
        -webkit-box-shadow: 0 0px 1px #b1b1b1;
        box-shadow: 0px 0px 1px #b1b1b1;
    }

    input[type=button]:disabled, input[type=submit]:disabled {
        color: #a7a7a7;
        border: 1px solid #b1b1b1;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #f6f6f6) );
        background: -moz-linear-gradient( center top, #e5e5e5 5%, #f6f6f6 100% );
        background: -ms-linear-gradient(top, #e5e5e5, #e5e5e5);
        background: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f6f6f6');
        -moz-box-shadow: 0 0px 1px #b1b1b1;
        -webkit-box-shadow: 0 0px 1px #b1b1b1;
        box-shadow: 0px 0px 1px #b1b1b1;
    }

a:link, a:visited {
    color: #2d83a6;
}

a:hover {
    text-decoration: none;
}

p {
    margin-top: 5px;
    margin-bottom: 10px;
}

ul {
    margin-top: 5px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 4px;
}

.greenlabel {
    color: #298329;
    font-size: 10.5pt;
    white-space: nowrap;
    font-weight: bold;
}

h1 {
    font-size: 16.5pt;
    font-family: Times New Roman;
    color: black;
    text-transform: uppercase;
}

h2 {
    color: black;
    font-size: 12pt;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
}

h3 {
    color: black;
    font-size: 10.5pt;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    color: black;
    font-size: 9.5pt;
    white-space: nowrap;
    font-weight: bold;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.top {
}

.page {
    width: 1140px;
    background-color: #fff;
    padding: 0 35px 0 35px;
    margin: 0px auto 0px auto;
    background-color: white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 1px 1px #2c7d9c;
    -webkit-box-shadow: 0 1px 1px #2c7d9c;
    box-shadow: 0px 1px 1px #2c7d9c;
}

.header {
    width: 1210px;
    height: 121px;
    margin: 0 auto;
}

.header-line {
    height: 70px;
    background: #002b82
}

.logo {
    float: left;
    /* margin: 2px 0 0 15px;*/
    position: absolute;
    width: 438px;
    height: 88px;
    background: url(../../../Images/logo-dollar.png) no-repeat;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
}

.mainContainer {
    text-align: left;
    padding: 35px 0 35px 0;
}

.main {
    width: 100%;
    display: table;
}

.menuseparator {
    background: transparent url('../../../Images/greyseparator.png') repeat-y;
    background-position: 195px 0px;
}

.leftNavigation {
    vertical-align: top;
    width: 220px;
    display: table-cell;
}

.content {
    width: 920px;
    display: table-cell;
}

.widecontent {
    width: 1140px;
    display: table-cell;
}

.footer {
    background-color: #82CE78;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 1140px;
    margin: 37px auto 10px auto;
    height: 30px;
    vertical-align: bottom;
    font-size: 10.5pt;
    color: #ADEFCA;
    padding: 14px 35px 0px 35px;
}

    .footer a, .footer a.visited {
        color: black;
    }

.version {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.center {
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 0px;
    height: 0px;
    display: none;
    padding: 0px;
    margin: 0px;
}

div.menu {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

    div.menu ul {
        list-style: none;
        padding: 0px;
        width: auto;
        margin: 0px;
        margin-top: -15px;
    }

        div.menu ul li a, div.menu ul li a:visited {
            color: #002b82;
            display: block;
            font-size: 10.5pt;
            white-space: nowrap;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 15px;
            margin-bottom: 6px;
        }

            div.menu ul li a.selected, div.menu ul li a.selected:visited {
                width: 185px;
                color: black;
                background: aliceblue  14px 0px;
                width: 150px;
                display: block;
                font-size: 10.5pt;
                white-space: nowrap;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                margin-top: 15px;
                margin-bottom: 0px !important;
                height: 19px;
                padding-top: 1px;
            }

            div.menu ul li a.level2, div.menu ul li a.level2:visited {
                padding-left: 20px;
                font-weight: normal;
                text-transform: none;
                margin-top: 0px;
                margin-bottom: 4px;
            }

            div.menu ul li a:hover {
                text-decoration: none;
            }

            div.menu ul li a.level2:hover {
                text-decoration: none;
            }

            div.menu ul li a:active {
                text-decoration: none;
            }


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid lightgray;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    color: #002b82;
    font-size: 10.5pt;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0px 0 8px;
    padding: 0 6px 0 6px;
}

/* MISC  
----------------------------------------------------------*/
.none {
    display: none;
}

.loggedInAs {
    text-transform: uppercase;
    color: black;
}

.loginBottom {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 6px;
}

.loginDisplay {
    text-align: right;
    font-size: 9pt;
    float: right;
    display: block;
    padding: 16px 33px 0 0;
    color: black;
    vertical-align: top;
}

    .loginDisplay a:link {
        color: black;
    }

    .loginDisplay a:visited {
        color: black;
    }

    .loginDisplay a:hover {
        color: black;
    }



.loginDisplayForLogoutUser {
    text-align: right;
    font-size: 9pt;
    float: right;
    display: block;
    padding: 0;
    color: black;
    vertical-align: top;
}

    .loginDisplayForLogoutUser a:link {
        color: black;
    }

    .loginDisplayForLogoutUser a:visited {
        color: black;
    }

    .loginDisplayForLogoutUser a:hover {
        color: black;
    }


.loginSeparator {
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0px 7px 0px 7px;
    background-image: url('../../../Images/blueseparator.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: bottom;
}

.footerSeparator {
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0px 5px 0px 5px;
    background-image: url('../../../Images/darkseparator.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: bottom;
}

.livechat {
    margin-top: 16px;
    padding-right: 2px;
}

.clear {
    clear: both;
    display: block;
}

.fieldLabel {
    margin-left: 9px;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 121px;
}

#Household .fieldLabel {
    width: 460px;
}

#Household fieldset, #divMaritalStatus fieldset {
    height: 110px;
}

.fieldLabelSmall {
    margin-left: 9px;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 101px;
}

.field {
    height: 28px;
    display: block;
    width: 100%;
}

.fieldPayment {
    height: 28px;
    width: 100%;
}

.buttons {
    height: 28px;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}


.notificationAreaFieldSet {
    height: 28px;
    width: 870px;
    text-align: center;
}

.contactUsLogo {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.contactUs {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.contactUsLabelRedBold {
    font-weight: bold;
    font-size: 16.5pt;
    color: #bb0000;
}

.fieldLabelRed {
    margin-left: 14px;
    color: Red;
}

.gridLabel {
    padding-left: 4px;
    padding-right: 4px;
}

.field-value {
    display: inline-block;
}

.fieldValue {
    width: 160px;
    display: inline-block;
}

.fieldsetSsnLabel {
    width: 245px;
}

.fieldsetSsnField {
    width: 45px;
}

select.fieldValue {
    width: 168px;
}

.fieldValueSmall {
    width: 80px;
    display: inline-block;
}

.fieldValueHalf {
    width: 124px;
    display: inline-block;
}

.addressControlfieldValueHalf {
    width: 161px;
    display: inline-block;
}


.fieldValueHalfVal {
    width: 120px;
    display: inline-block;
}

.fieldMiddleNameValue {
    width: 10px;
    display: inline-block;
}

.fieldTitleNameValue {
    width: 40px;
    display: inline-block;
}

.fieldNameValue {
    width: 124px;
    display: inline-block;
}

.fieldValueLarge {
    width: 260px;
    display: inline-block;
}

.addressControlFieldValueLarge {
    width: 325px;
    display: inline-block;
}


.fieldValueDist {
    width: 330px;
    display: inline-block;
}


.fieldValueExtraLarge {
    width: 400px;
    display: inline-block;
}

select.fieldValueLarge {
    width: 268px;
}

.fieldLabelWithValidator {
    width: 130px;
    display: inline-block;
}

.pageCaption {
    font-weight: bold;
    font-size: larger;
    margin-left: 20px;
}

.failureNotification {
    color: Red;
}

.successNotification {
    color: Green;
}

.bold {
    font-weight: bold;
}

.submitButton {
    margin-top: 14px;
    text-align: right;
    padding-right: 10px;
}

.warning {
    color: Red;
}

.fieldLabel_config {
    width: 450px;
    margin-bottom: 6px;
    display: inline-block;
}

.fieldValue_config {
    margin-bottom: 6px;
    display: inline-block;
}

.fieldValueLarge_config {
    width: 260px;
    display: inline-block;
}

.tbFieldValue_config {
    margin-bottom: 6px;
    display: inline-block;
    width: 400px;
}

.tableStyled {
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    margin-bottom: 20px;
}

    .tableStyled td {
        border-left: 1px solid #bcbcbc;
        border-top: 1px solid #bcbcbc;
        padding: 3px 5px;
    }

    .tableStyled th {
        border: 1px solid #002b82;
        background-color: #002b82;
        color: white;
        padding: 3px 5px;
    }

        .tableStyled th a {
            color: white;
        }

td.td-footer {
    background-color: #FFD700;
    color: #000;
}

.table-frame td {
    vertical-align: top;
}

.tableStyledPager {
    border-left: 1px solid #bcbcbc;
}

    .tableStyledPager td {
        border-color: #bcbcbc;
        border: none;
    }

.centering {
    text-align: center;
}

.fieldLabel_C1L5 {
    display: inline-block;
    width: 370px;
    padding-left: 20px;
    height: 23px;
}

.fieldLabel_C1L7 {
    display: inline-block;
    width: 600px;
    padding-left: 20px;
    height: 23px;
}

.fieldset_C1L7 {
    width: 780px;
}

ul.wide li {
    margin-bottom: 10px;
}

.readonly {
    color: #696969;
}

/* Disclosures  
----------------------------------------------------------*/
.Header4Ctr {
    font-size: medium;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.smallFont {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
}

.sharedList ul li {
    list-style-position: outside;
    list-style-type: disc;
}

.Header2 {
    font-size: medium;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.fieldLabelLarge {
    margin-left: 9px;
    width: 200px;
    display: inline-block;
}

.fieldLabelVerticalAlign {
    margin-left: 9px;
    margin-top: 10px;
    width: 201px;
    display: inline-block;
    vertical-align: top;
}

.fieldValueMarginL {
    width: 160px;
    display: inline-block;
    margin-left: 5px;
}

.firstCourseStage {
    text-transform: uppercase;
    font-weight: bold;
    color: #348fbb;
}

.secondCourseStage {
    text-transform: uppercase;
    font-weight: bold;
    color: /*#fed001;*/ #f2b600;
}

.courseTableTitle {
    color: #002b82;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #bcbcbc;
}

.courseTableRowAlt {
    border-top: 1px solid white;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 1px;
    background-color: #FAFAFA;
    padding-top: 4px;
}

.courseTableRow {
    border-top: 1px solid white;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 1px;
    background-color: aliceblue;
    padding-top: 4px;
}

    .courseTableRowAlt input[type='text'], .courseTableRow input[type='text'] {
        width: 75px;
        text-align: center;
    }

.breadcrumb {
    font-size: 9pt;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 18px;
}

    .breadcrumb .arrow {
        background: transparent url('../../../Images/breadcrumb.png') no-repeat 5px 5px;
        width: 13px;
        display: inline-block;
    }

.footnote {
    font-size: 9pt;
    color: #a9a9a9;
}

a.firstCourseButton {
    background: transparent url('../../../Images/first course button empty.png') no-repeat 0 0;
    width: 315px;
    height: 44px;
    display: inline-block;
    padding: 112px 0 0 25px;
    color: White;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 10.5pt;
    text-transform: uppercase;
}

a.secondCourseButton {
    background: transparent url('../../../Images/second course button empty.png') no-repeat 0 0;
    width: 315px;
    height: 44px;
    display: inline-block;
    padding: 112px 0 0 25px;
    color: #2b3d74;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 10.5pt;
    text-transform: uppercase;
    margin-left: 341px;
}

a.firstCourseButton:hover {
    background: transparent url('../../../Images/first course button empty hover.png') no-repeat 0 0;
    text-decoration: underline;
}

a.secondCourseButton:hover {
    background: transparent url('../../../Images/second course button empty hover.png') no-repeat 0 0;
    text-decoration: underline;
}

a.firstCourseButton + a.secondCourseButton {
    margin-left: 0;
}

a.BOPCourseButton {
    background: transparent url('../../../Images/button empty.png') no-repeat 0 0;
    width: 355px;
    height: 40px;
    display: inline-block;
    padding: 95px 0 0 158px;
    color: White;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 8.5pt;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
}

    a.BOPCourseButton:hover {
        background: transparent url('../../../Images/button empty hover.png') no-repeat 0 0;
        text-decoration: underline;
    }

.paging {
    color: #2d83a6;
    font-size: 9pt;
}

    .paging a {
        color: #2d83a6;
        margin: 0 1px 0 1px;
    }

.selectedPage {
    color: white !important;
    background-color: #002b82;
    padding: 2px 7px 2px 7px !important;
    margin: 0px 4px 0px 1px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.incompletePage {
    color: white !important;
    background-color: #09C94E;
    padding: 2px 7px 2px 7px !important;
    margin: 0px 4px 0px 1px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pagingPrev {
    background: transparent url('../../../Images/paging arrow left.png') no-repeat 0 5px;
    display: inline-block;
    padding-left: 18px;
}

.pagingNext {
    background: transparent url('../../../Images/paging arrow right.png') no-repeat 29px 5px;
    display: inline-block;
    padding-right: 18px;
}

.pagingSubmit {
    background: transparent url('../../../Images/paging arrow right.png') no-repeat 107px 5px;
    display: inline-block;
    padding-right: 18px;
}

.table-buget {
    width: 500px;
}

    .table-buget td + td {
        text-align: center;
    }

.step {
    font-weight: bold;
    color: #2B3D74;
}

.underline {
    text-decoration: underline;
}

a.question-hint .icon {
    background-color: #f00;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    /*top: -2px;*/
    width: 16px;
    /*z-index: 6;*/
}

.wrapper-hint {
    position: relative;
}

a.question-hint:hover + span.hidden, span.hidden:hover {
    display: block;
}

span.hidden {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    bottom: -5px;
    box-shadow: 3px 3px 10px #999999;
    display: none;
    left: -5px;
    padding: 10px 10px 25px 25px;
    position: absolute;
    /*width: 250px;*/
    white-space: nowrap;
    z-index: 5;
    line-height: 1.3em;
}

i.icon {
    font-style: normal;
    display: block;
}

a.calc {
    display: inline-block;
    width: 17px;
    height: 24px;
    background-image: url('../../../Images/calc.png');
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -12px;
}

    a.calc:hover {
        cursor: pointer;
    }

.courseTableRow, .courseTableRowAlt {
    position: relative;
}
/* img Blocks  
----------------------------------------------------------*/
i.imgBlock {
    display: block;
    margin: 10px;
    background-repeat: no-repeat;
    margin-top: 0;
}

.left {
    float: left;
}

.imgBlock.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

i.p1 {
    background-image: url(../../../Images/DollarCourses/steps.jpg);
    width: 500px;
    height: 248px;
    position: relative;
    margin-top: 20px;
}

i.imgStep {
    font-style: normal;
    position: absolute;
    background-color: #fff;
    top: -9px;
    padding: 2px 3px;
}

.st1 {
    left: 13px;
}

.st2 {
    left: 180px;
}

.st3 {
    left: 347px;
}

i.imgDescription {
    position: absolute;
    top: 200px;
    font-style: normal;
    width: 100px;
    display: block;
    text-align: left;
}

i.imgDescription1 {
    position: absolute;
    top: 190px;
    font-style: normal;
    width: 100px;
    display: block;
    text-align: left;
}

i.d1 {
    left: 13px;
}

i.d2 {
    left: 180px;
}

i.d3 {
    left: 347px;
}

i.p2 {
    background-image: url(../../../Images/DollarCourses/img_37496436.jpg);
    width: 283px;
    height: 424px;
}

i.p3 {
    background-image: url(../../../Images/DollarCourses/img_35310998.jpg);
    width: 420px;
    height: 285px;
}

i.p4-1 {
    background-image: url(../../../Images/DollarCourses/img_30107554.jpg);
    width: 402px;
    height: 298px;
}

i.p4-2 {
    background-image: url(../../../Images/DollarCourses/img_33870018.jpg);
    width: 289px;
    height: 335px;
    margin-top: 88px;
}

.liabilities {
    width: 840px;
}

i.p6-1 {
    background-image: url(../../../Images/DollarCourses/img_53560388.jpg);
    width: 382px;
    height: 314px;
}

i.p6-2 {
    background-image: url(../../../Images/DollarCourses/img_47886183.jpg);
    width: 424px;
    height: 283px;
    margin-top: -140px;
}

    i.p6-2.es {
        margin-top: 62px;
    }

i.p8 {
    background-image: url(../../../Images/DollarCourses/img_49088878.jpg);
    width: 297px;
    height: 405px;
}

i.p9 {
    background-image: url(../../../Images/DollarCourses/img_55069910.jpg);
    width: 429px;
    height: 280px;
}

i.p10 {
    background-image: url(../../../Images/DollarCourses/img_3120383_.jpg);
    width: 424px;
    height: 283px;
}

    i.p10.imgRent {
        background-image: url(../../../Images/DollarCourses/imgRentDollar.jpg);
        width: 424px;
        height: 283px;
    }

i.p11-1 {
    background-image: url(../../../Images/DollarCourses/img_46912991.jpg);
    width: 400px;
    height: 300px;
}

i.p11-2 {
    background-image: url(../../../Images/DollarCourses/img_57104232.jpg);
    width: 372px;
    height: 322px;
}

i.p12 {
    background-image: url(../../../Images/DollarCourses/img_6949604_.jpg);
    width: 372px;
    height: 322px;
}

i.imgFood {
    background-image: url(../../../Images/DollarCourses/img_48221358.jpg);
    width: 424px;
    height: 283px;
}

i.imgMedical {
    background-image: url(../../../Images/DollarCourses/imgMedicalDollar.jpg);
    width: 323px;
    height: 371px;
}

i.imgSavings {
    background-image: url(../../../Images/DollarCourses/imgSavingDollar.jpg);
    width: 301px;
    height: 399px;
}

i.imgClothing {
    background-image: url(../../../Images/DollarCourses/imgClothing.jpg);
    width: 424px;
    height: 283px;
}

i.imgPersonal {
    background-image: url(../../../Images/DollarCourses/imgPersonal.jpg);
    width: 424px;
    height: 283px;
}

i.imgLiquidatingAssets {
    background-image: url(../../../Images/DollarCourses/imgLiquidatingAssetsDollar.jpg);
    width: 424px;
    height: 283px;
}

i.imgMortgageRefinancing {
    background-image: url(../../../Images/DollarCourses/imgMortgageRefinancingDollar.jpg);
    width: 424px;
    height: 283px;
}

i.p19 {
    background-image: url(../../../Images/DollarCourses/img_49923722.jpg);
    width: 424px;
    height: 283px;
}

i.p20 {
    background-image: url(../../../Images/DollarCourses/img_28131464.jpg);
    width: 289px;
    height: 415px;
}

i.p21 {
    background-image: url(../../../Images/DollarCourses/img_27193990.jpg);
    width: 283px;
    height: 424px;
}

i.p24 {
    background-image: url(../../../Images/DollarCourses/img_46418059.jpg);
    width: 370px;
    height: 324px;
}

i.p25 {
    background-image: url(../../../Images/DollarCourses/img_58227790.jpg);
    width: 322px;
    height: 373px;
}

i.p26 {
    background-image: url(../../../Images/DollarCourses/img_16538554.jpg);
    width: 424px;
    height: 283px;
}

i.p27 {
    background-image: url(../../../Images/DollarCourses/img_12219012.jpg);
    width: 424px;
    height: 283px;
}

i.c2p1 {
    background-image: url(../../../Images/DollarCourses/img_19637200.jpg);
    width: 283px;
    height: 423px;
}

i.c2p2 {
    background-image: url(../../../Images/DollarCourses/img_47925380.jpg);
    width: 424px;
    height: 283px;
}

i.c2p3 {
    background-image: url(../../../Images/DollarCourses/img_49655161.jpg);
    width: 424px;
    height: 283px;
}

i.c2p4 {
    background-image: url(../../../Images/DollarCourses/img_1248505_.jpg);
    width: 348px;
    height: 245px;
}

i.c2p5 {
    background-image: url(../../../Images/DollarCourses/img_9533424_.jpg);
    width: 424px;
    height: 283px;
}

i.c2p6 {
    background-image: url(../../../Images/DollarCourses/img_7390885_.jpg);
    width: 434px;
    height: 277px;
}

i.c2p7 {
    background-image: url(../../../Images/DollarCourses/img_57831537.jpg);
    width: 424px;
    height: 283px;
}

i.c2p8 {
    background-image: url(../../../Images/DollarCourses/img_6139160_.jpg);
    width: 299px;
    height: 401px;
}

i.c2p9 {
    background-image: url(../../../Images/DollarCourses/img_39884403.jpg);
    width: 438px;
    height: 274px;
}

i.c2p10 {
    background-image: url(../../../Images/DollarCourses/img_58011393.jpg);
    width: 283px;
    height: 424px;
}

i.c2p11 {
    background-image: url(../../../Images/DollarCourses/img_52454146.jpg);
    width: 425px;
    height: 282px;
}

i.c2p12 {
    background-image: url(../../../Images/DollarCourses/img_56288860.jpg);
    width: 346px;
    height: 346px;
}

i.c2p13 {
    background-image: url(../../../Images/DollarCourses/img_3084728_.jpg);
    width: 405px;
    height: 296px;
}

i.c2p14 {
    background-image: url(../../../Images/DollarCourses/img_45064465.jpg);
    width: 405px;
    height: 296px;
}

i.c2p15 {
    background-image: url(../../../Images/DollarCourses/img_3469640_.jpg);
    width: 400px;
    height: 300px;
}

i.c2p16 {
    background-image: url(../../../Images/DollarCourses/img_57371080.jpg);
    width: 424px;
    height: 283px;
}

i.c2p17 {
    background-image: url(../../../Images/DollarCourses/c2p17.jpg);
    width: 425px;
    height: 267px;
}

i.c2p18 {
    background-image: url(../../../Images/DollarCourses/c2p18.jpg);
    width: 425px;
    height: 277px;
}

i.c2p19 {
    background-image: url(../../../Images/DollarCourses/c2p19.jpg);
    width: 425px;
    height: 283px;
}

i.c2p20 {
    background-image: url(../../../Images/DollarCourses/c2p20.jpg);
    width: 425px;
    height: 283px;
}

i.c2p21 {
    background-image: url(../../../Images/DollarCourses/c2p21.jpg);
    width: 425px;
    height: 337px;
}

i.c2p22 {
    background-image: url(../../../Images/DollarCourses/img_30754227.jpg);
    width: 283px;
    height: 424px;
}

i.c2p23 {
    background-image: url(../../../Images/DollarCourses/img_25224925.jpg);
    width: 400px;
    height: 300px;
}

i.c2p24 {
    background-image: url(../../../Images/DollarCourses/img_51778742.jpg);
    width: 350px;
    height: 343px;
}

i.c2p25 {
    background-image: url(../../../Images/DollarCourses/img_2809520_.jpg);
    width: 431px;
    height: 278px;
}

.imgBlock.right, i.imgBlock {
    float: right;
    margin-right: 0;
}

.imgBlock.left, i.p11-1 {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.imgBlock.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

i.icon {
    display: block;
}

.icon-hand {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
}

td .icon-hand {
    margin-left: auto;
    margin-right: auto;
}

.icon-hand.icon-hand-up {
    background-color: #228B22;
    background-image: url('../../../Images/handup.png');
}

.icon-hand.icon-hand-down {
    background-color: #f00;
    background-image: url('../../../Images/handdown.png');
}

.icon-hand.icon-hand-normal {
    background-color: #FFD700;
    background-image: url('../../../Images/handnormal.png');
}
/*first course*/
/*page 3*/
#divMaritalStatus {
    width: 33%;
    float: left;
    height: 150px;
}

#Household {
    width: 65%;
    float: left;
    height: 150px;
    margin-left: 2%;
}

.step {
    font-weight: bold;
    color: black;
    font-size: 1.1em;
}

.third {
    width: 30%;
    float: left;
}

.wrapper-steps {
    padding-left: 50px;
}

.footer-cources {
    margin-top: 2em;
}

.table-p19 {
    border-collapse: collapse;
}

    .table-p19 td {
        border: 1px solid gray;
        padding: 10px;
        vertical-align: top;
    }
