﻿body
{
    margin: 0px;
    padding: 0;
    color: #353535;
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-position: top;
    font-family: Arial, Tahoma, Geneva;
    font-size: 12px;
    line-height: 16px;
}
#wrapper2
{
    width: 950px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 100px;
}
.footer
{
    clear: both;
    width: 930px;
    height: 76px;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 14px;
    background-image: url(../img/theme/footer-black.gif);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}
#container
{
    min-height: 700px;
    float: right;
    width: 950px;
    color: #353535;
    background-image: url(../img/theme/content-bg.gif);
}
.home-post-background
{
    width: 95%;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    background-color: #FFF;
    background-image: url(../img/theme/post-bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #EBEBEB;
    margin-bottom: 5px;
}
hr
{
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
img
{
    border: 0;
}
img.Left
{
    float: left;
   /* margin-left: 10px;*/ 
    margin: 0px 5px 5px 0px; 
    width: 25px; height: 25px;
}
/*indivdual properties*/
#alert
{
    margin: 10px;
}
#goods
{
    float: left; /*border: 1px solid #ccc;     margin: 10px;     visibility: hidden;*/
    width: 100%;
    display: block;
}
.hide
{
    display: none;
}

.b{
   font: 13px Verdana,Calibri, sans-serif;
   font-style:italic;
    font-weight: bold;
}
.trh
{
    background-color: #EEE;
      font-size: 11px;
    font-weight: bold;
}
.trc
{
    background-color: #FFF;
    font-size: 11px;
}
/* Sortable tables */
table.sortable thead
{
    background-color: #1e1e1e;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
table.sortable
{
    width: 100%;
}

.docdate, .docType, .docSale, .docpage
{
    text-align: center;
}
.docdate
{
    width: 30%;
}
/*Table*/
table
{
    width: 100%;
}
#RecTable
{
    line-height: 12px;
    width: 100%;
}

.tblresult
{
    width: 100%;
    margin: 0px;
    padding: 3px;
    border-spacing: 0px;
    color: Black;
}
.tblLayers
{
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}
.row-highlight
{
    font: 14px Verdana,Calibri, sans-serif;
    background-color: #abd6ff !important;
    cursor: pointer;
    color: white !important;
}
tr
{
    background-color: white;
    font: 14px Verdana,Calibri, sans-serif;
    color: Black;
}
tr.reg
{ 
    font: 12px Arial, Tahoma, Geneva !important;
    }

.row-odd
{
    background-color: #e6e6e6;
    font: 14px Verdana,Calibri, sans-serif;
    color: Black;
}
.row-header
{
    font: italic bold 14px Georgia,serif;
    background-color: #C9C9C9;
    color: Black;
}
.row-header-light
{
    font: italic bold 14px Georgia,serif;
    background-color: #007d94;
    color: Black;
}
.zone
{
    background: #FCFCFC;
    box-shadow: 5px 5px 5px #333;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px #333;
    color: Black;
    border-style: solid solid solid solid;
    border-color: #DDD;
    border-collapse: collapse;
    font-size: 13px;
}
.tblright
{
    text-align: right;
}
/*catagories-- This builds the dropdowns at the top*/
#categories
{
    width: 949px;
    min-height: 46px;
    background-image: url(../img/theme/nav-bg-black.gif);
    background-repeat: repeat-x;
    float: left;
    background-color: #181818;
    border-left: 1px solid #585858;
}
#categories ul
{
    margin: 0px 0px 0px 10px;
    padding-left: 0px;
    list-style-type: none;
    list-style-image: none;
    float: left;
}
#categories ul li
{
    float: left;
    display: block;
    padding-left: 0px;
    height: 46px;
    position: relative;
}
#categories ul li a:link, #categories ul li a:visited, #categories ul li a:active
{
    height: 34px;
    display: block;
    color: #FFFFFF;
    font-size: 89%;
    font-weight: normal;
    padding: 12px 8px 0px 9px;
    float: left;
    margin: 0px 1px;
    text-decoration: none;
}
#categories ul li a:hover
{
    background-image: url(../img/theme/nav-bg-hover-black.gif);
    border-right: 0px solid #dd5b5b;
    border-left: 1px solid #181818;
    margin: 0px 0px;
    padding-top: 14px;
    height: 32px;
}
ul
{
    line-height: 19px;
  /*  list-style-image: url(../images/bullet.gif);*/
}

/*Links */
a.a1:link, a.a1:active, a.a1:visited
{
    font-family: Verdana, Arial;
    color: #111;
    text-decoration: none;
    font-size: 12px;
}
a.a1:hover
{
    text-decoration: underline;
}

a:link, a:visited
{
    text-decoration: none;
    color: #007d94;
}
a:hover
{
    color: #aa7300;
    text-decoration: underline !important;
}
a
{
    outline: none;
}


/*Buttons or the like*/
.subMenuIcon
{
    padding: 2px 4px 2px 4px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.subMenuIcon-hover
{
    /*padding: 2px 4px 2px 4px;*/
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #abd6ff;
}

.fobutton

{
    background-color: #181818;
    cursor: pointer;
    height: 28px;
    display: block;
    color: #FFFFFF;
    font-size: 89%;
    font-weight: normal;
    padding: 12px 8px 0px 9px;
    margin: 0px 1px;
    text-decoration: none;
    border-bottom: gray 2px solid;
    border-left: gray 2px solid;
    box-shadow: 5px 5px 5px #333;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px #333; /*prevents selection */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fobutton:hover
{
    background-image: url(../img/theme/nav-bg-hover-black.gif);
    margin: 0px 0px;
    padding-top: 14px;
    height: 26px;
}
.fobutNoShade
{ cursor: pointer;
}
.fobutNoShade:hover
{ background-image: url(../img/theme/nav-bg-hover-black.gif);
}
.left
{
    float: left;
}
#footer
{
    clear: both;
    width: 930px;
    height: 76px;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 14px;
    background-image: url(../img/theme/footer-black.gif);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}
.black
{
    background-color: Black;
}
#noParcel
{
}
input:focus
{ 
background-color: #F0F8FF;
}
.warning
{
    color: Red;
    text-align:center;
}
#datainfo
{
    padding: 10px;
    background-color: #FCFCFC;
}
/*Hack for IE8 Not Printing*/
#onepixel {
  background : transparent url('../img/1by1.png') center no-repeat;
  height:1px;
  left:0;
  position:absolute;
  top:0;
  width:1px;
  z-index:9;
}