﻿TABLE.MortgageForm
{
    border-collapse: collapse;
}

TD.Column1
{
    background-color: #6c8bb4;
    color: #ffffff;
    border: 1px solid #234169;
    text-align: right;
    vertical-align: middle;
    padding: 5px;
    min-height: 30px;
    min-width: 300px;
    cursor: default;
}

TD.Column2
{
    background-color: #ecf2f9;
    border: 1px solid #234169;
    text-align: right;
    vertical-align: middle;
    padding: 5px;
    min-height: 30px;
    min-width: 250px;
    cursor: default;
}

TD.Column3
{
    background-color: #ecf2f9;
    border: 1px solid #234169;
    text-align: right;
    vertical-align: middle;
    padding: 5px;
    min-height: 30px;
    min-width: 250px;
    cursor: default;
}

DIV.ValueContainer
{
    display: table;
    width: 100%;
}

DIV.UnitPrefix
{
    display: table-cell;
    text-align: right;
    min-width: 25px;
}

DIV.Value
{
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

DIV.UnitSuffix
{
    display: table-cell;
    text-align: left;
    min-width: 35px;
}

INPUT[type=text]
{
    text-align: right;
    font-family: Segoe UI, Arial;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

DT
{
    font-weight: 600;
}

.SubHead
{
    font-size: 14pt;
    font-weight: 600;
}

DIV#TabContainer
{
    font-size: 0em;
}

DIV#TabContainer DIV
{
    display: inline-block;
    border: 1px solid #234169;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    padding: 5px;
    background-color: #6c8bb4;
    color: #ffffff;
    cursor: pointer;
    font-size: 10pt;
}

DIV.HelpIcon_Light
{
    position: relative;
    top: 1px;
    display: inline-block;
    background-image: url(/images/HelpIcon_Light.png);
    width: 11px;
    height: 11px;
    margin-left: 5px;
    cursor: pointer;
}

DIV.HelpIcon_Dark
{
    position: relative;
    top: 1px;
    display: inline-block;
    background-image: url(/images/HelpIcon_Dark.png);
    width: 11px;
    height: 11px;
    margin-left: 5px;
    cursor: pointer;
}

DIV#DialogDimmer
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    z-index: 1000;
    background-image: url(/images/Dimmer.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/Dimmer.png');
}

DIV#Dialog
{
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    z-index: 99999;
    width: 700px;
    height: 550px;
}

DIV#DialogTitle
{
    position: relative;
    background-color: #325d96;
    height: 30px;
    padding: 10px;
}

DIV#DialogTitleCaption
{
    position: relative;
    color: #ffffff;
    font-family: Segoe UI, Arial;
    font-size: 14pt;
    float: left;
    overflow: hidden;
    width: 650px;
    height: 30px;
}

DIV#DialogTitleClose
{
    position: relative;
    font-size: 0em;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
}

IMG#DialogTitleCloseImage
{
    position: relative;
    cursor: pointer;
}

DIV#DialogContent
{
    position: relative;
    margin: 10px;
    width: 680px;
    height: 430px;
    overflow: auto;
}

DIV#DialogFooter
{
    position: relative;
    background-color: #325d96;
    height: 30px;
    padding: 10px;
}

DIV#DialogFooterSeperator
{
    position: relative;
    font-size: 0em;
    float: right;
    width: 10px;
    height: 30px;
    text-align: center;
}

DIV#DialogFooterSeperator IMG
{
    position: relative;
}

DIV#DialogFooterSave
{
    position: relative;
    font-size: 0em;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
}

IMG#DialogFooterSaveImage
{
    position: relative;
    cursor: pointer;
}

DIV#DialogFooterOk
{
    position: relative;
    font-size: 0em;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
}

IMG#DialogFooterOkImage
{
    position: relative;
    cursor: pointer;
}

DIV#DialogFooterClose
{
    position: relative;
    font-size: 0em;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
}

IMG#DialogFooterCloseImage
{
    position: relative;
    cursor: pointer;
}
