
.Hidden {
    display: none;
}

.calculatorHeader {
    width: 100%;
    height: 38px;
    background-image: url(Images/title_orange.png);
    background-position: top left;
    background-repeat: repeat-x;
    vertical-align: middle;
}

.calculatorControls {
    margin-top: 5px;
    text-align: right;
}

    .calculatorControls > div {
        text-align: left;
    }

.calcInputHeader {
    text-align: center;
    font-weight: bold !important;
    font-size: 10pt;
    text-transform: uppercase;
}

.ImgTitle > h1 {
    margin: 0px;
    padding: 0px;
    font-family: 'Myriad Pro' !important;
    /*font-family: 'DaxlinePro-ExtraBold';*/
    font-size: 16px !important;
    /*text-shadow: 0.5px 0.5px 0.5px #999999;*/
    text-shadow: 1px 1px 1px #86888A;
    text-transform: uppercase;
    background-size: 40px 30px;
    color: White;
    background-image: url('Images/dollar.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 43px;
    margin-left: 6px;
    line-height: 42px;
    /*word-spacing: -1px;
    letter-spacing: -1px;*/
    padding-bottom: 0px;
    white-space: nowrap;
    /*font-weight: bold !important;*/
}

.ImgTitle > h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Myriad Pro' !important;
    /*font-family: 'DaxlinePro-ExtraBold';*/
    font-size: 16px !important;
    /*text-shadow: 0.5px 0.5px 0.5px #999999;*/
    text-shadow: 1px 1px 1px #86888A;
    text-transform: uppercase;
    background-size: 40px 30px;
    color: White;
    background-image: url('Images/dollar.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 43px;
    margin-left: 6px;
    line-height: 42px;
    /*word-spacing: -1px;
    letter-spacing: -1px;*/
    padding-bottom: 0px;
    white-space: nowrap;
    /*font-weight: bold !important;*/
}

/*#tableMCW {
    padding-top: 20px;
    display: block;
}

    #tableMCW > tbody {
        width: 100%;
        display: table;
    }*/

/*.calculatorHeader > h2
{
    margin: 0px;
    padding: 0px;
	font-family:'Myriad Pro' !important;
    font-family:'DaxlinePro-ExtraBold';
	font-size:12pt !important;
	text-shadow: 0.5px 0.5px 0.5px #000000;
    text-transform: uppercase;
    background-size: 40px 30px;
    color: White;
    background-image: url('Images/dollar.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 41px;
    margin-left:10px;
    line-height: 42px;
    word-spacing: 0px;
    letter-spacing: -1px;
    padding-bottom:0px;
    white-space: nowrap;
    font-weight: bold !important;
}*/

.calculatorInput {
    background-color: #FFF0DD;
    text-align: left;
}

    .calculatorInput * .helpElement {
        padding-right: 15px;
        /*padding-top: 6px;*/
    }


.financialInfo {
    width: 100%;
}

.savedCalculatorsWrapper {
    width: 100%;
}

.asContainer {
    width: 100%;
}

.WideCalculators * .calcInputTable {
    font-family: 'Myriad Pro';
    font-size: 10pt !important;
    color: #595959;
    background-image: linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -o-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -moz-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -webkit-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -ms-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -webkit-gradient( linear, right top, right bottom, color-stop(0.03, rgb(228,229,230)), color-stop(0.52, rgb(201,202,204)) );
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-bottom: 17px !important;
}

.calcInputTable {
    font-family: 'Myriad Pro';
    font-size: 10pt;
    color: #595959;
    background-image: linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -o-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -moz-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -webkit-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -ms-linear-gradient(top, rgb(228,229,230) 3%, rgb(201,202,204) 52%);
    background-image: -webkit-gradient( linear, right top, right bottom, color-stop(0.03, rgb(228,229,230)), color-stop(0.52, rgb(201,202,204)) );
    margin: 0px !important;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
/*for IE6-9*/
.calcInputTable {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e6', endColorstr='#c9cacc',GradientType=0 ); /* IE6-9 */
}

.WideCalculators {
    text-align: left;
    overflow-x: hidden;
}

    .WideCalculators * .calcInputTable > tbody > tr > td {
        margin: 0px;
        padding: 0px;
    }

        .WideCalculators * .calcInputTable > tbody > tr > td:first-child {
            width: 180px;
        }

    .WideCalculators * .helpElement {
        float: none;
        margin-bottom: 5px !important;
        margin-left: 5px !important;
    }

    .WideCalculators * .mr-share {
        float: none;
    }

    .WideCalculators * .mr-share-container {
        margin-top: 4px !important;
        margin-bottom: 5px !important;
    }


.calcInputTable > tbody > tr > td {
    height: 34px;
    margin: 0px;
    padding: 0px;
}

    .calcInputTable > tbody > tr > td:first-child {
        width: 145px;
        padding-left: 20px !important;
    }

.calcinputTableRB > tbody > tr > td:first-child {
    width: 85px;
    padding-left: 20px;
}


.calcinputTableRB > tbody > tr {
    height: 35px !important;
}

.calcinputTableRB {
    height: 133px !important;
}

    .calcinputTableRB > tbody > tr:first-child > td:first-child {
        width: 95px;
    }

    .calcinputTableRB > tbody > tr:first-child > td {
    }


    .calcinputTableRB > tbody > tr > td > input[type='radio'] {
        vertical-align: middle;
    }

.calcInputTable > tbody > tr > td > label {
    font-size: 8pt;
    vertical-align: middle;
}


.calcInputTable > tbody > tr:last-child > td {
    padding-bottom: 10px;
}


.calcInputTable > tbody > tr:first-child > td {
    padding-top: 10px;
}

.calcInputTable > tbody > tr > td > input[mckey="YearsBeforeSell"] {
    width: 52px !important;
    margin-right: 3px;
}

input[mckey="TermMonths"] {
    width: 74px !important;
}

.calcInputTable > tbody > tr > td > input[type='radio'] {
    border: none;
}

.calcInputTable > tbody > tr > td > input {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #999;
    height: 20px;
    font-size: 11.1pt;
}

.calcInputTable > tbody > tr > td > select {
    margin: 0;
    font-size: 11.1pt !important;
    font-family: 'Myriad Pro';
    padding-left: 2px;
    /*border: none;*/
    /*width:90px;*/
    height: 24px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #999;
    width: 83px;
}

.calcInputSelect {
    background-image: url('images/selectDownArrow.png');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #999;
    padding: 0px;
    float: left;
    overflow: hidden;
}

.calcInputTitles > td > h3 {
    margin: 0;
}

.calcInputTitles {
    height: 29px;
    font-family: "Myriad Pro";
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    color: #FB853B;
    word-spacing: 1px;
}

.calcInputTitle > h3 {
    display: inline-block;
}

.calcinputTableRB > tbody > tr > td > select {
    /*width: 81px !important;*/
}

@-moz-document url-prefix() {
}

.calcInputTitle > p > img {
    margin-top: 7px;
}

.WideCalculators * .SubTitle {
    background-color: transparent;
    text-align: left;
    padding: 0 !important;
}

.WideBtn {
    display: inline-block;
}

.WideCalculators * .WideBtn {
    margin-bottom: 15px;
}


.WideCalculators * .CalculateButtonParent {
    margin-top: 20px;
    float: none !important;
    margin-bottom: 17px !important;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border: 1px solid #FFFDFC;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    overflow: visible;
    color: white;
    height: 32px;
    width: 120px;
    text-align: center;
    margin-right: 23px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.WideCalculators > .calcWrapper > div {
    position: relative;
}

.WideCalculators * .SubTitle > h3 {
    background-color: transparent;
}

.SubTitle {
    padding: 0 !important;
    background-color: #FFF0DD;
    text-align: left;
}

    .SubTitle > h3 {
        height: 29px;
        font-family: "Myriad Pro";
        font-weight: bold;
        font-size: 10pt;
        background-color: #FFF0DD;
        text-transform: uppercase;
        color: #FB853B;
        line-height: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 21px;
        word-spacing: 1px;
    }

        .SubTitle > h3 > img {
            padding-left: 5px;
        }
/*.calcInputTitle > p
{
    height:29px;
    font-family:"Myriad Pro";
    font-weight:bold;
    font-size:10pt;
    background-color:#FFF0DD;
    text-transform:uppercase;
    color:#FB853B;
    line-height:29px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:21px;
    word-spacing:1px;
   
}*/

.helpElement {
    position: relative;
    font-family: 'Helvetica' !important;
    vertical-align: middle;
    float: right;
}

.helpElement1 {
    position: relative;
    font-family: 'Helvetica' !important;
    vertical-align: middle;
    margin-left: 63px;
}

.calculatorInput input {
    font-family: 'Myriad Pro';
    padding-left: 4px;
}

.calcInputTable input {
    font-family: 'Myriad Pro';
    padding-left: 4px;
}


.mcMoney {
    background-image: url('Images/calculators/dollar.png');
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding-left: 12px !important;
    width: 75px !important;
    font-family: 'Myriad Pro';
    color: black;
    background-color: white;
    padding-top:0px;
}

.mcPercent {
    background-image: url('Images/calculators/percent.png');
    background-repeat: no-repeat;
    background-position: 43px 7px;
    width: 35px !important;
    padding-left: 4px;
    padding-right: 17px;
    font-family: 'Myriad Pro';
}

.calcWrapper {
    font-size: 9pt;
    background-color: #FFF0DD;
}

    .calcWrapper > div > div > label {
        font-family: 'Myriad Pro' !important;
        color: #595959;
        text-transform: uppercase;
        font-size: 10pt !important;
    }


    .calcWrapper > div > div > input[type="checkbox"] {
        margin-top: 7px !important;
        /*margin-left: 21px !important;*/
        /* Double-sized Checkboxes 
  -ms-transform: scale(2);  IE 
  -moz-transform: scale(2);  FF 
  -webkit-transform: scale(2);  Safari and Chrome 
  -o-transform: scale(2);  Opera */
        /*padding: 10px;*/
    }

    .calcWrapper > div > div > input[type="checkbox"] {
        padding-bottom: 0px;
        padding-top: 0px;
    }

.mr-share {
    text-align: left;
    padding-left: 20px;
}

    .mr-share > tbody > tr > td {
        padding-bottom: 13px;
    }

.calcFuncTable {
    margin-top: 20px;
    color: #595959;
    font-size: 8pt !important;
    width: 100%;
}

    .calcFuncTable > tbody > tr > td:first-child {
        padding-left: 21px;
    }

    .calcFuncTable > tbody > tr > td > strong {
        color: #595959;
        text-transform: uppercase;
        margin-left: -5px !important;
    }

    .calcFuncTable > tbody > tr > td > input {
        width: 150px !important;
    }

    .calcFuncTable > tbody > tr > td {
        padding-bottom: 15px;
    }

.pluginSkinLight > div > table {
    padding-left: 21px;
}

.CalculateButton {
    text-transform: uppercase;
    color: white;
    height: 32px;
    width: 120px;
    font-family: 'DaxlinePro-Black' !important;
    background-image: url('Images/checked_calc.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    margin-left: 0px !important;
    padding-left: 26px !important;
    border: none;
    line-height: 34px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #48741B;
}

.CalculateButtonParent > div > input :active {
    top: 1px;
}

.CalculateButtonParent {
    margin-top: 20px;
    margin-left: 21px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border: 1px solid #FFFDFC;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    overflow: hidden;
    color: white;
    height: 32px;
    width: 120px;
    margin-right: 23px;
}

    .CalculateButtonParent > div {
        background-image: linear-gradient(top, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
        background-image: -o-linear-gradient(top, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
        background-image: -moz-linear-gradient(top, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
        background-image: -webkit-linear-gradient(top, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
        background-image: -ms-linear-gradient(top, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
        background-image: -webkit-gradient( linear, right top, right bottom, color-stop(0.68, rgb(109,171,46)), color-stop(0.84, rgb(78,141,0)) );
        background: linear-gradient(to bottom, #6dab2e 68%,#4e8d00 84%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6dab2e', endColorstr='#bb4e8d00',GradientType=0 ); /* IE6-9 */
        border-radius: 14px;
        margin-right: 0;
    }

        .CalculateButtonParent > div:active {
            border-radius: 14px;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            border: 1px solid #FFFDFC;
            margin-bottom: 20px;
            letter-spacing: 1px;
            line-height: 32px;
            overflow: hidden;
            color: white;
            height: 32px;
            width: 120px;
            margin-right: 0;
        }

        .CalculateButtonParent > div:hover {
            background-image: linear-gradient(bottom, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
            background-image: -o-linear-gradient(bottom, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
            background-image: -moz-linear-gradient(bottom, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
            background-image: -webkit-linear-gradient(bottom, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
            background-image: -ms-linear-gradient(bottom, rgb(109,171,46) 68%, rgb(78,141,0) 84%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.68, rgb(109,171,46)), color-stop(0.84, rgb(78,141,0)) );
            background: linear-gradient(to top, #6dab2e 68%,#4e8d00 84%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb6dab2e', endColorstr='#ff4e8d00',GradientType=0 ); /* IE6-9 */
            border-radius: 14px;
        }

        .CalculateButtonParent > div > input:hover {
            cursor: pointer;
        }

input[mckey="AnnualPMI"], input[mckey="AnnualInsurance"], input[mckey="AnnualPropertyTaxes"], input[mckey="AnnualInsurance"], input[mckey="OriginationFees"], input[ mckey="OriginationFees2"] {
    width: 60px;
}


.calc_td_rb {
    vertical-align: central;
}

    .calc_td_rb > input[type="radio"] {
        margin-top: 0px !important;
        height: 13px;
    }

    .calc_td_rb label {
        font-size: 13px !important;
        vertical-align: baseline !important;
    }



.showBtn {
    color: white;
    height: 20px;
    width: 150px;
    font-family: 'DaxlinePro-Black' !important;
    background-image: url('Images/addPayment.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    border: none;
    line-height: 22px;
    margin-left: 6px;
    background-position: 5px 2px;
    font-size: 9pt;
    padding-left: 21px;
}


.showBtnParent {
    display: inline-block;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    line-height: 20px;
    overflow: hidden;
    color: white;
    height: 20px;
    width: 150px;
    margin-right: 23px;
    margin-top: 10px;
}

    .showBtnParent > div {
        background-image: linear-gradient(top, rgb(235,131,51) 42%, rgb(247,156,91) 71%);
        background-image: -o-linear-gradient(top, rgb(235,131,51) 42%,rgb(247,156,91) 71%);
        background-image: -moz-linear-gradient(top,rgb(235,131,51) 42%, rgb(247,156,91) 71%);
        background-image: -webkit-linear-gradient(top, rgb(235,131,51) 42%, rgb(247,156,91) 71%);
        background-image: -ms-linear-gradient(top,rgb(235,131,51) 42%, rgb(247,156,91) 71%);
        background-image: -webkit-gradient( linear, right top, right bottom, color-stop(0.42, rgb(235,131,51)), color-stop(0.71, rgb(247,156,91)) );
        background: linear-gradient(to bottom, #6dab2e 68%,#4e8d00 84%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffEB8333', endColorstr='#bbF79C5B',GradientType=0 ); /* IE6-9 */
        border-radius: 14px;
        margin-right: 0;
    }

        .showBtnParent > div:hover {
            background-image: linear-gradient(bottom, rgb(235,131,51) 42%, rgb(247,156,91) 71%);
            background-image: -o-linear-gradient(bottom, rgb(235,131,51) 42%,rgb(247,156,91) 71%);
            background-image: -moz-linear-gradient(bottom,rgb(235,131,51) 42%, rgb(247,156,91) 71%);
            background-image: -webkit-linear-gradient(bottom, rgb(235,131,51) 42%, rgb(247,156,91) 71%);
            background-image: -ms-linear-gradient(bottom,rgb(235,131,51) 42%, rgb(247,156,91) 71%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.42, rgb(235,131,51)), color-stop(0.71, rgb(247,156,91)) );
            background: linear-gradient(to bottom, #6dab2e 68%,#4e8d00 84%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbEB8333', endColorstr='#ffF79C5B',GradientType=0 ); /* IE6-9 */
            border-radius: 14px;
            margin-right: 0;
            cursor: pointer;
        }



.HideElement > td > div {
    cursor: pointer;
    width: 315px;
    padding-right: 11px;
    text-align: right;
}

    .HideElement > td > div:active {
        top: 1px;
        position: relative;
    }



.calcInputTable > tbody > tr > td > select[mckey="Duration1"],
.calcInputTable > tbody > tr > td > select[mckey="Duration2"],
.calcInputTable > tbody > tr > td > select[mckey="Duration3"],
.calcInputTable > tbody > tr > td > select[mckey="Duration4"],
.calcInputTable > tbody > tr > td > select[mckey="Duration5"] {
    width: 136px !important;
}

.calcInputTable > tbody > tr > td > select[mckey="ExtraPaymentInterval1"],
.calcInputTable > tbody > tr > td > select[mckey="ExtraPaymentInterval2"],
.calcInputTable > tbody > tr > td > select[mckey="ExtraPaymentInterval3"],
.calcInputTable > tbody > tr > td > select[mckey="ExtraPaymentInterval4"],
.calcInputTable > tbody > tr > td > select[mckey="ExtraPaymentInterval5"] {
    width: 125px !important;
}

#ContentPlaceHolder1_ContentPlaceHolder2_Calc-1_ddlLoanType {
    width: 115px;
}

.Hidden {
    display: none;
}
