/*
 * Public web/client CSS file
*/

html{
    height: 100%;
}

body{
    background-color: #ffd89d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 0px;
    height: 100%;
    margin-bottom: 0px;
}

table{
    font-size: 0.86em;
}

form{
    padding: 0px;
    margin: 0px;
}

#logout{
    float: right;
    background-color: white;
    width: 225px;
    border: 1px solid black;
    border-right: none;
    padding: 0.5em;
    margin-top: 10px;
}

#mainPageTable{
    width: 725px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffd89d;
    border: 10px solid #ffd89d;
    border-top: 10px solid #ffd89d;
    border-bottom: 10px solid #ffd89d;
    border-collapse: collapse;
    text-align: left;
}

a{
    text-decoration: none;
}

legend{
    font-weight: bold;
    color: black;
}

#topMenuTable{
    border: none;
    border-collapse: collapse;
    font-size: 1em;
}

.topMenuCell, #topMenuEndCell{
    background-color: #19196a;
    height: 30px;
    color: white;
    font-weight: bold;
    padding: 0em 1em 0em 0.5em;
    margin: 0em;
}

.topMenuCell{
    min-width: 95px;
}

.topMenuCell a{
    color: white;
}

#topMenuEndCell{
    background-image: url("/images/topMenuCorner.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 30px;
    padding: 0em;
}

#headerTable1{
    width: 100%;
    background-image: url("/images/stripes.gif");
    background-repeat: repeat-x;
    background-color: #ffb13c;
    border: 3px solid #19196a;
    font-size: 1em;
}

#headerTable2{
    width: 100%;
   border: 3px solid #19196a;
   border-top: none;

}

#contentTable{
   height: 100%;
   border: 3px solid #19196a;
   border-top: none;
}

/* CSS version of logo */
#logoDiv{
    position: relative; left: -1px;
    border-top: 4px solid #19196a;
    border-bottom: 4px solid #19196a;
    background-color: white;
    width: 23em;
    text-align: right;
    padding: 0.5em 0em 0.5em 0em;
}

#logoDiv h1{
    margin: 0em;
    font-size: 1.5em;
}

#logoDiv #hewerText{
    padding-right: 5px;
}

#logoDiv #ltd{
    background-color: #19196a;
    padding: 0.5em 5px 0.5em 0em;
    color: white;
    border-left: 5px solid #19196a;
}
/* End CSS version of logo */

#loginBoxTableCell{
    background-color: #d2a96c;
}

#loginBoxTable{
    background-color: #bf842d;
    border-collapse: collapse;
    width: 239px;
}

#loginBoxTop{
    background: url(/images/loginDecorDots.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #d2a96c;
    border-top: 1px solid #e7cb95;
    border-bottom: 1px solid #4d4d4d;
    color: white;
    font-weight: bold;
    padding: 0.5em 0em 0.5em 1em;
    margin-right: 1em;
}

#loginBoxBottom{
   background-color: #d2a96c;
}

.loginLabelCell , .loginFieldCell{
    padding: 0.5em 1em 0em 0em;
}

.loginFieldCell{
    padding-right: 1em;
    text-align: right;
}

.loginLabelCell{
    color: white;
    padding-left: 1em;
}

.loginFormField{
    width: 80%;
}

.largeLoginFormField{
    width: 130px;
}

#loginSubmitCell{
    padding: 1em;
    text-align: right;
}

#formErrorMessages{
    border: 1px solid #FF0000;
    background-color: #ffb13c;
    padding: 1em;
    color: #19196a;
    font-weight: 700;
}

.rightNavLink{
    border: none;
}

#contentTableCell{
    height: 100%;
}

#content{
    background-color: white;
    width: 483px;
    padding: 1em;
    line-height: 1.4em;
}

#content h1, h2, h3{
    padding-bottom: 0.2em;
    color: black;
}

#content h1{
    width: 75%;
    font-size: 1.3em;
    border-bottom: 3px solid #19196a;
}

#content h2{
    font-size: 1.1em;
    border: none;
}

#content h3{
    font-size: 1em;
    border: none;
}

#smallContentImageRight{
    background-image: url(/images/stripes.gif);
    background-repeat: repeat-y;
    border-left: 3px solid #19196a;
}

#imageRight{
    border-bottom: 2px solid #19196a;
}

#addressTable{
    font-size: 1em;
}

#contactFormTable{
    width: 100%;
}

#contactSubmitCell{
    padding-top: 1em;
    text-align: right;
}

.contactFormCell{
}

#footerCell{
    background-color: white;
    text-align: right;
    border-top: 3px solid #19196a;
    padding: 0.5em;
}

.small{
    font-size: 0.76em;
}

.underline{
    text-decoration: underline;
}

.red{
    color: red;
}

.orange{
    color: orange;
}

.green{
    color: green;
}

.blue{
    color: #19196a;
}

.white{
    color: white;
}

.bold{
    font-weight: 700;
}
