body {font-family: Tahoma,sans-serif; font-size: 12px;}
/* ------------- titlebar - very top of page ----------------------------------------------------------------------------------------------------- */
body.titlebar{
    background-color: #FFFFFF; 
    color: #51723B;
    margin: 5px;
    font-size: 16px;
}
#titlebar a {
    text-decoration: none;
    font-size: 10px;
    color: #51723B;
    background-color:#fff;
}
span.title1 {
    font-size: 18px;
    font-weight: bold;
    color: #4B4B4B;
}
span.title2 {
    font-size: 16px;
    color: #4B4B4B;
}
/* ------------- topbar - contains TOCTabs, Department Tabs ------------------------------------------------------------------------------------- */
body.topbar{
    background-color: #51723B; 
    font-size: 10px;
    margin: 2px;	
}
select#deptTabs{
    position: relative;
    top: -3px;
    background-color: #F7ED93;
    font-size: 12px;
}
#topbar a {
    font-family: Tahoma,sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #51723B; 
}
#topbar a:hover {
    text-decoration: none;
    color: #C0C0C0;
}
span.deptSpan {
    font-family: Tahoma,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #51723B;
}
/* ------------- listframe - right side panel, contains the TOC, Legend, Search ------------------------------------------------------------------- */
body.listframe {
    width: 260px;
    padding: 1px; 
    margin: 10px;
    background-image: url("../images/parcels.gif");
    text-align: left;
    overflow-x: hidden;
}
body.listframe  h1 {
    background-color: #51723B;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    width: auto;
    text-align: center;
    height: 16px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding-bottom: 1px;
    padding-left: 3px;
    opacity: .8;
    filter: alpha(opacity=80);
}
body.listframe h2 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #51723B;
    width: auto;
    text-align: left;
    height: 16px;
    padding-bottom: 1px;
    padding-left: 3px;
}
body.listframe p {
    text-align: left;
    font-size: 12px;
}
body.listframe button {
    background: #72413B; 
    border: 1px outset #000; 
    cursor: pointer; 
    font-weight: bold; 
    font-size: 11px; 
    color: #FFF;
}
body.listframe table {
    border-collapse: collapse;
}
body.listframe table td {
    font-size: 12px;
    text-align: left;
}
body.listframe table.bordered td {
    border: 1px solid gray;
}
/* ------------- popup - Identify Results, ID ALl Results ------------------------------------------------------------------------------------------*/
body.popup {
    margin: 0px auto;
    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-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    height: 18px;
    overflow: hidden;
    background: #FFF url(../images/gradient_gray_1.png) 0px -17px repeat-x;
}
span#modeSpan {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
div#driven_by {
    position: absolute;
    right: 95px;
    top: 6px;
    font-size: 11px;
    color: #000;
}
span.title3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
/* ------------- 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: Tahoma;
    font-size: 13.5px;
    background-color: #FFFFFF;
}
span.title4 {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color: #4B4B4B;
}
td.buttons1 a {
    font-family: Tahoma,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: Tahoma,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: Tahoma,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;
}
/* ------------- 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-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
div.rowOneCol {
    clear: both;
    padding-top: 2px;
}
div.rowOneCol span.labelsrch {
    float: left;
    width: 60px;
    text-align: left;
}
div.rowOneCol select {
    font-family: monospace;
    font-size: 12px;
    width: 175px;
}
div.rowOneCol span.formw {
    float: right;
    width: 185px;
    text-align: left;
}
div.rowTwoCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
}
div.rowTwoCol span.labelsrch {
    width: 25%;
    text-align: left;
}
div.rowTwoCol select {
    font-family: monospace;
    font-size: 12px;
    width: 50px;
}
div.rowTwoCol span.formw {
    width: 25%;
    text-align: left;
}
div.rowThreeCol {
    clear: both;
    padding-top: 4px;
    text-align: left;
    width: 100%;
}
div.rowThreeCol span.labelsrch {
    width: 20%;
    text-align: left;
}
div.rowThreeCol select {
    font-family: monospace;
    font-size: 12px;
    width: 15%;
}
/* ----------- parcel results list ---------------- ------------------------------------------------------------------------------------------------*/
div.pr_results{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: center;
}
div.pr_results table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 10px;
}
div.pr_results table td {font-size: 10px;}
div.pr_results tr.evenrow{
    background: #FFF;
}
div.pr_results tr.oddrow{
    background: #F8FFC1;
}
div.pr_results a.abbrlink, a.abbrlink:hover,div.pr_results a.abbrlink:active,div.pr_results a.abbrlink:visited {
    text-decoration: none;
    color: #0ABF00;
}
/* -----------------  parcel report ---------------- ------------------------------------------------------------------------------------------------*/
body.pr_report {
    margin: 5px;
    background-color: #E4E4E4;
}
div.pr_report {
    width: 550px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
div.pr_report h1{
    font-size: 16px;
    text-align: center;
}
div.pr_report h2 {
    background-color: #51723B;
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 12px;
    width: auto;
    height: auto;
    padding-bottom: 1px;
    padding-left: 3px;
    margin-left: 1px;
    margin-bottom: 3px;
}
div.pr_report th {
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    background: #fff;
}
div.pr_report th.header {
    text-decoration: underline;
    font-weight: normal;
    text-align: center;
    background: #FFFFD7;
}
div.pr_report td {
    color: #36566F;
    background: #fff;
}
div.pr_report td.label{
    color: #000;
    line-height: 9px;
    background: #FFFFD7;
    text-align: left;
}
div.pr_report td.total{
    color: #000040;
    background: #C0C0C0;
}
div.pr_report td.totalcenter{
    color: #000040;
    background: #C0C0C0;
    text-align: center;
}
div.pr_report td.filler{
    line-height: auto;
    background: #E4E4E4;
}
span.label{
    color: #000;
    background: #FFFFD7;
    position: absolute;
    min-width: 32%;
    line-height: 11px;
    text-align: left;
    margin-left: 2px;
}
span.value {
    color: #36566F;
    background: #fff;
    position: absolute;
    right: 2px;
    min-width: 65.75%;
    line-height: 11px;
}
span.valuefull {
    color: #36566F;
    background: #fff;
    position: absolute;
    min-width: 99%;
    margin-left: 2px;
}
div.taxyears {
    position: absolute;
    top: 97px;
    font-size: 16px;
    font-weight: bold;
    color: #36566F;
    background-color: #E4E4E4;
    padding: 3px;
}
div.taxyears a {
    color: #A0A0A0;
    text-decoration:none;
    font-size: 14px;
    /*background-color: #51723B;*/
}
div.taxyears a:hover {
    color: #C0C0C0;
    text-decoration:none;
    font-size: 14px;
    /*background-color: #51723B;*/
}
div.row1col1{
    position: absolute;
    top: 120px;
    width: 275px;
}
div.row1col2{
    position: absolute;
    top: 120px;
    left: 283px;
    width: 275px;
}
div.row2col1{
    position: absolute;
    top: 200px;
    width: 275px;
}
div.row2col2{
    position: absolute;
    top: 200px;
    left: 283px;
    width: 275px;
}
div.row3col2{
    position: absolute;
    top: 347px;
    left: 283px;
    width: 275px;
}
div.row4col1{
    position: absolute;
    top: 438px;
    width: 275px;
}
div.row4col2{
    position: absolute;
    top: 470px;
    left: 283px;
    width: 275px;
}
div.row4col1 tr{
    height: 5px;
    line-height: 9px;
    background: #fff;
}
div.row2col1 td, div.row2col2 td{
    text-align: center;
}
div.row4col1 td, div.row4col2 td{
    text-align: right;
}
div.row4col2 td.center{
    text-align: center;
}
div.row4col2 a {
    color: #FF0000;
}
div.row4col2 a:hover {
    color: #800000;
}
div.row4col2 a span {
    display: none;
}
div.row4col2 a:hover span {
    display: block;
    position: absolute;
    top: -25px;
    left: 35px;
    width: 215px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #FFFFFF;
    background: #36566F;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    border: 1px #FF0000 solid;
    filter: alpha(opacity=80);
    opacity: .8;
}
/* ---------- MISC -------------------------------------------------------- ------------------------------------------------------------------*/
#LayerList p{
    font-family: Tahoma,sans-serif;
    font-size: 19px;
    color: #36566F;
}  	
img {
    border: none;
}
#internal td{
    color: #FF0000;
}
div.bookmark {
    margin: 15px;
}
