/* ------------- titlebar - very top of page ---------------------------------*/
body.titlebar{
    background-color: #FFFFFF; 
    color: #2E0E59;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    }
#titlebar a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    /*color: #473C8B;*/
    color: #2E0E59;
    background-color: #FFFFFF;
    }
span.title1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #2E0E59;
    }
span.title2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2E0E59;
    }


/* ------------- topbar - contains TOCTabs, Department Tabs ------------------*/
body.topbar{
    background-color: #F5A343; 
    background-image: url("../images/tocbar_bk.gif");
    background-repeat: no-repeat;
    background-position: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 2px 5px;
    }
select#deptTabs{
    position: relative;
    top: -3px;
    background-color: #F5A343;
    font-size: 12px;
    }
#topbar a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent; 
    }
#topbar a:hover {
    text-decoration: none;
    color: #C0C0C0;
    background-color: transparent; 
    }
span.deptSpan {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2E0E59;
    background-color: transparent; 
    }


/* ------------- listframe - 
    right side panel, contains the TOC, Legend, Search -----------------------*/
body.listframe {
    font-family: Arial, Helvetica, sans-serif;
    width: 260px;
    padding: 1px; 
    margin: 0px auto;
    background-color #AB8FFF;
    background-image: url("../images/parcels.gif");
    text-align: left;
    float: left;
    }
body.listframe  h1 {
    background-color: transparent;
    font-size: 12px;
    width: 100%;
    }
body.listframe h2 {
    background-color: transparent;
    background-image: url("../images/list_titlebar.gif");
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: #FFFFFF solid 1px;
    text-decoration: underline;
    text-align: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding-bottom: 1px;
    padding-left: 3px;
    }
body.listframe p {
    text-align: left;
    font-size: 10px;
    }

/* ------------- popup - Identify Results, ID ALl Results --------------------*/
body.popup {
    margin: 0px auto;
    background-color: #AB8FFF;
    background-image: url("../images/parcels.gif");
    }
/* ------------- bottombar - 
    bottom of page, contains Active Layer, Active Tool, WG3 logo -------------*/
body.bottombar  {
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #E4E4E4;
    }
span.title3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #808080;
    }


/* ------------- upperleft - bottom of page, contains upper leftt image ------*/
body.upperleft { 
    background-image: url("../images/upperleftimage.jpg") ;
    }


/* ------------- disclaimer - opening disclaimer page ------------------------*/
body.disclaimer  {
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    background-color: #FFFFFF;
    }
span.title4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #4B4B4B;
    }
td.buttons1 a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #008000;
    background-color: #FFFFFF; 
    }
td.buttons1 a:hover {
    text-decoration: none;
    color: #004000;
    }
td.buttons2 a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFF00;
    background-color: #000000; 
    }
td.buttons2 a:hover {
    text-decoration: none;
    color: #808000;
    }
td.buttons3 a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFFF; 
    }
td.buttons3 a:hover {
    text-decoration: none;
    color: #800000;
    }


/* ------------- parcel search form ------------------------------------------*/
div.SearchForm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #AB8FFF; 
    background-image: url("../images/parcels.gif");
    }
div.SearchForm h2 {
    background-color: transparent;
    color: #FFFFFF;
    border: #FFFFFF solid 1px;
    text-decoration: underline;
    font-size: 12px;
    width: auto;
    height: auto;
    padding-bottom: 1px;
    padding-left: 3px;
    }
div.rowOneCol {
    clear: both;
    padding-top: 2px;
    }
div.rowOneCol span.label {
    float: left;
    width: 60px;
    text-align: left;
    }
div.rowOneCol select {
    font-family: monospace;
    font-size: 12px;
    width: 175px;
    }
div.rowOneCol span.formw {
    font-size: 12px;
    float: right;
    width: 185px;
    text-align: left;
    }
div.rowTwoCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
    }
div.rowTwoCol span.label {
    float: left;
    width: 60px;
    text-align: left;
    }
div.rowTwoCol select {
    font-family: monospace;
    font-size: 12px;
    width: 50px;
    }
div.rowTwoCol span.formw {
    font-size: 12px;
    width: 185px;
    text-align: left;
    float: right;
    }
div.rowThreeCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
    }
div.rowThreeCol span.label {
    width: 20%;
    text-align: left;
    }
div.rowThreeCol select {
    font-family: monospace;
    font-size: 12px;
    width: 15%;
    }


/*----------- parcel results list --------------------------------------------*/
div.pr_results {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: center;
    background-color: transparent;
    }
div.pr_results h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    background-image: url("../images/titlebar.gif");
    background-repeat: no-repeat;
    background-position: left;
    }
div.pr_results h2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-top: 10px;
    padding-left: 10px;
    background-image: url("../images/titlebar.gif");
    background-repeat: no-repeat;
    background-position: left;
    }
div.pr_results table {
    font-size: 9px;
    text-align: center; 
    width: 100%;
    }
div.pr_results tr.evenrow {
    background: #6E7187;
    color: #FFFFFF;
    }
div.pr_results tr.oddrow {
    background: #EBECE4;
    color: #000000;
    }
div.pr_results a.abbrlink, a.abbrlink:hover,div.pr_results a.abbrlink:active,div.pr_results a.abbrlink:visited {
    text-decoration: none;
    color: #FF0000;
    }


/* ----------- measure tool --------------------------------------------------*/
div.measure_results {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: left;
    float: left;
    width: 100%;
    }
div.measure_results table {
    font-size: 10px;
    text-align: center; 
    width: 100%;
    }
div.measure_results tr.oddrow {
    background: #EBECE4;
    color: #000000;
    }
div.measure_results tr.evenrow {
    background: #6E7187;
    color: #FFFFFF;
    }
div.measure_results tr.total {
    background: #A579DE;
    }
div.measure_results th {
    background: #FFFFFF/*#A579DE*/;
    }
div.measure_results a.abbrlink, a.abbrlink:hover, div.pr_results a.abbrlink:active, div.pr_results a.abbrlink:visited {
    text-decoration: none;
    color: #FF0000;
    }


/* -----------------  parcel report ------------------------------------------*/
div.pr_report {
    width: 550px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.pr_report h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    }
div.pr_report h2 {
    background-color: #AB8FFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 12px;
    width: auto;
    height: auto;
    padding-bottom: 1px;
    padding-left: 3px;
    margin-left: 1px;
    }
td.desc a {
    color: #000080;
    }
td.desc a:hover {
    color: #7A378B;
    }
td.desc a span {
    display: none;
    }
td.desc a:hover span {
    display: block;
    position: absolute;
    /*top: -25px;*/
    left: 35px;
    width: 100px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #FFFFFF;
    background: #F5A343;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    border: 1px #1C1C1C solid;
    filter: alpha(opacity=80);
    opacity: .8;
    }
div.col1 {
    position: absolute;
    top: 70px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.col2 {
    position: absolute;
    top: 70px;
    left: 283px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.propertyinfo {
    position: absolute;
    top: 150px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.deedinfo {
    position: absolute;
    top: 120px;
    left: 283px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.propertdesc {
    position: absolute;
    top: 270px;
    left: 283px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.landvaluation {
    position: absolute;
    top: 400px;
    left: 283px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
div.taxinfo {
    position: absolute;
    top: 400px;
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
span.value {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #36566F;
    position: absolute;
    left: 100px;
    }
div.pr_report th {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 10px;  
    font-weight: normal;
    text-align: left;
    background: #FFFFFF;
    }
div.taxinfo td.label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    line-height: 9px;
    background: #FFFFFF;
    }
div.taxinfo tr{
    height: 5px;
    line-height: 9px;
    background: #FFFFFF;
    }
div.pr_report td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #36566F;
    background: #FFFFFF;
    }
body.pr_report {
    margin: 5px;
    background-color: #E4E4E4;
    }
div.taxyears {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #36566F;
    }


/* ---------- MISC -----------------------------------------------------------*/
#LayerList p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #36566F;
    }  	
img {
    border: none;
    }
#internal td{
    color: #FF0000;
    }
div.bookmark {
    margin: 15px;
    }
