﻿

.button {
}

.labelstyle {
    width: 15em;
    display: inline-block;
    text-align: left;
}

.labelstyle2 {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.money {
    text-align: right;
    width: 6em;
    color: Black;

}

.column-1  {
    float: left;
    width: 50%; 
    height: 280px;
}
         
.column-2 {
    width: 50%;
    float: right;
    height: 280px;
}
.column-deed-1  {
    float: left;
    width: 50%; 
    height: 400px;
}
         
.column-deed-2 {
    width: 50%;
    float: right;
    height: 400px;
}

.deed-additional-fees {
    padding-left: 20px;
}

.deed-mansion-fees {
    padding-left: 30px;
}

.TotalLabel
{
    border: none;
    font-weight: bolder;
    color: #5474ad;
    width: 18em;

}
.TotalBackround
{
    background-color: #f1f1f1;
}

.listbox {
    height: 90px;
    display: inline-block;
    margin-left: 3em;
}

.BreakdownLabel
{
    color: #8e8c8d;
    border: none;
    width: 18em;
}

.TotalBreakdownLabel
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: black;
    width: 18em;
    font-weight: bold;
}
.style1
{
    color: #8e8c8d;
    border: none;
    width: 18em;
}

.style2
{
    color: #8e8c8d;
    border: none;
    width: 6em;
}

.totalamountduelabel
{
padding-left: 32em;
padding-right: 1em;
}
.totalamountduetextbox
{
padding-left: 42em;
padding-right: 1em;
}
.textstyle 
{
    text-decoration: underline;
}
    
img {
    border: none;
}  


/* Help Dialogs */
.help-dialog .title {
    font-weight: bold;
}

.help-dialog li {
    margin-bottom: .5em;
}  

.hide-attribute 
{
    
    visibility: hidden;
}

.show-attribute 
{
    visibility: visible;
}

.column-total {
    width: 50%;
    float: right;
    height: 100px;
}