#DivCalculator
{
    position:fixed;
    text-align:center;
    background-color:#8b7249;
    padding:10px; 
}
#DivSearchDesc
{
    
    position:fixed;
    text-align:center;
    background-color:#8b7249;
    margin-left:30%;
}

#DivContainer
{
    background-color:#8b7249;
    width: 1000px;
}
#DivContent
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top:10px;
    left:200px;
    top:0px;
    position:relative;
    background-color:#FFFFCC;
    color:Black;
    height:auto;
    width:775px;
    text-align: left;
}
#DivContent a:link
{
    color: #8b7249;
}
#DivContent a:hover
{
    font-weight: bold;
}
#DivContent a:visited
{
    color: #8b7249;
}

#DivFooter
{
    position:relative;
    background-color:#8b7249;
    width:1000px;
    height:20px;
}
#DivHeader
{
    border:0px;
    width:1000px;
    height:160px;
    background-image:url(../../images/header01.jpg);
    color:White;
}
#DivLinks
{
    position:relative;
    /*top:200px;
    left:0px;*/
    background-color:#8b7249;
    color:White;
    width:200px;
    text-align:center;
    font-size:large;
        
}
#DivTaxCal
{
    text-align:center;
}

#DivWrapper 
{
    
    border: 0px solid #ffffff;
    

    top: 0px;
    margin:0 auto; 
    
    
    
}

.temp
{
 width: 1000px;
    border: 0px solid #ffffff;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}
#pAdmin
{
    position:inherit;
    text-align:left;
    vertical-align:bottom;
    color:#8b7249;
}
#pAdmin a:link
{
    color:#8b7248;
}
#pAdmin a:hover
{
    color:#8b7248;
}
#pAdmin a:visited
{
    color:#8b7248;
}
#rptSearchResults td
{
    vertical-align:top;
}

#tblResults
{
    padding:3px;
    background-color:#624433;
}
#tblResults th
{
    background-color:#624433;
    text-align:center;
}
#tblResults td
{
    background-color:#ffffff;
    font-size:small;
}

#tblAdvancedResults
{
    
}
#tblAdvancedResults th
{
    background-color:#8b7249;
    text-align:center; 
}
#tblAdvancedResults td
{
    background-color:#ffffff;
}
td.header
{
    font-weight:bold;	
}
     
body
{
    font-family:Book Antiqua;
    background-color:#FFFFCC; 
}
.aCalc
{
    cursor: hand;
}
.btnAdd
{
    width:65px;
}
.btnCalc
{
    width:35px;
    text-align:center; 
}
.btnShowAll
{
    width:80px;
}
.pNavbar
{
    position:absolute;
    left:20px;
    text-align:left;
}


.pNavbar a:link
{
    color: #000000; 
}
.pNavbar a:hover
{
    font-weight: bold;
}
.pNavbar a:visited
{
    color: #000000;
}
.spanEx
{
    font-size: 12px;
}
.tblSearchDesc
{
    width:350px;
}
.tblTaxCal
{
    position:relative;
    background-color:#8b7249;
    width:650px;
}
.tblTaxCalc
{
    width:275px;
}
.tblTaxRates
{
    position:relative;
    left:320px;
    text-align:right;
    background-color:#8b7249;
    width:450px;
}
.tdButton
{
    background-color:#624433;
}
.tdSearchDesc
{
    background-color:#FFFFCC;
    font-size:12px;
    padding:10px;
    text-align:left;
}
.tdTaxRateNum
{
    background-color:#FFFFCC;
    text-align:center;
    font-size:13px;
    color:#0000FF;
}
.tdTaxRateStd
{
    background-color:#FFFFCC;
    text-align:center;
    font-size:13px;
    color:#000000;
}

.tdTaxRate
{
    background-color:#FFFFCC;
    font-size:13px;
    text-align:left;
}
.tblTaxRates th
{
    text-align:center;
}
.tdTaxCal
{
    background-color:#FFFFCC; 
}
.tdTaxCalcDesc
{
    background-color:#FFFFCC;
    font-size:12px;
    padding:10px;
    text-align:left;
}
.thSearchDesc
{
    background-color:#FFFFCC;
    font-size:12px;
    padding:10px;
}

.thTaxCalcDesc
{
    background-color:#FFFFCC;
    font-size:12px;
    padding:10px;
}
.txtHOA
{
    width:125px; 
}
.txtHOAUrl
{
    width:135px;
}
.txtMapLink
{
    width:135px;
}
.txtMapNum
{
    width:75px;
}
.txtNumOfUnits
{
    width:50px;
    text-align:center; 
}
.txtSubName
{
    width:125px;
}
.txtTax
{
    width:50px;
}
.txtTaxResults
{
    width:100px;
}
.txtAssessment
{
    width:75px;
}
.valAssessment
{
    font-size:12px;
    color:Red;
}