﻿body 
{
    background-color:#B8B375;
}
#blackoutDiv
{
     
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #000;
      filter: alpha(opacity=80);
      -moz-opacity: .8;
      opacity: .8;
      z-index: 9;
      
}
.blackout
{
     visibility: visible;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #000;
      z-index: 9;
}
.dcTable
{
    background-color:White;
    width:650px;
}
.disclaimer
{
    font-size:x-small;
    background-color:#663333;
    color:White;
}
.HeaderLinkHeader
{
   background-color:#B8B375; 
   color:#633131;
   font-size:small;
   border-color:White;
   border-bottom-style:solid;
   border-width:thin;
   text-align:center;
}
.AnchorLink
{
    font-size:small;
    color:#633131;
}
.ParcelSectionHeader
{
    background-color:Silver;
    width:650px;
    font-weight:bold;
    font-size:14pt;
    text-align:left;
    color:#633131;
}
.ParcelSectionHeaderTest
{
    background-color:Silver;
    width:650px;
    font-weight:bold;
    font-size:12pt;
    text-align:left;
    color:#633131;
}
.ParcelItemHeader
{
    font-weight:bold;
    font-size:14pt;
    background-color:Gray;
    color:White;
}
.ParcelInfoNote
{
    font-size:7pt;
}
.ResultsHeader
{
    background-color:#633131;
    color:White;
    font-weight:bold;
}
A.ResultsHeader 
{
    background-color:#633131;
    color:White;
    font-weight:bold;
}
A.ResultsHeader:visited
{
    background-color:#633131;
    color:White;
    font-weight:bold;
}
.ResultsItems
{
    font-size:smaller;
}
.ResultsBody
{
    background-color:#CDC9CD;
    font-size:smaller;
}
.ResultsBoldDesc
{
    font-weight:bold;
    font-size:smaller;
}
.ResultsDesc
{
    font-size:smaller;
}
.BoldDesc
{
    font-weight:bold;
}
.BorderSpacer
{
    height:10px;
    background-color:#633131;
    width:650px;
}
.SearchHeader
{
    background-color:Silver;
    width:650px;
    font-weight:bold;
    font-size:14pt;
    text-align:left;
    color:#633131;
}
.SearchHeader2
{
    background-color: Silver;
    width: 650px;
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
    color: #633131;
    border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #FFFFFF;
    text-decoration:underline;
    cursor:hand;
}
.SearchHelper
{
    font-size:x-small;
    vertical-align:bottom;
}
.watermarkInput
{
    background-color: #FFFFCC;
    font-size: x-small;
    width: 250px;
    font-style: italic;
}

.listboxSearch
{
    font-size:x-small;
    width:282px;
}
.dropdownSearch
{
    font-size:x-small;
    width:282px;
}
.textboxSearch
{
    font-size:x-small;
    width:125px;
}
.textboxSearchSimple
{
    font-size:x-small;
    width:250px;
}
A
{
 color:#633131;   
}
A:visited
{
    color: #633131;
}

.SearchSectionHeader
{
    background-color:#633131;
    color:White;
    font-weight:bold;
}
.handLink
{
    cursor:hand;
}
.posHeader
{
    position:relative;
    left: 200px ; Top : -50px ;
    color:White;
    font-size:x-large;
}
.footerInfo
{
    font-size:x-small;
}
.footerLinks
{
    font-size:small;
}
.hSpacer
{
    height:5px;
}
.ResultsPageNumbers
{
    font-size:small;
}
.printShow
{
    display:none;
}
.infoHelper
{
    font-weight:bold;
    font-size:smaller;
    cursor:help;
    text-decoration:underline;
}
.infoHelperSearch
{
    cursor:help;
    text-decoration:underline;
}
.manageih
{
    font-weight:bold;
    font-size:small;
    color:Black;
}

.MassExportHeader
{
    background-color:#633131;
    color:White;
    font-weight:bold;
    padding-left:30px;
}
.MassExportDetail
{
    padding-left:50px;
}
.CommentsDesc
{
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
    overflow:scroll;
    font-size:14px;
}
.AttachImage
{
    height:21px;
}
.tableUpload
{
    font-size:14px;
}
.divHide
{
    padding-left:50px;
    background-color:Red;
}
.divShow
{
     padding-left:500px;
     background-color:Blue;
}
.NoResultsMessage
{
    text-align: center;
    width: 100%;
}
@media print
{
    .PageBreak
    {
        page-break-after:always;
    }
    .printHide
    {
        display:none;
    }   
    .AnchorLink
    {
        display:none;
    }
    .ParcelSectionHeader
    {
        background-color:Black;
        width:650px;
        font-weight:bold;
        font-size:14pt;
        text-align:left;
        color:White;
    }
    .printShow
    {
        display:inline;
    } 
    .printHeader
    {
        background-color:Black;
        width:650px;
        font-weight:bold;
        font-size:14pt;
        text-align:left;
        color:White;
    }
}