﻿html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f0f0ea;
    /*background-color: white;*/
    /* border-top: solid 20px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*font-family: "Myriad Pro Bold", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
}
statewide_body {
    background-color: #f0f0ea;
    /*background-color: white;*/
    /* border-top: solid 20px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*font-family: "Myriad Pro Bold", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
}

li {
    color: #7c7c7c;
    /*color: white;*/
}
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}
a img {
    outline: none;
}
img {border : 0;}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

header, footer, hgroup,
nav, section {
    display: block;
}
header {
    background-color: #777;
    min-width: 1100px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
#errMessage {
    background-color:white; 
    color:red; 
    font-weight:bold;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #650000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

p {
    color: #7c7c7c;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /* max-width: 960px; */
}
.propAddrLbl {
    background: url("../Images/HeaderBar_Black.png");
    color: white;
    font-size: .92em;
    padding-top: 5px;
    padding-bottom: 7px;
}
.supCalcAddrLbl {
    background: url("../Images/HeaderBar_Black_SupCalc.png");
    color: white;
    font-size: .92em;
    padding-top: 5px;
    padding-bottom: 7px;
}
#body {
    min-width: 1150px;
    background-color: #efeeef;
    /*background-color: #dbd9d9;*/
    clear: both;
    padding-bottom: 10px;
}
.body-content {
    clear: both;
    margin: 20px;
    overflow: auto;
}
.textHdr {
    font-size: 24pt;
    font-weight: bold;
    color: #c40000;
    text-align: center;
    width: 1000px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: auto;
}
.textBody {
    font-size: 12pt;
    color: #555555;
    white-space: pre-line;
    width: 1500px;
    margin: auto;
}
.box1 {
    min-width: 950px;
    /*max-width: 1280px;*/
    margin: auto;
    margin: 10px 10px 10px 0;
    padding: 1px 10px 10px 10px;
    background-color: #d4d3cd;
    box-shadow: 5px 5px 5px #888;
    overflow: auto;
}
.box1content {
    margin: 10px 2px 2px 2px;
    background-color: white;
    border: 1px solid #9c9a98;
    overflow: auto;
}
.box2 {
    min-width: 950px;
    /*max-width: 1280px;*/
    margin: auto;
    margin: 5px 10px 20px 0;
    padding: 1px 10px 10px 10px;
    background-color: #696969;
    box-shadow: 5px 5px 5px #888;
}
.searchTabs {
    overflow: hidden;
    width: 1280px;
    height: 60px;
    background-color: white;
    margin: auto;
}
.searchTabs button {
    background: url(/Images/Tab_Black.png);
    float: left;
    cursor: pointer;
    color:white;
    font-weight: bold;
    width:161px;
    height:54px;
    border: none;
    margin-top:16px;
}
.searchTabs button.active {
    background: url(/Images/Tab_Red.png);
    overflow: visible;
}
.tabcontent {
    display: none;
    min-width: 950px;
    max-width: 1280px;
    margin: auto;
    background-color: #d4d3cd;
    overflow: auto;
}
.main-content {
    min-width: 900px;
    max-width: 1120px;
    /*max-width: 1920px;*/
    border-style: solid;
    border-color: #696969;
    border-width: 10px 20px 10px 20px;
    background-color: white;
    /*background-color: #dbd9d9;*/
    margin: 20px 35px 35px 35px;
    margin: auto;
}
header .content-wrapper {
    padding-top: 0px; 
    height: 54px;
    background-color: black;
    box-shadow: 5px 5px 5px #888;
}
header .statewide-content-wrapper {
    padding-top: 0px;
    height: 54px;
    background-color: #b50039;
    box-shadow: 5px 5px 5px #888;
}
footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}
.signOut {
    float: right;
    margin-right: -410px;
    /*margin-right: -621px;*/
}
#topBorder {
    height: 10px;
    background-color: #696969;
}
.implInfo {
    margin-right: 20px;
    color: #fefefe;
    font-size: 0.65em;
}
.countyInfo {
    margin-right: 20px;
    color: #fefefe;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 16px;
}
.countyWithImplInfo {
    margin-right: 20px;
    color: #fefefe;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 11px;
}
.boxLb11 {
    color: #ad0000;
    font-size: 1.17em;
    font-weight: 700;
    margin-top: 20px;
}
.grpLbl1 {
    color: #ad0000;
    font-size: 1.17em;
    font-weight: 700;
    padding-top: 5px;
    margin: 0 0 0 20px;
}
.fldLbl1 {
    color: #000;
    font-size: 1em;
    font-weight: 600;
}
.cartIcon {
    background: url("../Images/iconCart.png") no-repeat;
    background-position: 4px 40px;
    margin-right: 54px;
    padding-top: 24px;
    height: 53px;
    width: 40px;
}
table.tblCreateAccount {
    padding: 0;
    margin: 0;
}
table.tblCreateAccount td {
    padding: 5px;
    margin: 0;
}
table.tblCreateAccount th {
    padding: 5px;
    margin: 0;
    text-align: right;
    font-weight: 400;
    cursor: pointer;
}
.disclaimer {
    clear: both;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: smaller;
}
/* Search Page
---------------------------------------------*/
#assessor {
    font-size: 1.38em;
    color: #7c7c7c;
    margin-top: 8px;
}
#searchLine {
    clear: both;
    height: 2px;
    background-color: #ad0000;
}
.topNote {
    color: black;
    font-size: 1.07em;
    font-weight: 700;
    margin: 10px 20px 0 0;
    float: right;
    z-index: -1;
}

table.tblSearchResults {
    width: 100%;
    border:1px solid #e0e0de;
    background-color: white;
    font-size: 1em;
    margin-top: 20px;
    margin-left: 10px;
}
table.tblSearchResults th {
    background-color: #e3e3dc;
    font-size: 1em;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
table.tblSearchResults td {
    border-top: 1px solid #e0e0de;
    font-size: 1em;
    color: #7c7c7c;
    padding-right: 20px;
    padding-left: 20px;
}
table.tblSearchResults td.transparent, table.tblSearchResults th.transparent {
    background-color: #696969;
    border: 1px solid #696969;
    vertical-align: middle;
    padding-left: 20px;
    color: white;
    font-weight: 700;
    font-size: .92em;
}
.critTable {
    margin-left: 40px;
}
.critTable td {
    padding: 0 5px;
}
.txtCrit {
    margin: 0;
    background-color: #ecf0f0;
    border: 1px solid black;
    height: 18px;
}
.critNote {
    color: #4a4a4a;
    font-size: .83em;
    font-weight: 400;
}
.ddl {
    background-color: #ecf0f0;
    border: 1px solid black;
    /* height: 22px;*/
    /*width: 80px;*/
    text-align: left;
}

/* Detail Page
----------------------------------------------------------*/
.detailLine {
    clear: both;
    height: 2px;
    background-color: #ececeb;
    margin: 5px 20px;
}

table.tblDetailList {
    width: 100%;
    border:1px solid #e0e0de;
    background-color: white;
    font-size: 1em;
    color: #7c7c7c;
    margin-top: 10px;
}
table.tblDetailList th {
    background-color: #e3e3dc;
    font-size: 1em;
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
table.tblDetailList td {
    border-top: 1px solid #e0e0de;
    font-size: 1em;
    padding-right: 20px;
    padding-left: 20px;
}
.highlight {
    background-color: #fff600;
}
.detailLayout {
    font-size: .92em;
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.detailMapImage {
    position: absolute;
    top: 13px;
    left: 580px;
    width: 462px;
    z-index: 100;
}
.grpLbl2 {
    background: url("../Images/HeaderBars_Grey.png");
    color: #ad0000;
    font-size: 1.17em;
    font-weight: bold;
    padding-top: 3px;
    text-align: left;
    padding-left: 20px;
    height: 22px;
}
.GeneralInfo {
    margin: 20px 0 20px 10px;
}
.GeneralInfo th {
    font-weight: normal;
    width: 130px;
}
.GeneralInfo th.saleColumn {
    width: 235px;
    text-align: left;
}
.GeneralInfo td.charColumn {
    width: 180px;
}
.GeneralInfo.narrow {
    width: 580px;
}
.GeneralInfo img {
    position: relative;
    top: 4px;
}
.apnMapLbl {
    color: #ad0000;
    font-weight: 700;
    margin-left: 32px;
}
.fullWidth {
    width: 100%;
}
.grpLbl3 {
    color: #ad0000;
    font-weight: 700;
}
.detailFldLbl {
    color: #000;
    font-size: 1em;
    text-align: right;
    padding-right: 15px;
}
.detailDataLbl {
    color: #000;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
}
.detailDataLblGray {
    color: lightslategrey;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
}
.detailDisclaimer {
    clear: both;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: smaller;
}
.detailFooterLbl {
    text-decoration: underline;
    font-size: 1.17em;
    font-weight: 600;
    text-align: right;
}

/* Transaction History
----------------------------------------------------------*/
table.tblDetails {
    margin: 0px 20px 0px 20px;
    font-size: .92em;
}
table.tblDetails th {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
}
table.tblDetails td {
    padding: 0 20px;
}

.tblTransHist {
    width: 920px;
    margin: 0px 20px 0px 20px;
    font-size: 0.98em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tblTransHist td {
    padding: 0 20px;
    height: 18px;
    /*font-family: Verdana, Arial, sans-serif;
    font-size: 12px;*/
}

/* Estimator layout
----------------------------------------------------------*/
.boxEstimator {
    background-color: #d4d3cd;
    box-shadow: 5px 5px 5px #888;
    overflow: auto;
    margin: 20px;
    padding: 0 20px 10px 0;
}
.boxEstimator ol li {
    color: black;
    font-weight: 700;
    margin: 10px 0;
}
.box1 .box1content p {
    margin-left: 20px;
    margin-right: 20px;
}
table.tblEstCalc {
    margin: 0 20px 20px 20px;
    font-size: 0.85em;
}
table.tblEstCalc th {
    color: black;
    font-weight: 700;
    padding-right: 20px;
    text-align: left;
    cursor: pointer;
}
table.tblEstCalc td {
    color: black;
    text-align: right;
}

/* Recent Sales layout
----------------------------------------------------------*/
.boxInput {
    background-color: #d4d3cd;
    box-shadow: 5px 5px 5px #888;
    overflow: auto;
    margin: 20px;
    padding: 10px 20px;
}
.boxInput p {
    color: black;
    font-weight: 700;
}
.recentSalesContent {
    display: table;
    margin: 0 auto;
    padding: 10px;
}
.clsRecentSalesResult {
    padding: 10px 20px;
}
.tblRecentSalesInput td, .tblRecentSalesInput th {
    padding: 2px 5px;
    text-align: left;
}
.tblRecentSales td, .tblRecentSales th {
    padding: 2px 5px;
}
table.tblRecentSales tr:nth-child(odd) { background-color:#fff; }
table.tblRecentSales tr:nth-child(even) { background-color:#ddd; }
table.tblRecentSales tr.trSubject {
    background-color: yellow;
}
.tblRecentSales th { border-bottom: solid 1px #444; }

/* Reports layout
----------------------------------------------------------*/
.bxSummary {
    width: 300px;
    border: 1px solid #696969;
    margin-right: 10px;
}
.bxSummaryContent {
    margin: 10px;
    font-size: .9em;
}
.bxTitle {
    background-color: #696969;
    color: white;
    font-weight: 700;
    padding: 5px 0 5px 10px;
}
.bxReportList {
    width: 65%;
    min-width: 600px;
    background-color: #d5d5d2;
    /*box-shadow: 5px 5px 5px #888;*/
    border: solid 1px black;
    padding: 1px 10px 10px 10px;
}
table.reportList {
    width: 100%;
}
table.reportList th {
    color: #ad0000;
}
table.reportList td {
}
/*
    table.reportList tr:nth-child(odd) { background-color:#eee; }
    table.reportList tr:nth-child(even) { background-color:#fff; }
*/
.ReportTitle {
    font-size:12px;
    font-weight:bold;
    padding-bottom:4px;
}
.ReportPrice {
    font-size:11px;
    font-weight:bold;
    color:#ad0000;
}
.cellPad {
    padding-left: 5px;
}

/* Tax Bill layout
----------------------------------------------------------*/
.section-info-container {
    background-color: #ffffff;
    padding: 12px 15px;
}
.taxBase-container {
    border: solid 1px #000;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: #5b5c5c;
}
.section-subheader {
    height: 30px;
    line-height: 20px;
    background-color: #E9F5FC;
    color: #5b5c5c;
    font-weight: bold;
    padding: 5px 20px;
}
.section-subheader.default {
    background-color: #fddaf0;
}
.section-subheader.default .hdrText {
    width: 225px;
}
.hdrText {
    float: left;
    width: 180px;
    text-align: center;
}
.hdrText.left {
    text-align: left;
}
.hdrText.right {
    text-align: right;
}
.baseInfo {
    float: left;
    padding: 5px 20px;
    font-weight: bold;
    color: #5b5c5c;
}
.baseInfo.default .firstLineText{
    width: 225px;
}
.firstLineText {
    float: left;
    width: 180px;
    min-height: 1px;
    text-align: center;
}
.firstLineText.left {
    text-align: left;
}
.firstLineText.right {
    text-align: right;
}
.firstLineText.boldColor {
    font-weight: bold;
    color: #B20838;
}
.taxDetails {
    padding: 0;
}
table.taxDetailTable {
    width: 100%;
}
.taxDetails table thead tr {
    background-color: #E9F5FC;
}
.taxDetails table thead tr th {
    color: #5b5c5c;
    padding: 5px 20px;
    font-weight: bold;
}
.taxDetails table tr td {
    padding: 0 20px;
    color: #5b5c5c;
    font-size: 12px;
}
.taxDetails table tr td.specAsmtLbl {
    padding-top: 15px;
}
.taxDetails table tr td.generalFund {
    padding-bottom: 15px;
}
.taxBaseDiv {
    overflow: auto;
}
.taxBase {
    float: right;
    margin-right: 10px;
}
.taxBase tr th {
    font-weight: bold;
    color: #5b5c5c;
    padding: 0 10px;
}
.taxBase tr td {
    border: 1px solid black;
    padding: 0 10px;
}
.taxDetails table tr td.totalTax {
    padding: 0 10px;
}
.taxPaymentDiv {
    overflow: auto;
    margin-top: 12px;
}
.taxPayments {
    float: right;
    margin-right: 10px;
}
.taxPayments tr th {
    font-weight: bold;
    color: #5b5c5c;
    padding: 10px 10px 0 10px;
    vertical-align: top;
}
.taxPayments tr td {
    padding: 10px 10px 0 10px;
}
.tax-disclaimer {
    clear: both;
    margin-left: 20px;
    margin-bottom: 15px;
}

/* Cart layout
----------------------------------------------------------*/
.bxCheckoutList {
    width: 65%;
    min-width: 600px;
    background-color: #696969;
    box-shadow: 5px 5px 5px #888;
    padding: 1px 5px 5px 5px;
    margin-bottom: 10px;
}
.bxCheckoutListContent {
    margin: 2px 2px 2px 2px;
    padding: 5px;
    background-color: white;
    border: 1px solid #9c9a98;
    overflow: auto;
}
.bxCheckoutListFooter {
    color: white;
    text-align: right;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px 10px 5px 0;
}
#checkoutLine {
    clear: both;
    height: 2px;
    background-color: #ececeb;
    margin: 0;
}
table.tblChkoutProperty {
}
table.tblChkoutProperty th{
    color: #199124;
    text-align: right;
    padding: 0 10px;
}
table.tblChkoutDetail {
}
table.tblChkoutDetail td {
    font-weight: 700;
    padding: 0 10px;
}
.chkoutLogin {
    width: 52%;
    border-right: 2px solid #d2d2d2;
    padding-right: 5px;
}
.chkoutCreate {
    width: 45%;
    float: right;
    margin: 0;
}
.chkoutLoginHdr {
    font-size: 1.07em;
    color: #616161;
}
.chkoutGuest {
    font-size: 1em;
    color: blue;
    text-decoration: underline;
}
/* CartAcct layout
----------------------------------------------------------*/
table.tblCartAcct {
    clear: both;
    margin-left: 20px;
}
table.tblCartAcct td {
    padding-bottom: 2px;
}
table.tblCartAcct th {
    text-align: right;
    font-weight: 400;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 2px;
}
#Comments {
    width: 300px;
    height: 100px;
}
.bxCheckoutListContent p {
    padding-left: 20px;
}

/* OrderBummary layout
----------------------------------------------------------*/
.tblProcessSummary {
    clear: both;
    margin: 5px 0 20px 20px;
}
.tblProcessSummary th {
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
}
.OrderSectLbl {
    clear: both;
    font-weight: 700;
    color: #ad0000;
    padding-left: 20px;
}

/* OrderComplete layout
----------------------------------------------------------*/
#divLnkReturnPQLite {
    clear: both;
    float: right;
    margin-top: -45px;
    margin-right: 15px;
    text-decoration: underline;
}
.box2content {
    background-color: white;
    margin: 10px 0 0 0;
    padding: 20px 40px;
}
.box2content p {
    margin-left: 40px;
}
/* MyAccount layout
----------------------------------------------------------*/
.myAccountContent {
    background-color: white;
    margin: 10px 0 0 0;
    padding: 20px;
}
table.tblAcctOrders {
    margin: 10px 20px 20px 20px;
    width: 95%;
}
table.tblAcctOrders th {
    background-color: #e3e3dc;
    text-align: left;
    color: #666666;
    padding: 5px 10px;
    font-size:15px;
    cursor: pointer;
}
table.tblAcctOrders td {
    padding: 0 10px;
    font-size:13px;
}
table.tblAcctOrders caption {
    background-color: #696969;
    color: white;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px;
}
table.tblAcctOrders tr:nth-child(odd) { background-color:#eee; }
table.tblAcctOrders tr:nth-child(even) { background-color:#fff; }
table.tblAcctOrders tr.refundRow {background-color:rgba(232, 102, 102, 0.39)}
table.tblAcctOrders tfoot {cursor: pointer;}
table.tblAcctSummary {
    margin: 10px 20px 20px 20px;
    width: 95%;
}
table.tblAcctSummary td {
    width: 50%;
}
table.tblAcctSummary caption {
    background-color: #696969;
    color: white;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}
#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}
#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
#login ul {
    margin: 0;
}
#login li {
    display: inline;
    list-style: none;
}


/* left-menu
----------------------------------------------------------*/
/*ul#left-menu {
    font-size: 1.07em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#left-menu li {
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-top:12px;
    float: left;
}
ul#left-menu li a {
    background: none;*/
    /*background-color: #666;*/
    /*padding: 14px 0px 15px 0px;
    color: #b9bdc0;
    text-decoration: none;
}
ul#left-menu li a:hover {
    color: #DDD;
    text-decoration: none;
}
ul#left-menu li a.site-logo, ul#left-menu li a.site-logo:hover  {     
    background: url("../Images/logo1.png") no-repeat;
    background-position: 0px 8px;
    width: 196px;
    height: 54px;
    display: block;       
    text-indent: -9999px;*/  /*hides the link text */
    /*margin-top: -12px;
    margin-left: 35px;*/
/*}*/

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.07em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-top:12px;
    float: left;
}
ul#menu li a {
    background: none;
    /*background-color: #666;*/
    padding: 14px 0px 15px 0px;
    color: #b9bdc0;
    text-decoration: none;
}
ul#menu li a:hover {
    color: #DDD;
    text-decoration: none;
}
ul#menu li a.site-logo, ul#menu li a.site-logo:hover  {     
    background: url("../Images/logo1.png") no-repeat;
    background-position: 0px 8px;
    width: 196px;
    height: 54px;
    display: block;       
    text-indent: -9999px;  /*hides the link text */
    margin-top: -12px;
    margin-left: 35px;
}
ul#menu li a.top-menu-btn, ul#menu li a.top-menu-btn  {     
    background: url("../Images/menuBtn1.png") no-repeat;
    width: 147px;
    height: 54px;
    display: block;
    margin-top: -12px;
    margin-left: 0;
}
ul#menu li a.top-menu-btnActive, ul#menu li a.top-menu-btnActive  {     
    background: url("../Images/menuBtnActive.png") no-repeat;
    width: 149px;
    height: 54px;
    display: block;
    color:white;
    font-weight:700;
    margin-top: -12px;
    margin-left: 0;
}
ul#menu li a.top-menu-btn2, ul#menu li a.top-menu-btn2 {
    background: url("../Images/menuBtn1.png") no-repeat;
    background-position: 0px 8px;
    width: 149px;
    height: 54px;
    display: block;
    margin-top: -20px;
    margin-left: 0;
}
ul#menu li div.top-menu-btn, ul#menu li div.top-menu-btn  {
    background: url("../Images/menuBtn1.png") no-repeat;
    color: #b9bdc0;
    width: 149px;
    height: 54px;
    display: block;
    margin-top: -12px;
    margin-left: 0;
    padding-top: 14px;
}
ul#menu li a.statewidesite-logo, ul#menu li a.statewidesite-logo:hover  {     
    background: url("../Images/PQLiteBlanco.png") no-repeat;
    background-position: 0px 8px;
    width: 196px;
    height: 54px;
    display: block;       
    text-indent: -9999px;  /*hides the link text */
    margin-top: -12px;
    margin-left: 35px;
}

/* right-menu
----------------------------------------------------------*/
ul#right-menu {
    font-size: 1.4em;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#right-menu li {
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-top: 12px;
    float: right;
}
.signInBtn {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: underline;
    color: white;
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-top: 7px;
    margin-right: 10px;
    float: right;
}
.signInBtn a:link {
    color: white;
}
.signInBtn a:visited {
    color: white;
}
.signInBtn a:active {
    color: white;
}

/*  Tabs
----------------------------------------------------------*/
.tabs {
    background: url("../Images/tabBackground.png") repeat-x;
    padding-top: 0px;
    color: white;
    height: 54px;
}
ul#tabs {
    float:left;
    font-size: 1.07em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#tabs li {
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-top:12px;
    float: right;
}
ul#tabs li a {
    background: none;
    padding: 14px 0px 15px 0px;
    font-weight: 400;
    text-decoration: none;
}
ul#tabs li a:hover {
    font-weight: 700;
    text-decoration: none;
}
ul#tabs li a.tab, ul#tabs li a.tab:hover  {
    background-position: 0px 0px;
    width: 158px;
    height: 54px;
    display: block;       
    margin-top: -12px;
    margin-left: 0px;
    color: white;
}
ul#tabs li a.tabActive, ul#tabs li a.tabActive:hover {
    background: url("../Images/tabActive.png") no-repeat;
    font-weight: 700;
}   
ul#tabs li a.tabEnabled, ul#tabs li a.tabEnabled:hover {
    background: url("../Images/tabEnabled.png") no-repeat;
    font-weight: 400;
}   
ul#tabs li a.tabDisabled, ul#tabs li a.tabDisabled:hover {
    background: url("../Images/tabDisabled.png") no-repeat;
    font-weight: 400;
    color: #888;
}   
ul#tabs li a.tab2Line, ul#tabs li a.tab2Line:hover {
    margin-top: -22px;
    background-position: 0px 10px;
}


/* page elements
----------------------------------------------------------*/
.alignRight {
    text-align: right;
}
.alignLeft {
    text-align: left;
}


/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        /*width: 250px;*/
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #a9a9a9
}
/*
input, textarea, select {
    background: #fff;
    margin: 2;
    padding: 0;
    -webkit-box-shadow: inset 1px 1px 1px 0px #dedede;
    -moz-box-shadow: inset 1px 1px 1px 0px #dedede;
    box-shadow: inset 1px 1px 1px 0px #dedede;
}
*/

textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 0px 0 0px 0;
    padding: 2px;
    /*width: 300px;*/
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus {
        border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

    /*
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
    */

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}


tr.pager td {
    padding: 0 0.25em 0 0;
}

.txtAccent1, .txtAccent1 a, .txtAccent1 a:hover, .txtAccent1 a:active, .txtAccent1 a:visited {
    color: #199124;
}
.txtAccent2 {
    color: #ad0000;
}
.txtCenter {
    text-align: center;
}
.txtBold {
    font-weight: 700;
}

/* Green submit "linky" buttons
----------------------------------------------------------*/
.grnLnkySbmt {
	overflow:visible; /* Shrinkwrap the text in IE7- */
	margin:0;
	padding:0;
	border:0;
	color:#199124; /* Match your link colour */
	background:transparent;
	font:inherit; /* Inherit font settings (doesn’t work in IE7-) */
	line-height:normal; /* Override line-height to avoid spacing issues */
	text-decoration:underline; /* Make it look linky */
	cursor:pointer; /* Buttons don’t make the cursor change in all browsers */
	-moz-user-select:text; /* Make button text selectable in Gecko */
}
/* Make sure keyboard users get visual feedback */
.grnLnkySbmt:hover,
.grnLnkySbmt:focus {
	color:#199124;
	background-color:#DDD;
}
/* Remove mystery padding in Gecko browsers.
	* See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
	*/
.grnLnkySbmt::-moz-focus-inner {
	padding:0;
	border:0;
}

/********************
*   Admin Styles   *
********************/
table.admMonthlyUsage {
    font-size: small;
}
table.admMonthlyUsage tr:nth-child(odd) {
    background-color: #AFA;
}
table.admMonthlyUsage tr:nth-child(even) {
    background-color: #eee;
}
table.admMonthlyUsage th {
    background-color: white;
    padding: 0px 5px;
}

table.admUserSearch {
    font-size: small;
    border: 1px solid #AAA;
}
table.admUserSearch tr:nth-child(odd) {
    background-color: #AFA;
}
table.admUserSearch tr:nth-child(even) {
    background-color: #eee;
}
table.admUserSearch th {
    background-color: white;
    padding: 0px 5px;
    border: 1px solid #AAA;
}
table.admUserSearch td {
    border: 1px solid #AAA;
}
table.tblRoleMgmt {
    margin: 10px 20px 20px 20px;
    width: 95%;
}
table.tblRoleMgmt caption {
    background-color: #696969;
    color: white;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px;
}
table.admCounty {
    font-size: small;
    width:100%;
}
table.admCounty tr:nth-child(odd) {
    background-color: #ffe;
}
table.admCounty tr:nth-child(even) {
    background-color: #ccc;
}
table.admCounty th {
    background-color: white;
    padding: 0px 5px;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .menu {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        /*background-position: 10px 0;*/
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    /* input {
        width: 90%;
    }*/

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p {
        margin: 0;
    }
}
@media print {
    body { background-color:#fff;}
    .noprint { display: none; }
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 300px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2
{
    background-color: #4D4F53;
    color:  #E3E5DD;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}

.processingText {
    position: absolute;
    top: 0;
    color:#f00;
    background-color:rgba(255,255,255,0.8);
    width: 100px;
    height: 100px;
    line-height:100px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ui-dialog
{
    z-index: 101;
}

/*div.growlUI { background: url(/Images/check.png) no-repeat 1px 0 0 5px}*/
div.growlUI h1, div.growlUI h2 {
    color: #222; padding: 0 10px 25px 25px; text-align: center
}

#orderProgress {
        width: 100%;
        height: 22px;
        border: 1px solid #777;
        background-color: #ccc;
}
 
#orderProgress div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #c32e2e;
}
.oldValue {
    font-size:11px;
    color: #aaa;
    font-style:italic;
}
.cartLink{
    /*white-space:nowrap;*/
}

.cartLink a {
    color: #199124;
}
.ra {
    text-align:right;
    white-space:nowrap;
}
.ui-helper-hidden-accessible {
    display:none;
}