﻿body {
}

.formContentAreaBody {
    background-color: #EAEAEA;
    border: 1px solid Gray;
    border-top: none;
    padding: 10px;
    min-height: 5px;
    margin-bottom: 15px;
}

.formWarn {
    color: green;
}

select {
    margin: 3px 0 3px 0;
}

.toplinks a {
    text-decoration: none;
}

    .toplinks a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.popupControlContainer {
    visibility: hidden;
}

.assessedValueTextBox {
    text-align: center;
    height: 25px !important;
    width: 212px !important;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    border: 1px solid #000;
}

.assessedValueWatermark {
    color: gray;
    text-align: center;
    height: 25px;
    width: 212px !important;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
}

.rateIncreaseTextBox {
    text-align: center;
}

.rateIncreaseWatermark {
    color: gray;
    text-align: center;
}

.button {
    width: 218px !important;
    background-color: #808080;
    border: 1px solid #000;
    color: #FFFFFF;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
}

    .button:hover {
        background-color: #969696;
        cursor: pointer;
    }

    .button:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

#tabContentContainer {
    padding-top: 10px;
    border: 1px solid #000;
    background-color: #F7F7F7;
    position: relative;
}

.tab {
    background-color: #006699;
    border: 1px solid #000;
    color: #FFFFFF;
    height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 4px;
    width: 130px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    top: 1px;
    z-index: 1;
}

    .tab:hover {
        background-color: #F7F7F7;
        color: #000;
        cursor: pointer;
    }

.tabSelected {
    background-color: #F7F7F7;
    border: 1px solid #000;
    border-bottom: none;
    color: #000;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 4px;
    width: 130px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    top: 1px;
    z-index: 9999;
}

.infoLinks a {
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}

    .infoLinks a:hover {
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer;
    }

.estimatorPosition {
    margin-left: 224px;
    margin-top: 20px;
}

.frameBGColor {
    background-color: #F7F7F7;
}

.propertyTaxBeakdownLabel {
    font-weight: bold;
    font-size: 12pt;
    margin-top: 7px;
    margin-bottom: 7px;
}

.bold {
    font-weight: bold;
}

.moneyLabel {
    color: #006699;
}

.moneyLabelBold {
    color: #006699;
    font-weight: bold;
}

.spacer {
    margin: 12px 0 12px 0;
    border-bottom: 1px solid #C0C0C0;
}

.calculationSpacer {
    border-bottom: 1px solid #999999;
    margin: 5px 0 5px 0;
    width: 410px;
}

.calculationSpacerDashed {
    border-bottom: 1px dashed #999999;
    margin: 5px 0 5px 0;
    width: 410px;
}

.popupInfoContainer {
    position: relative;
    margin-left: 5px;
    border: 1px solid #000;
    padding: 5px;
    width: 272px;
    background-color: #006699;
    color: #FFF;
    cursor: default;
}

.popupInfoPos5 {
    position: relative;
    bottom: 5px;
}

.popupInfoPos10 {
    position: relative;
    bottom: 10px;
}

.popupInfoPos20 {
    position: relative;
    bottom: 20px;
}

.popupInfoPos50 {
    position: relative;
    bottom: 50px;
}

.popupPointer {
    cursor: pointer;
    display: inline;
}

.detailRowPadding {
    padding: 2px 19px 2px 2px;
}

.detailRow {
    background-color: none;
}

.detailRowAlt {
    background-color: #dddddd;
}

.floatLeft {
    position: relative;
    float: left;
}

.floatRight {
    position: relative;
    float: right;
}

.clear {
    clear: both;
}

.bottom1 {
    margin-bottom: 1px;
}

.bottom3 {
    margin-bottom: 3px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.top3 {
    margin-top: 3px;
}

.left5 {
    margin-left: 5px;
}

.left15 {
    margin-left: 15px;
}

.right5 {
    margin-right: 5px;
}

.right15 {
    margin-right: 15px;
}

.right19 {
    margin-right: 19px;
}

.width400 {
    width: 400px !important;
}