﻿.BackLinkPanel
{
    font-weight: bolder;
    display: block;
}

@media print 
{
    .BackLinkPanel
    {
    font-weight: bolder;
    display: none;
    }
}

.iToolsImage
{
    padding: 0px;
    margin: 0px 10px 0px 10px;
    float: left;
    clear: left;
    vertical-align: bottom;
    display: block;
}

.ccOptionsList
{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 100px;
}

.clearLeft {clear: left;}
.clearRight {clear: right;}
.clearLR {clear: both;}
.clearNone {clear: none;}

.CalculatorMainPanel
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: Transparent;
    vertical-align: top;
    text-align: -moz-center;
    width: auto;
    height: auto;
    float: none;
    clear: both;
}

.HeaderPanel1ColumnPage
{
    border: 0px none #000000;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-image: url('../images/ITools/PanelHeader1ColumnPage.gif');
    background-repeat: no-repeat;
    width: 750px;
    height: 15px;
    vertical-align: bottom;
    display: block;
}

@media print {
    .HeaderPanel1ColumnPage
    {
        border: 0px none #000000;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        background-image: url('../images/ITools/PanelHeader1ColumnPage.gif');
        background-repeat: no-repeat;
        width: auto;
        height: 15px;
        vertical-align: bottom;
        display: block;
    }
}

.MiddlePanel1ColumnPage
{
    border: 0px none #000000;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/ITools/PanelMidsection1ColumnPage.gif');
    background-repeat: repeat-y;
    text-align: left;
    width: 750px;
    padding: 0px;
    vertical-align: top;
    display: block;
}

@media print 
{
    .MiddlePanel1ColumnPage
    {
        border: 0px none #000000;
        margin: 0px 0px 0px 0px;
        background-image: url('../images/ITools/PanelMidsection1ColumnPage.gif');
        background-repeat: repeat-y;
        text-align: left;
        width: auto;
        padding: 0px;
        vertical-align: top;
        display: block;
    }
}

.FormDataEntryPanel1ColumnPage
{
    margin: 0px 0px 0px 17px;
    background-color: #ffe3ac; /*rgb(245, 255, 229)*/
    border: 1px solid #333333;
    line-height: normal;
    width: 700px;
    height: auto;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    text-align: left;
}

/*
@media print 
{
    .FormDataEntryPanel1ColumnPage
    {
        display: none;
    }
    
    div.blueborder
    {
        border-style: none;
        border-width: 0px;
        padding: 5px;
    }
}
*/

@media print 
{
    div.blueborder
    {
        border-style: none;
        border-width: 0px;
        padding: 5px;
    }
}

.formErrorPanel
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    float: none;
    text-align: left;
}

.formErrorPanel ul
{
    float: none;
}

.formErrorPanel ul li
{
    float: none;
}

.formErrorPanel ul li a
{
    float: none;
}

.formErrorPanel span
{
    float: none;
}

.formErrorPanel br
{
    float: none;
}

.FormDataEntryPanel
{
    vertical-align: bottom;
    text-align: left;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    padding: 5px 5px 0px 0px;
    margin: 0px;
    display: block;
    clear: both;
    width: 100%; /* min-height: 235px; */
    height: auto;
}

.RowDiv
{
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    width: 97%;
    display: block;
    clear: both;
    vertical-align: top;
}

.InputUnitLeft
{
    text-align: left;
    background-color: Transparent;
    border: 0px dotted #000000;
    padding: 0px;
    margin: 5px 0px 0px 1%;
    width: 51%;
    height: auto;
    display: inline;
    float: left;
    clear: left;
    vertical-align: bottom;
}

.InputAnchorBox
{ 
    clear: both;
}

.helpBaloon
{
    vertical-align: top;
    text-align: left;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    clear: both;
    position: relative;
    left: 5px;
    top: 0px;
    float: left;
}

.NoScriptToolTip
{
    margin: 0px 0px 5px 0px;
    background-position: InfoBackground;
    border: 1px solid InfoText;
    background: InfoBackground;
    color: InfoText;
    font: message-box;
    padding: 2px 4px;
    text-align: left;
    width: auto;
    height: auto;
}

.InputHelpBox
{ 
    text-align: left; 
    vertical-align: bottom; 
    padding: 0px; 
    margin: 0px; 
    width: auto; 
    height: auto; 
    clear: left;
    float: left;
}

.InputLabelBox
{
    text-align: left; 
    vertical-align: bottom; 
    padding: 0px; 
    margin: 0px; 
    width: auto; 
    height: 25px; 
    float: left; 
    clear: none;
}

.InputLabelText
{
    vertical-align: bottom;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.InputControlBox
{
    text-align: left; 
    vertical-align: bottom; 
    padding: 0px; 
    margin: 0px; 
    width: 115px; 
    height: 25px; 
    float: right; 
    clear: right; 
    position: relative;
}

.InputTxt100
{
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0px;
    width: 100px;
    height: auto;
}

.InputErrorBox
{
    text-align: left; 
    vertical-align: bottom; 
    padding: 0px; 
    margin: 0px; 
    width: auto; 
    height: auto; 
    clear: both;
}

.HideValidationSpan
{
    font-weight: bolder;
    font-size: smaller;
    line-height: 12px;
    vertical-align: top;
    text-align: left;
    background-color: Transparent;
    border: 0px none #CCCCCC;
    padding: 5px;
    margin: 0px;
    width: 90%;
    height: auto;
    display: none;
    float: left;
    clear: left;
    color: #FF0000;
    font-style: normal;
}

.ShowValidationSpan
{

    font-weight: bolder;
    font-size: smaller;
    line-height: 12px;
    vertical-align: top;
    text-align: left;
    background-color:  Transparent;
    border: 0px none #CCCCCC;
    padding: 5px;
    margin: 0px;
    width: 90%;
    height: auto;
    display: block;
    float: left;
    clear: left;
    color: #FF0000;
    font-style: normal;
}

.InputUnitRight
{
    text-align: left;
    background-color: Transparent;
    border: 0px dotted #000000;
    padding: 0px;
    margin: 5px 0px 0px 1%;
    width: 45%;
    height: auto;
    display: inline;
    float: right;
    clear: right;
    vertical-align: top;
}

.WhicheverGreater
{
    text-align: left;
    background-color: Transparent;
    border: 0px dotted #000000;
    padding: 0px;
    margin: 5px 0px 0px 1%;
    width: 45%;
    height: auto;
    display: inline;
    float: left;
    clear: right;
    vertical-align: top;
}

* html .WhicheverGreater{
	float: none;
	display: block;
}
*:first-child+html .WhicheverGreater {
	float: none;
	display: block;
}

.InputTxt50
{
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0px;
    width: 85px;
    height: auto;
}

.InputTxt50m
{
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0px 0px 0px 0px;
    width: 85px;
    height: auto;
}

.OrLabelDiv
{
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 50%;
    clear: left;
}

.CellDiv
{
    border: 0px solid #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    clear: both;
    vertical-align: top;
}

.ShowElement
{
    display: block;
}

.inLineDisplay
{
    display: inline;
}

.HideElement
{
    display: none;
}

.InputUnitLeft60
{
    text-align: left;
    background-color: Transparent;
    border: 0px dotted #000000;
    padding: 0px;
    margin: 0px 0px 0px 1%;
    width: 62%;
    height: auto;
    display: block;
    float: left;
    clear: left;
    vertical-align: bottom;
}

.InputTxt50Additional
{
    vertical-align: middle;
    line-height: normal;
    text-align: right;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1px;
    margin: 0px;
    width: 85px;
    height: auto;
    float: right;
}

.InputHelpBox3
{
    text-align: left;
    vertical-align: bottom;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: auto;
    height: auto;
    clear: left;
    float: left;
}

.InputLabelBox3
{
    text-align: left;
    vertical-align: bottom;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: auto;
    height: auto;
    float: left;
    clear: none;
}

.InputLabelText3
{
    vertical-align: bottom;
    text-align: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    position: absolute;
    width: auto;
    height: auto;
    top: 0px;
    left: 10px; 
    float: left; 
    clear: none;
}

.InputTxt50Disabled
{
    vertical-align: top;
    text-align: right;
    line-height: normal;
    background-color: #CCCCCC;
    border: 1px solid #000000;
    padding: 1px;
    margin: 4px 0px 0px 0px;
    width: 85px;
    height: auto;
    float: right;
    clear: right;
    display: inline;
}

.InputLabelBox2
{
    text-align: left;
    vertical-align: bottom;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: auto;
    height: auto;
    float: left;
    clear: left; 
    position: relative;
}

.TotalLabel
{
    vertical-align: bottom;
    text-align: left;
    padding: 0px;
    margin: 0px; 
    width: auto;
    position: absolute;
    top: 0px;
    left: 275px;
    font-weight: bolder;
}

.formBottonRow
{
    border: 0px none #000000;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 0px 0px;
    margin: 0px;
    width: auto;
    display: block;
    float: right;
    clear: none;
    height: 40px;
}

@media print 
{

    .formBottonRow
    {
    display: none
    }
    
}

.formInputButton
{
    padding: 2px 2px 2px 4px;
    margin: 0px;
    text-align: left;
    width: auto;
    vertical-align: bottom;
}

.CalculatorResultPanel
{
    margin: 0px 0px 0px 17px;
    background-color: #ffe3ac; /*rgb(245, 255, 229)*/
    border: 1px solid #333333;
    line-height: normal;
    width: 700px;
    height: auto;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    text-align: -moz-center;
    float: none;
    clear: none;
    display: block;
}

@media print 
{
    .CalculatorResultPanel
    {
        border-style: none;
        border-width: 0px;
        margin: 0px 0px 0px 17px;
        background-color: #ffe3ac; /*rgb(245, 255, 229)*/
        line-height: normal;
        width: 93.3%;
        height: auto;
        padding: 0px 5px 0px 5px;
        vertical-align: top;
        text-align: -moz-center;
        float: none;
        clear: none;
        display: block;
    }
}

.SummaryReportBox2
{
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 5px;
    margin: 0px;
    display: block;
    width: 100%;
    clear: both;
}

.Parag5PixPad
{
    text-align: left;
    padding: 0px 5px 0px 0px;
}

.tblHolder97
{
    border: 0px solid #000000;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    background-color: Transparent;
    color: Black;
    vertical-align: top;
    text-align: center;
    width: 97%;
    float: none;
    clear: both;
    line-height: 1.5em;
    display: block;
}
@media print 
{
    .tblHolder97
    {
        border: 0px solid #000000;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        background-color: Transparent;
        color: Black;
        vertical-align: top;
        text-align: center;
        width: 97%;
        float: none;
        clear: both;
        line-height: 1.5em;
        height: auto;
        display: block;
    }
}



.ccBorder
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
}

.tblRowMortgageReport
{
    border: 0px none #000000;
    padding: 0px;
    margin: 0px;
    background-color: #ECFFCC;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: 100%;
}

.tblRowMortgageReportAlt
{
    border: 0px none #000000;
    padding: 0px;
    margin: 0px;
    background-color: #C9DEFC;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: 100%;
}



.tblRightCellMortgageReport
{
    border: 0px none #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    color: #000000;
    font-weight: lighter;
    vertical-align: middle;
    text-align: right;
    line-height: normal;
}

.tblCreditCardCalcResults
{
    margin: 0px 10px 10px 10px;
    border: 1px solid #000000;
    background-color: #ECFFCC;
    width: 97%;
    padding: 0px;
    text-align: center;
    height: 100%;
    float: left;
    vertical-align: top;
    border-collapse: collapse;
    caption-side: top;
    empty-cells: show;
}

.ccRowHeader
{
    border: 0px none #000000;
    vertical-align: top;
    background-color: inherit;
    padding: 0px;
    margin: 0px;
    width: 100%; 
    height: auto;
}

.ccCellSolid
{
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #000000;
    padding: 5px;
    margin: 0px;
    background-color: inherit;
    width: auto;
    height: auto;
}

.ccRowAlt
{
    border: 0px none #000000;
    vertical-align: top;
    background-color: #C9DEFC;
    padding: 0px;
    margin: 0px;
    width: 100%; 
    height: 40px;
}

.ccRow
{
    border: 0px none #000000;
    vertical-align: top;
    background-color: inherit;
    padding: 0px;
    margin: 0px;
    width: 100%; 
    height: 40px;
}

.ccRowWhiteBG
{
    border: 2px solid #000000;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 40px;
    font-weight: bolder;
}

.margin0
{ 
    margin: 0px;
}

.ccDivBorder
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    background-color: #FFFFFF;
    list-style-position: outside;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0px;
    padding: 5px;
}

.marginLR15
{
    margin: 0px 15px 0px 15px;
}

.padding2Px {padding: 2px;}

.withAutoPageBreakAfter
{
    page-break-after: auto;
}

.withPageBreakAfter
{
    page-break-after: always;
}

.withNoPageBreakAfter
{
    page-break-after: avoid;
}

.withNoPageBreakBefor
{
    page-break-before: avoid;
}

.ccGraph
{
    vertical-align: top;
    text-align: center;
    background-color: #FFFFFF;
    border: 0px dotted #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 665px;
    height: 315px;
    display: block;
    float: none;
    clear: both;
}

.tblAmortizationYearsCss
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    text-align: center;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

@media print 
{
    .tblAmortizationYearsCss
    {
        border: 1px solid #000000;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        text-align: center;
        width: 100%;
        clear: both;
        border-collapse: collapse;
    }
}

.tblHRowAmortizationYear
{
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #c03;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    line-height: normal;
}

.tblRowAmortizationYear
{
    background-color: #ECFFCC;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 30px;
}

.tblRowAmortizationYearAlt
{
    background-color: #C9DEFC;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 30px;
}

.tblCellMid
{
    border: 1px solid #000000;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    padding: 4px;
    margin: 0px;
    width: auto;
    font-weight: normal;
}

.tblCellRight
{
    border: 1px solid #000000;
    line-height: normal;
    vertical-align: middle;
    text-align: right;
    padding: 4px 4px 4px 0px;
    margin: 0px;
    width: 155px;
}

.tblCellRight2
{
    border-style: none dotted none dotted;
    border-width: 0px 1px 0px 1px;
    border-color: #800000;
    line-height: normal;
    vertical-align: middle;
    text-align: right;
    padding: 4px 4px 4px 10px;
    margin: 0px;
    width: auto;
    font-weight: normal;
}

.tblHolder100
{
    border: 0px none #000000;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: inherit;
    vertical-align: top;
    text-align: center;
    width: 100%;
    float: none;
    clear: both;
}

.formButton
{
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 10px 15px;
    text-align: left;
    width: auto;
}
@media print 
{
    .formButton
    {
        display: none;
    }
}

.FooterPanel1ColumnPage
{
    border: 0px none #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/ITools/PanelFooter1ColumnPage.gif');
    background-repeat: no-repeat;
    width: 750px;
    height: 22px;
    vertical-align: top;
    display: block;
}

@media print 
{
    .FooterPanel1ColumnPage
    {
        border: 0px none #000000;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        background-image: url('../images/ITools/PanelFooter1ColumnPage.gif');
        background-repeat: no-repeat;
        width: auto;
        height: 22px;
        vertical-align: top;
        display: block;
    }
}



.ccDisclaimer
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #000000;
    text-align: left;
    background-color: #FFFFFF;
    width: 97%;
    clear: both;
}

.fontItalic
{
    font-style: italic;
}

.InputHelpLinkContainer
{
    text-align: center;
    background-color: Transparent;
    border: 0px dotted #000000;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    width: 12px;
    height: 12px;
    display: inline;
    float: left;
}

.InputHelpLinkImg
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 3px 0px 3px 0px;
    width: 12px;
    height: 12px;
    vertical-align: top;
    cursor: help;
}

.helpArrow
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 2px;
    bottom: -5px;
    display: block;
}

.tooltipLeft
{
    position: absolute;
	left: -12px; 
	bottom: 19px;
	width: 300px;
	padding: 4px 8px;
	border: 2px solid #bbc;
	background-color:#fff;
	font-size:11px;
	color:#555;
	font-weight:normal;
	display: block;
	clear: both;
}

.tooltipLeft650
{
    position: absolute;
	left: -12px; 
	bottom: 19px;
	width: 650px;
	padding: 4px 8px;
	border: 2px solid #bbc;
	background-color:#fff;
	font-size:11px;
	color:#555;
	font-weight:normal;
	display: block;
	clear: both;
}


.HrCalc
{
    vertical-align: top;
    background-color: #800000;
    color:#800000;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 2px;
    clear: both;
}

.FormDataEntryPanelLeftSide
{
    vertical-align: bottom;
    text-align: left;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    display: block;
    float: left;
    clear: left;
    width: 50%; /* min-height: 235px; */
    height: auto;
}

.FormDataEntryRowPanel
{
    text-align: left;
    vertical-align: middle;
    border-style: none;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    display: block;
    float: left;
    clear: none;
    width: 100%;
}

.formErrorText
{
    color: #FF0000;
    font-weight: bolder;
    text-align: left;
    padding: 5px;
    margin: 0px;
    clear: both;
    display: none;
    font-size: smaller;
    float: none;
    line-height: 12px;
    vertical-align: top;
    background-color: Transparent;
    border: 0px none #CCCCCC;
}

.formErrorTextShow
{
    color: #FF0000;
    font-weight: bolder;
    text-align: left;
    padding: 5px;
    margin: 0px;
    clear: both;
    display: block;
    font-size: smaller;
    float: none;
    line-height: 12px;
    vertical-align: top;
    background-color: Transparent;
    border: 0px none #CCCCCC;
}

.formDataEntryLeftColumn
{
    border: 0px none #000000;
    margin: 0px;
    padding: 2px 4px 2px 4px;
    float: left;
    width: 34%;
    vertical-align: bottom;
    text-align: left;
    display: block;
    clear: none;
}

.formColumnLabel
{
    text-align: left;
    padding: 0px;
    margin: 0px;
    color: #000000;
    vertical-align: middle;
    line-height: normal;
}

.formDataEntryRightColumn
{
    border: 0px none #000000;
    margin: 0px;
    padding: 2px 4px 2px 4px;
    float: left;
    width: 53%;
    vertical-align: bottom;
    text-align: left;
    display: block;
    clear: none;
}

.formDataInputText2
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    clear: none;
    vertical-align: top;
    float: left;
    width: 100px;
}

.formDataInputText3
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    clear: none;
    vertical-align: top;
    float: left;
    width: 50px;
}

.formInputSelectBox
{
    border: 1px solid #000000;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 4px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    display: inline;
    font-size: smaller;
    float: none;
    clear: none;
    width: auto;
}

.FormDataEntryPanelRightSide
{
    vertical-align: bottom;
    text-align: left; 
    padding: 0px 0px 0px 5px;
    margin: 0px;
    display: block;
    float: right;
    clear: right;
    width: 48%; /* min-height: 235px; */
    height: auto;
    border-left-color: #000000;
}

.tblHolder90
{
	border: 0px solid #000000;
	padding: 0px;
	margin: 10px auto 10px auto;
	background-color: Transparent;
	color: Black;
	vertical-align: top;
	text-align: center;
	width: 90%;
	float: none;
	clear: both;
	line-height: 1.5em;
	display: block;
}
@media print 
{
    .tblHolder90
    {
        border: 0px solid #000000;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        background-color: Transparent;
        color: Black;
        vertical-align: top;
        text-align: center;
        width: 90%;
        float: none;
        clear: both;
        line-height: 1.5em;
        height: auto;
        display: block;
    }
}

.formPanelGraph2
{
    background-color: Transparent;
    border: 0px solid #333333;
    font-size: smaller;
}

.tblCellLeft
{
    border: 1px solid #000000;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    padding: 4px 4px 4px 4px;
    margin: 0px;
    width: auto;
}

.SummaryReportBox
{
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    clear: both;
}

.disclaimerBox
{
    margin: 0px;
    line-height: normal;
    vertical-align: top;
    text-align: justify;
    word-spacing: normal;
    letter-spacing: normal;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
    width: auto;
    height: 100%;
    display: block;
    float: none;
    clear: both;
    font-weight: normal;
}

.formCalculationResultsPanel
{
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
}

.formPanelHeader1ColumnPage
{
    border: 0px none #000000;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-image: url('../images/ITools/PanelHeader1ColumnPage.gif');
    background-repeat: no-repeat;
    width: 750px;
    height: 15px;
    vertical-align: bottom;
    display: block;
}

.formPanelMidsection1ColumnPage
{
    border: 0px none #000000;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/ITools/PanelMidsection1ColumnPage.gif');
    background-repeat: repeat-y;
    text-align: left;
    width: 750px;
    padding: 0px;
    vertical-align: top;
    display: block;
}

.formPanelDataEntry1ColumnPage
{
    margin: 0px 0px 0px 0px;
    background-color: #ffe3ac; /*rgb(245, 255, 229)*/
    border: 1px solid #333333;
    line-height: normal;
    width: 700px;
    height: auto;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    text-align: left;
    min-height: 250px;
    position: relative;
    left: 17px;
}

.formDataEntryLeftSide
{
    vertical-align: bottom;
    text-align: left;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    display: block;
    float: left;
    clear: left;
    width: 50%; 
}

.formDataEntryLeftSide h2
{
    padding: 0px;
    margin: 10px 0px 10px 0px;
    font-size: 110%;
}

.formDataEntryRightSide h2
{
    padding: 0px;
    margin: 10px 0px 10px 0px;
    font-size: 110%;
}

.formDataEntryRow
{
    text-align: left;
    vertical-align: middle;
    border-style: none;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    display: block;
    float: left;
    clear: none;
    width: 100%;
}

.formDataInputText
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    clear: none;
    vertical-align: top;
    float: left;
    width: 60px;
}

.formInputSelect2
{
    border: 1px solid #000000;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    display: inline;
    font-size: smaller;
    float: none;
    clear: none;
    width: auto;
}

.tblCalculationSummary2
{
    margin: 0px 25px 10px 25px;
    border: 1px dotted #800000;
    width: 90%;
    padding: 2px;
    text-align: center;
    height: 100%;
    float: left;
    vertical-align: top;
}

.tblRowNormal
{
    padding: 0px;
    background-color: #ECFFCC;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    line-height: normal;
}

.tblRowNormalAlt
{
    padding: 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #800000;
    background-color: #C9DEFC;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    line-height: normal;
}

.tblCellHelp
{
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 14px;
}

.HelpHolder
{
    vertical-align: middle;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    display: block;
}

@media print 
{
    .HelpHolder
    {
    display: none;
    }
}

.tblCellNormalLeft
{
    border-style: none;
    border-width: 0px;
    border-color: #800000;
    padding: 5px;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.tblCellNormalRight
{
    border-style: none none none dotted;
    border-width: 0px 0px 0px 1px;
    border-color: #800000;
    padding: 5px;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.tblRowCalculated
{
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #800000;
    padding: 0px;
    background-color: #D3E3E4;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    line-height: normal;
}

.tblCellNormalCalculatedLeft
{
    margin: 0px;
    border-style: solid none none none;
    border-width: 2px 0px 0px 0px;
    border-color: #800000;
    padding: 5px;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.tblCellNormalCalculatedRight
{
    border-style: solid none none dotted;
    border-width: 2px 0px 0px 1px;
    border-color: #800000;
    padding: 5px;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
    width: 50%;
}

.formDataEntryRightSide
{
    vertical-align: bottom;
    text-align: left; 
    padding: 0px 0px 0px 5px;
    margin: 0px;
    display: block;
    float: right;
    clear: right;
    width: 48%;
    border-left-color: #000000;
}

.formPanelFooter1ColumnPage
{
    border: 0px none #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/ITools/PanelFooter1ColumnPage.gif');
    background-repeat: no-repeat;
    width: 750px;
    height: 22px;
    vertical-align: top;
    display: block;
}

.formPanelDataEntry1ColumnWhitePage
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF; /*rgb(245, 255, 229)*/
    border: 0px none #333333;
    line-height: normal;
    width: 98%;
    height: auto;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    text-align: left;
    min-height: 250px;
    position: relative;
    left: 0px;
}

.tblMortgageReportCss
{
    border: 1px dotted #800000;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

@media print 
{
    .tblMortgageReportCss
    {
        border-style: dotted;
        border-width: 1px 2px 2px 1px;
        border-color: #800000;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        text-align: center;
        width: 99%;
        page-break-after: avoid;
        border-collapse: collapse;
    }
}

.noCapitalization
{
    text-transform: none;
}

.tblRightHeaderCellMortgageReport
{
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 5px;
    color: #000000;
    font-weight: lighter;
    vertical-align: middle;
    text-align: right;
    height: auto;
    line-height: normal;
    width: auto;
}

.tblRightULineHeaderCellMortgageReport
{
    border-color: #000000;
    border-style: none none double none;
    border-width: 0px 0px 1px 0px;
    margin: 0px;
    padding: 5px;
    color: #000000;
    font-weight: lighter;
    vertical-align: middle;
    text-align: right;
    height: auto;
    line-height: normal;
    width: auto;
}

.tblLeftHeaderCellMortgageReport
{
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 5px;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.GDSTDSBox
{
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.GDSBox
{
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 50%;
    float: left;
    clear: none;
}

.TDSBox
{
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 49%;
    float: right;
    clear: none;
}


.tblGDSBoxCss
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    width: 100%;
    height: 250px;
    text-align: center;
}

@media print 
{
    .tblGDSBoxCss
    {
        border-style: solid;
        border-width: 1px 2px 2px 1px;
        border-color: #000000;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        text-align: center;
        width: 100%;
        height: 250px;
        page-break-after: avoid;
    }
}

.tblMortgageReportBox
{
    border: 1px solid #000000;
    padding: 10px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
    vertical-align: top;
    text-align: left;
    width: 97%;
}

.tblMortgageReportCss2
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    width: 100%;
    text-align: center;
    display: none;
    caption-side: top;
}

@media print 
{
    .tblMortgageReportCss2
    {
        border-style: solid;
        border-width: 1px 2px 2px 1px;
        border-color: #000000;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        text-align: center;
        width: 99%;
        page-break-after: avoid;
        display: block;
        caption-side: top;
    }
}

.tblLeftCellMortgageReport
{
    border: 0px none #000000;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    color: #000000;
    font-weight: lighter;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

caption
{
    margin: 0px 0px 2px 0px;
    padding: 0px 5px 0px 5px;
    color: #CC0033;
    font-size: 11.0pt;
    vertical-align: top;
    text-align: center;
    background-color: Transparent;
    font-weight: bolder;
}

.ReportRedHighlight
{
    color: #CC0033;
}

.bolderFont
{
    font-weight: bolder;
}

.bolderUnderLnFont
{
    font-weight: bolder;
    text-decoration: underline;
    display: inline;
}

#imgSig
{
    height: 20px;
    width: 372px;
    border-width: 0px;
}

.imgZeroBorder
{
    border-width: 0px;
}

.imgCaGovSymbole
{
    height: 20px;
    width: 83px;
    border-width: 0px;
}

.imgUpArrow
{
    height: 12px;
    width: 19px;
    border-width: 0px;
}

.imgFCACProtectConsumer
{
    height: 28px;
    width: 100px;
    border-width: 0px;
}

.imgGraph
{
    padding: 0px;
    margin: -10px 0px 0px 0px;
    border-width: 0px;
    vertical-align: top;
}

@media print 

{
    .imgGraph
    {
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border-width: 0px;
        vertical-align: top;
        width: 5.2in;
        height: auto;
    }
}

.MortgageReportDiv
{
    background-color: Transparent;
    border: 1px dotted #800000;
    padding: 10px 0px 0px 0px;
    margin: -15px 0px 0px 0px;
    width: 100%;
    text-align: left;
    vertical-align: top;
    display: block;
}

.PrepaymentSavingsDiv
{
    padding: 0px 0px 10px 0px;
    margin: 10px 0px 0px 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    width: 100%;
    text-align: left;
}

.MortgageReportUL
{
    border: 0px none #800000;
    padding: 0px 10px 0px 10px;
    margin: -15px 0px 0px 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    width: 98%;
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
    height: auto;
}

@media print {
    .MortgageReportUL
    {
        border: 0px none #800000;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        width: 100%;
        text-align: left;
        list-style-type: disc;
        list-style-position: inside;
        height: auto;
        text-indent: 10px;
    }
}

.liMortgageReport
{
    border-style: none;
    border-width: 0px;
    padding: 5px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    height: auto;
    width: auto;
}

.liMortgageReportAlt
{
    border-style: none;
    border-width: 0px;
    padding: 5px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    font-weight: bolder;
    vertical-align: middle;
    text-align: left;
    height: auto;
    width: auto;
}

.NoBr
{
    clear: both;
}

@media print 
{
    br
    {
        height: 0.20in;
    }
    .NoBr
    {
        display: none;
    }
    
}

.periodTerm
{
    background-color: #ECFFCC;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.periodTermAlt
{
    background-color: #C9DEFC;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.calculatedRow
{
    background-color: #D3E3E4;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


.tblHRowAmortization
{
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #c03;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    line-height: normal;
}

.tblHRowAmortization2
{
    margin: 0px;
    padding: 0px;
    border: 1px dotted #800000;
    background-color: #c03;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 40px;
}


.tblHeaderMid
{
    border: 1px solid #000000;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: auto; 
    height: auto;
}

.tblHeaderMid2
{
    border: 1px dotted #800000;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    width: auto;
    height: auto;
}


.tblAmortization
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: #000000;
    vertical-align: top;
    text-align: center;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    height: auto;
}

@media print 
{
    .tblAmortization
    {
        border: 1px solid #000000;
        padding: 0px;
        margin: 0px;
        background-color: Transparent;
        color: #000000;
        vertical-align: top;
        text-align: center;
        width: 100%;
        clear: both;
        border-collapse: collapse;
        height: auto;
    }
}

.nothingVisible
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    visibility: collapse;
    display: none;
}

.theMinusTdL1D
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/minusDL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 29px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theMinusTdL1UD
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/minusUDL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 29px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theMinusTdL2UD
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/minusUDL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theMinusTdL2D
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/minusDLeftL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theTdL3
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineL3.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 55px;
    margin: 0px;
    width: auto;
    height: 27px;
    text-transform: lowercase;
}

.theTdL2
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 47px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theTdL2End
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineEndL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 47px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL2UD
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusUDL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL2U
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusUL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL2D
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusDL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL2
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusL2.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 42px;
    margin: 0px;
    width: auto;
    height: 27px;
}


.theTdUDL1
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineUDL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 34px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.theTdL1End
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineEndL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 34px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL1U
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusUL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 29px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL1UD
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusUDL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 29px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.thePlusTdL1D
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/plusDL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 29px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.finalTotalsTd
{
    vertical-align: middle;
    text-align: left;
    background-color: inherit;
    background-image: url('../images/ITools/lineEndL1.png');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #000000;
    padding: 0px 5px 0px 34px;
    margin: 0px;
    width: auto;
    height: 27px;
}

.helpContainer
{
    background-color: Transparent;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    float: none;
    clear: none;
}

.FormDataEntryPanel h2, .FormDataEntryLeftSide h2, .FormDataEntryRightSide h2
{
	font-size: 110%;
}

* html .alignCenter
{
	text-align: center;
}
*:first-child+html .alignCenter {
	text-align: center;
}


