﻿body {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 10pt;
    background-color: white;
    text-align: center;
}
body INPUT {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 8pt;
}
body SELECT {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 8pt;
}
h3 {
    font-family: verdana; 
    font-size: 14pt; 
    font-weight: normal;
    margin: 0 0 0 0;
}    
TD {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 10pt;
}
LI {
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 8pt;
}
textarea {
    width: 100%; 
    font-family: Arial, Tahoma, Sans-Serif; 
    font-size: 8pt; 
    border-left: dotted 1px silver; 
    border-bottom: dotted 1px silver; 
    border-top: none;
}
#DefaultTable {
    width: 750px; 
    border: none; 
    background-color: white;
    text-align: left;
}
#DefaultMenuBar {
    text-align: center; 
    vertical-align: top;
}
#DefaultHeader {
     background-image: url('images/appianlending.gif');
     background-repeat: no-repeat;
     height: 50px;
}
#DefaultFooter {
    border: solid 1px navy; 
    padding: 5px 5px 5px 5px; 
    text-align: center; 
    font-size: 8pt;
}
#DefaultContentArea {
    font-size: 10pt;
    text-align: left;
    padding-top: 0px;
}


#DefaultMenuBar Input {
    border: solid 1px navy; 
    padding: 3px 3px 3px 3px;
    margin-top: 3px;
    width: 160px;
    background-color: Transparent;
    font-weight: bold;
    color: Navy;
}
#DefaultMenuBar Input:hover {
    color: red;
    background-color: #EEEEEE;
}

#PageTitle {
    background-color: silver;
    color: navy;
    padding: 3px 3px 3px 10px;
    font-size: 12pt;
    font-weight: bold;
}
#PageContentBorders {
    border-left: solid 1px silver; 
    border-right: solid 1px silver; 
    border-bottom: solid 1px silver; 
    padding: 10px 10px 10px 10px; 
    vertical-align: top; 
    text-align: justify;
    font-size: 8pt;
}
#PageContentBorders .SpacingRow {
    height: 15px;
}
#PageContentBorders INPUT {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px gray;
    margin-right: 5px;
}
#PageButtonBorders {
    background-color: silver;
    padding: 3px 3px 3px 3px; 
}

.DivHidden { visibility: hidden; display: none; }
.DivVisible { visibility: visible; }
.BoxHead {
    background-color: Navy; 
    color: White; 
    padding: 3px 3px 3px 3px; 
    font-size: 10pt; 
    font-weight: bold;
}
.BoxContent {
    height: 30px;
    padding: 3px 3px 3px 3px;
    font-size: 10pt; 
}
.FlatTable
{
    border: navy 1px solid;
    padding: 2px 2px 2px 2px;
    font-size: 8pt;
    margin: 0px;
}
.InputCaption {
    font-size: 8pt; 
    font-weight: bold;
    color: navy;
}
.ButtonBox {
    padding: 10px 10px 10px 10px; 
    border: solid 1px navy; 
    background-color: #EEEEEE; 
    text-align: center;
    font-size: 8pt; 
    font-weight: bold;
}    

.InputDotted {
    border-top: none; 
    border-right: none; 
    border-left: solid 1px silver; 
    border-bottom: dotted 1px silver; 
    padding-left: 3px;
}
.SectionHeader {
    text-align: center; 
    color: white; 
    background-color: navy; 
    font-weight: bold; 
    font-size: 8pt;
}

