﻿#bodyLogin
{
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    background-color: #000000;
}
.loginBody  {
    font-family: Calibri;
    font-size: 12px;
    color: #000000;
    background-color: #000000;
}
.divBox
{
    font-family: Calibri;
    font-size: 15px;
    color: #665200;
    text-align: center;
    padding: 0px;
    width: 100%;
    float: none;
}
.divContents
{
    font-family: Calibri;
    font-size: 15px;
    color: #665200;
    text-align: center;
    background-color: #FFFFFF;
    padding: 6px;
    width: 840px;
}

.txtButton {
border: 2px ridge #FFFFFF; 
background-color:#0A0A0A; 
color: #FFFFFF; 
margin: 6px; 
padding: 4px;
font-family: Calibri, Arial; 
font-size: 11px; 
font-weight: bold;
cursor: pointer;
}

a.txtButton:link {color: #FFFFFF; 
text-decoration: none!important;}

a.txtButton:visited {color: #FFFFFF; 
text-decoration: none!important; }

a.txtButton:hover {
color: red!important; 
font-style: italic; 
border-left: 3px solid #A0A0A0; 
border-top: 3px solid #A0A0A0; 
border-right: 3px solid black; 
border-bottom: 3px solid black;
 }
 
a.txtButton:active{color: red;}

.shadedBG
{
    background-color: #E0E0E0;
}
.textInput
{
    font-size: 12px;
    font-weight: bold;
    background-color: #FFFFCC;
    font-family: Calibri;
    color: #004F4F;
}
.cellLeft {
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    color: #665200;
    text-align: left;
    padding-right: 6px;
}

.cellRight {
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    color: #665200;
    text-align: left;
    padding-left: 6px;
}
.w50 { width: 50% }

.w100 {width: 98%
}

.w800 {width: 800px;}

.w60 { width: 60% }

.w40 {width: 40% }

.divBanner {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
}
.pageTitle
{
    height: 94px;
    text-align: left;
    font-family: Calibri;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.tblHeader
{
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #665200;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
}
.columnHeader
{   height: 40px;
    font-family: calibri;
    font-size: 16px;
    font-weight: bold;
    color: #665200;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    border: solid 4px #665200;
}
.cellText
{
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    color: #665200;
    text-align: left;
}
.divStatus
{
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #886C00;
    border: 3px outset #886C00;
    padding: 6px;
    width: 800px;
}
.divSysMsg
{
    font-family: Calibri;
    font-size: 17px;
    font-weight: bold;
    color: #FFFF99;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    border-style: outset;
    border-width: 4px;
    padding: 6px;
    width: 780px;
}
.displayText
{
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #004040;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 4px;
}
.divHeader
{
    font-family: Calibri;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #004040;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 4px;
}

.divHalfTable {
    width: 390px;
}
.div780 {
    width: 780px;
}
.dirCellLeft
{
    width: 75%;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    vertical-align: middle;
    padding-right: 4px;
    border-right: dotted 1px #FFFFFF;
    border-bottom: dotted 1px #FFFFFF;
}
.dirCellRight
{
    width: 25%;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-left: 4px;
    border-bottom: dotted 1px #FFFFFF;
}
.h75 {
    height: 75px;
}