/*globals*/
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* ------------- titlebar - very top of page ----------------------------------------------------------------------------------------------------- */
body.titlebar{
    background-color: #FFFFFF; 
    color: #000000;
    margin: 5px;
    font-size: 16px;
}
#titlebar a {
    text-decoration: none;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}
span.title1 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
span.title2 {
    font-size: 16px;
    color: #000000;
}
/* ------------- topbar - contains TOCTabs, Department Tabs ------------------------------------------------------------------------------------- */
body.topbar{
    background-color: #E16A14;
    font-size: 10px;
    color: white;
    margin: 3px;
}
select#deptTabs{
    position: relative;
    top: -3px;
    background-color: #FFFFFF;
    font-size: 12px;
}
#topbar a {
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
}
#topbar a:hover {
    text-decoration: underline;
}
span.deptSpan {
    font-size: 16px;
    font-weight: bold;
    color: #E16A14;
    cursor: url('css/cursor2.cur'), url('cursor2.cur'), default;
}
/* ------------- listframe - right side panel, contains the TOC, Legend, Search ------------------------------------------------------------------- */
body.listframe {
    width: 260px;
    padding: 1px; 
    margin: 0px auto;
    background-color: #C0C0C0;
    background-image: url("../images/parcels.gif");
    text-align: left;
}
body.listframe  h1 {
    font-size: 12px;
    width: 100%;
}
body.listframe h2 {
    background-color: #7F7F7F;
    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;
}
/*----toolbarbody---*/
body#toolbar_body img {cursor: pointer;}
/* ------------- popup - Identify Results, ID ALl Results ------------------------------------------------------------------------------------------*/
body.popup {
    margin: 0px auto;
    background-color: #C0C0C0;
    background-image: url("../images/parcels.gif");
}
/* ------------- bottombar - bottom of page, contains Active Layer, Active Tool, WG3 logo ----------------------------------------------------------- */
body.bottombar  {
    margin: 0px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    background-color: #DBDBDB;
}
span.title3 {
    font-size: 10px;
    font-weight: bold;
    color: #7F7F7F;
}
span#modeSpan {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
div#driven_by {
    position: absolute;
    right: 95px;
    top: 6px;
    color: #000;
    font-size: 11px;
}
/* ------------- 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-size: 13.5px;
    background-color: #FFFFFF;
}
span.title4 {
    font-size: 18px;
    font-weight: bold;
    color: #4B4B4B;
}
td.buttons1 a {
    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 {
    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 {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFFF; 
}
td.buttons3 a:hover {
    text-decoration: none;
    color: #800000;
}
/* ------------- print form ----------------------------------------------------------- */
div.printForm input, div.printForm select {
    color: black;
    position: absolute;
    text-align: center;
    right: 15px;
}
div.printForm input.button {
    font-weight: bold;
    color: black;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
div.printForm div{text-align:center;}

/* ------------- parcel search form ------------------- -----------------------------------------------------------------------------------------------*/
div.SearchForm {
    font-size: 11px;
    background-image: url("../images/parcels.gif");
}
div.SearchForm h2 {
    background-color: #A34B28;
    color: #FFFFFF;
    font-size: 12px;
    width: auto;
    height: auto;
    padding-bottom: 1px;
    padding-left: 3px;
}
div.rowOneCol {
    clear: both;
    padding-top: 2px;
}
div.rowOneCol a {
    color: #000080;
    cursor: pointer;
    text-decoration: underline;
}
div.rowOneCol a:hover {
    color: #7A378B;
}
div.rowOneCol a span {
    display: none;
}
div.rowOneCol a:hover span {
    display: block;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 245px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: white;
    background: #3B5065;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    border: 1px #1C1C1C solid;
    filter: alpha(opacity=90);
    opacity: .9;
}
div.rowTwoCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
}
div.rowTwoCol span.formw {
    font-size: 12px;
    float: right;
    width: 185px;
    text-align: left;
    white-space: nowrap;
}
div.rowTwoCol span.formash {
    font-size: 12px;
    float: right;
    width: 185px;
    text-align: left;
    white-space: nowrap;
}
div.rowThreeCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
}
div.rowOneCol span.label, div.rowTwoCol span.label, div.rowThreeCol span.label {
    float: left;
    width: 60px;
    text-align: left;
}
div.rowTwoCol select, div.rowThreeCol select, div.rowOneCol select {
    font-family: monospace;
    font-size: 12px;
}
div.rowOneCol span.text, div.rowTwoCol span.text, div.rowThreeCol span.text{
    float: left;
    width: 245px;
    text-align: left;
}
div.rowOneCol span.formw, div.rowTwoCol span.formw, div.rowThreeCol span.formw {
    font-size: 12px;
    float: right;
    width: 185px;
    text-align: left;
}

/*----------- parcel results list --------------------------------------------*/
div.pr_results {
    margin-top: 10px;
    text-align: center;
}
div.pr_results h1 {
    font-size: 12px;
    width: 100%;
}
div.pr_results h2 {
    background-color: #7F7F7F;
    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;
}
div.pr_results table {
    font-size: 10px;
    text-align: left; 
    /*width: 500px;*/
}
div.pr_results tr.evenrow {
    background: #BFBFBF;
    color: #000;
    text-transform: uppercase;
}
div.pr_results tr.oddrow {
    background: #DBDBDB;
    color: #000;
    text-transform: uppercase;
}
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{
    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: #DBDBDB;
    color: #000000;
}
div.measure_results tr.evenrow {
    background: #BFBFBF;
    color: #000000;
}
div.measure_results tr.total {
    background: #C0C0C0;
}
div.measure_results th {
    background: #FFFFFF;
}
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-size: 10px;
}
div.pr_report h1{
    
    font-size: 16px;
    text-align: center;
}
div.pr_report h2 {
    background-color: #A34B28;
    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: #7F7F7F;
    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-size: 10px;
}
div.col2{
    position: absolute;
    top: 70px;
    left: 283px;
    width: 275px;
    
    font-size: 10px;
}
div.propertyinfo{
    position: absolute;
    top: 150px;
    width: 275px;
    
    font-size: 10px;
}
div.deedinfo{
    position: absolute;
    top: 120px;
    left: 283px;
    width: 275px;
    
    font-size: 10px;
}
div.propertdesc{
    position: absolute;
    top: 270px;
    left: 283px;
    width: 275px;
    
    font-size: 10px;
}
div.landvaluation{
    position: absolute;
    top: 400px;
    left: 283px;
    width: 275px;
    
    font-size: 10px;
}
div.taxinfo{
    position: absolute;
    top: 400px;
    width: 275px;
    
    font-size: 10px;
}
span.value {
    
    font-size: 10px;
    color: #36566F;
    position: absolute;
    left: 100px;
}
div.pr_report th {
    
    text-decoration: underline;
    font-size: 10px;  
    font-weight: normal;
    text-align: left;
    background: #FFFFFF;
}
div.taxinfo td.label{
    
    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-size: 10px;
    color: #36566F;
    background: #FFFFFF;
}
body.pr_report {
    margin: 5px;
    background-color: #DBDBDB;
}
div.taxyears {
    
    font-size: 12px;
    color: #36566F;
}
/* ---------- MISC -----------------------------------------------------------*/
#LayerList p{
    
    font-size: 19px;
    color: #36566F;
}  	
img {
    border: none;
}
#internal td{
    color: #FF0000;
}
div.bookmark {
    margin: 15px;
}
