﻿/* -------------------------------------- Elements ---------------------------------------*/


body
{
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px; /*** removed so as to not clash with McHenry  background-color:#F3F3E7; --*/
    background-color: #FFFFFF;
}
p
{
    margin: 0px;
    padding: 0px;
}
tr
{
    margin: 0px;
    padding: 0px;
}
td
{
    margin: 0px;
    padding: 0px;
}
table tbody
{
    margin: 0px;
    padding: 0px;
}
select
{
    width: 100px; /* hide from compliant browser hack */
    min-width: 100px;
    padding: 2px;
}
option
{
    font-size: 9pt;
}
legend
{
    color: Black;
    font-weight: bold;
    font-size: 13pt;
    text-align: left;
    border: none;
}

fieldset
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* -------------------------------------- Element IDs ---------------------------------------*/
/* TOP CONTAINER DIV */
#headers
{
    _height: 80px;
    min-height: 80px;
    background-color: Silver;
}
/* END TOP CONTAINER DIV */
#topmostHeader
{
    padding: 8px 8px 0px 8px;
    text-align: center;
    vertical-align: top;
}
#topmostHeaderText
{
    font-size: 16pt;
    font-weight: bold;
    color: White;
}
#headerMenuText
{
    font-size: 13pt;
    text-align: center;
    padding: 2px 4px 4px 3px;
    vertical-align: top;
    background-color: Silver;
    color: White;
}
/* CONTAINER DIV FOR LEFT NAV, RIGHT NAV & MAIN BODY */
#columns
{
    vertical-align: top;
    border-collapse: collapse;
}

#leftNav
{
    _height: 100%;
    min-height: 100%;
    vertical-align: top;
    text-align: right;
    padding: 0px 0px 0px 40px;
    border-collapse: collapse;
}
#content
{
    _height: 100%;
    min-height: 100%;
    width: 1070px;
    min-width: 1070px !important;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    margin: 0px;
    border-right: solid 1px #AAAAAA;
    border-top: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
    border-left: none;
    border-collapse: collapse;
    background-color: White;
}
#rightNav
{
    _height: 100%;
    min-height: 100%;
    border: none;
    background-color: White;
}

/* CONTAINER DIV */
#footers
{
    text-align: center;
    padding: 20px 0px 0px 0px;
}
#footerMenu
{
    padding: 0px;
    _height: 30px;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    background-color: Silver;
}
/*--------------------------------------- Classes ---------------------------------------*/
.contentColumn
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.contentColumn1
{
    width: 36%;
    text-align: center;
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 6px;
    border: none;
    padding-left: 6px;
    margin: 0 auto;
    border-collapse: collapse;
}
.contentColumn2
{
    width: 32%;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.contentColumn2NoVertAlign
{
    width: 32%;
    text-align: center;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}
.contentColumn3
{
    width: 32%;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}
.column25pct
{
    _width: 25%;
    min-width: 25%;
    margin: 0 auto;
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
}
.column50pct
{
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
}
.contentColumn100pct
{
    text-align: center;
    vertical-align: top;
    padding: 6px 6px 6px 6px;
    border: none;
    margin: 0 auto;
    border-collapse: collapse;
}
.contentPanel
{
    width: 100%;
    height: 280px;
}
.parcelInformation
{
    vertical-align: top;
    color: Black;
    white-space: nowrap;
    margin: 10px 0px 20px 0px;
    border: none;
    background-color: White;
}
.rightSpace
{
    _height: 100%;
    min-height: 100%;
}
.pushRight
{
    padding-left: 175px;
}
.borderBelowTabs
{
    _height: 100%;
    min-height: 100%;
    border-right: solid 1px Gray;
}
p.left10px
{
    text-align: left;
    margin: 10px;
}

.labelCentered
{
    text-align: center;
}

.leftTabAlign
{
    padding-left: 52px;
}

.tableHeader
{
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.tableAlt
{
    background: #CCCCCC;
}
.tableTotals
{
    font-weight: bold;
}

