﻿@media print {
    body 
    {
        margin: 0px;
        text-align: center;
        font-family: Tahoma;
        font-size: 10pt;
        background-color: #E8E8E8;
        min-width: 1000px;
    }


    .sectionTitle {
        text-align: center;
        vertical-align: middle;
        padding: 3px;
        line-height: 30px;
        font-size: 18pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }
    .sectionTitle a:hover {
        /*color: lime !important;*/
        text-decoration: underline;
        font-weight: bold;
    }

        .sectionTitle a:focus {
            /*color: lime !important;*/
            text-decoration: underline;
            font-weight: bold;
            border: 5px solid white;
        }

    
    .sectionTitleSmaller {
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 3px;
        font-size: 14pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }

    .sectionSubTitle {
        vertical-align: middle;
        text-align: center;
        padding: 3px;
        font-size: 12pt;
        font-weight: bold;
        background-color: #365B78;
        color: #FFFFFF;
    }

    #headerLogo
    {
        position: relative; 
        top: 23px;
        float: left;
        font-size: 15pt;
    }

    #navigation
    {
        line-height: 30px;            
        text-align: right;
        vertical-align: middle;
        /*background-image: url('/images/master-menu-bkgnd.gif');
        background-repeat: repeat-x;*/                        
        padding-right: 15px;             
    }

    .showHideLink {
        color: #FFFFFF;
        /*position: absolute;
        left: 45px;*/
        float:left;
    }

    #headerTaxYear
    {
        line-height: 50px; 
        padding-left: 10px;
        float: right;
        margin-right:5px;
    }
    #selectTaxYear {
        font-size: 12pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #365b78;
    }

    #selectTaxYear :focus {
        font-size: 12pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: orange;
    }
    #banner {
        height: 50px;
        color: #365b78;
        font-size: 12pt;
        font-weight: bold;
        padding-right: 5px;
        background-color: white;
    }

    #divDisplayParcelOwner {
        float:left;
        width:49%;
        padding:1px;
        margin:1px;
        min-height:335px;
        min-width: 500px;
        
    }
    #divDisplayParcelTaxMap {
        float:left;
        width:49%;
        min-height:335px;
        padding:1px;
        margin:1px;
    } 
    #divDisplayParcelTaxMapNotAvailable {
        float:left;
        width:49%;
        min-height:335px;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcelPhoto {
        float:left;
        width:49%;
        min-height:335px;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcelAttributes {
        float:left;
        width:49%;
        padding:1px;
        margin:1px;
        min-height:335px;
    }
    #divDisplayParcel5 {
        float:left;
        width:33%;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcel6 {
        float:left;
        width:33%;
        padding:1px;
        margin:1px;
    }

    .wrap {
        width:101%;
	    margin:0 auto;
        min-width:810px;
        align-content:center;
    }

    .certifiedRollData {
        display: none;
    }

    .noPrint {
         display: none;
        visibility: collapse;
        height: 3px;
    }

    
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

.condo-flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    justify-content: space-around;
}

@media all and (min-width: 1000px) {
    body 
    {
        margin: 0px;
        text-align: center;
        font-family: Tahoma;
        font-size: 10pt;
        background-color: white;
        min-width: 1000px;
    }

    .flex-item {
        width: 46%;
        margin-bottom: 10px;
        padding: 2px;
        font-weight: bold;
    }

    .condo-flex-item {
        margin-bottom: 10px;
        padding: 2px;
        font-weight: bold;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 0px;
    }

    .item {
        flex: 1 0 calc(15% - 10px);
        box-sizing: border-box;
        padding: 1px;
        margin-left: 10px;
        margin-top: 4px;
    }

    .sectionTitle {
        text-align: center;
        vertical-align: middle;
        padding: 3px;
        line-height: 30px;
        font-size: 18pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }

    .sectionTitle a:hover {
        /*color: lime !important;*/
        text-decoration: underline;
        font-weight: bold;
    }

        .sectionTitle a:focus {
            /*color: lime !important;*/
            text-decoration: underline;
            font-weight: bold;
            border: 5px solid white;
        }


    .sectionTitleSmaller {
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 3px;
        font-size: 14pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }

    .sectionSubTitle {
        vertical-align: middle;
        text-align: center;
        padding: 3px;
        font-size: 13pt;
        font-weight: bold;
        background-color: #365B78;
        color: #FFFFFF;
    }

    .ownerDivPlusSign {
        float: left;
        margin-top: -38px;
    }

    .ownerDivHelp {
        float: right;
        margin-right: 1px;
        margin-top: -29px;
    }

    #headerLogo
    {
        position: relative; 
        top: 15px;
        float: left;
        font-size: 18pt;
    }

    #navigation
    {
        line-height: 30px;            
        text-align: right;
        vertical-align: middle;
        padding-right: 15px;             
    }



    .showHideLink {
        color: #FFFFFF;
        position: absolute;
        left: 20px;
    }

    .showHideLink img
    {
        margin-top: -5px;
        /*margin-left: -35px;    */
    }

    #headerTaxYear
    {
        line-height: 50px; 
        padding-left: 10px;
        float: right;
        margin-right:35px;
    }
    #selectTaxYear {
        font-size: 12pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #365b78;
    }

    #banner
    {
        height: 50px;
        color: #365b78;
        font-size: 12pt;             
        font-weight: bold;
        padding-right: 5px;
        background-color: white;
    }

    #divDisplayParcelOwner {
        float:left;
        width:49%;
        padding:1px;
        margin:1px;
        min-height:375px;
        
    }
    #divDisplayParcelTaxMap {
        float:left;
        width:49%;
        min-height:335px;
        padding:1px;
        margin:1px;
    } 
    #divDisplayParcelTaxMapNotAvailable {
        float:left;
        width:49%;
        min-height:375px;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcelPhoto {
        float:left;
        width:49%;
        min-height:335px;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcelAttributes {
        float:left;
        width:49%;
        padding:1px;
        margin:1px;
        min-height:375px;
    }
    #divDisplayParcel5 {
        float:left;
        width:33%;
        padding:1px;
        margin:1px;
    }
    #divDisplayParcel6 {
        float:left;
        width:33%;
        padding:1px;
        margin:1px;
    }

    .wrap {
        width:101%;
	    margin:0 auto;
        min-width:810px;
        align-content:center;
    }

    #ownersDiv {
        border-style: solid;
        border-color: #e6e6e6;
        border-width: thin;
        width: 100%;
        max-height: 65px;
        overflow-y: scroll;
        line-height: 16px;
    }

    .ownershipDivButton {
        vertical-align: middle; 
        margin-top: -6px; 
        cursor: pointer;
    }

    .ownershipAlertBox {
        border-collapse: separate;
        position: absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 1px;
        margin-top: 3px;
        width: 48%;
        height: auto;
    }

    .taxRollAlertBox {
        border-collapse: separate;
        position:absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 33%;
        margin-top: -30px;
        width: 33%;
        height: 400px;
        text-align: left;
    }

    .completeOwnershipButton {
        float: left;
        margin-top: 2px;
        cursor: pointer;
    }

    .LastInspectionDiv {
        height: 18px;
        font-weight: bold;
        margin-top: 6px;
        margin-left: 6px;
    }
    
    .modalPopup {
        position: relative;
        background-color: white;
        border-width: 5px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 50%;
        text-indent: 1px;
        font-weight: bold;
        z-index: 10000;
        vertical-align: middle;
        text-align: center;
    }

    .certifiedRollData {
        padding: 10px;
        overflow-y: scroll;
        height: 350px;
    }
}


@media all and (max-width: 999px) {

    body 
    {
        margin: 0px;
        text-align: center;
        font-family: Tahoma;
        font-size: 20pt !important;    
        background-color: #E8E8E8;
        width: 100%;
     
    }

    /* Responsive layout - makes a one column layout instead of a two-column layout */
    .flex-container {
        flex-direction: column;
    }

    .flex-item {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .condo-flex-item {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 0px;
    }

    .item {
        flex: 1 0 calc(30% - 10px);
        box-sizing: border-box;
        padding: 1px;
        margin-left: 10px;
        margin-top: 4px;
    }

    .sectionTitle {
        text-align: center;
        vertical-align: middle;
        padding: 3px;
        line-height: 40px;
        font-size: 24pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }

        .sectionTitle a:hover {
            /*color: lime !important;*/
            text-decoration: underline;
            font-weight: bold;
        }

        .sectionTitle a:focus {
            /*color: lime !important;*/
            text-decoration: underline;
            font-weight: bold;
            border: 5px solid white;
        }

    .sectionTitleSmaller {
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 3px;
        font-size: 16pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }
    .sectionSubTitle {
        vertical-align: middle;
        text-align: center;
        padding: 3px;
        font-size: 20pt;
        font-weight: bold;
        background-color: #365B78;
        color: #FFFFFF;
    }

        .sectionSubTitle a, .sectionSubTitle a:visited {
            text-decoration: none;
            color: #FFFFFF;
        }

            .sectionSubTitle a:hover {
                color: white !important;
                text-decoration: underline;
                font-weight: bold;
            }

            .sectionSubTitle a:focus {
                /*color: lime !important;*/
                text-decoration: underline;
                font-weight: bold;
                border: 5px solid white;
            }
    .ownerDivPlusSign {
        float: left;
        margin-top: -63px;
    }

    .ownerDivHelp {
        float: right;
        margin-right: 1px;
        margin-top: -49px;
    }


    #headerLogo
    {
        position: relative; 
        top: 9px;
        float:left;
        font-size: 24pt;
    }

    .wrap 
    {
        width:100%;
	    margin:0 auto;
    }

   
    #flex 
    {
  	    -webkit-flex: 1;
	    -ms-flex: 1;
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #flex > #divDisplayParcelOwner 
    {
  	    -webkit-flex: 1;
        order: 1;
        text-align:left;
        width: 100%;
        height: 100%;
    }

    #flex > #divDisplayParcelTaxMap 
    {
  	    -webkit-flex: 1;
        order: 2;
        width: 100%;
    }

    #flex > #divDisplayParcelTaxMapNotAvailable
    {
        -webkit-flex: 1;
        order: 2;
        width: 100%;
    }

    #flex > #divDisplayParcelPhoto 
    {
  	    -webkit-flex: 1;
        order: 3;
        width: 100%;
    }

    #flex > #divDisplayParcelAttributes 
    {
  	    -webkit-flex: 1;
        order: 4;
        width: 100%;
        height: 100%;
    }

    #navigation
    {
        line-height: 30px;  
        text-align: left;
        vertical-align: middle;
        font-size:medium;        
        margin-top:12px; 
        padding-left:4px; 
    }

    .showHideLink {
        color: #FFFFFF;
        position: absolute;
        left: 20px;
    }

        .showHideLink img {
            margin-top: -5px;
          /*  margin-left: 20px;*/
        }


    #headerTaxYear
    {
        /*line-height: 50px;*/ 
        padding-left: 10px;
        float: right;
        font-size:medium;
        margin-top:5px;
        margin-right:25px;
        width: 70px;
    }
    #selectTaxYear {
        font-size: 16pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #365b78;
    }

    #selectTaxYear :focus {
        font-size: 16pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: orange;
    }
    #banner {
        height: 50px;
        color: #365b78;
        font-size: 16pt;
        font-weight: bold;
        padding-right: 5px;
        padding-top: 5px;
        background-color: white;
    }

    .ownershipAlertBox {
        border-collapse: separate;
        position: absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 1px;
        margin-top: 3px;
        width: 98%;
        height: auto;
    }

    .taxRollAlertBox {
        border-collapse: separate;
        position:absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 20%;
        margin-top: -30px;
        width: 60%;
        height: 400px;
        text-align: left;
    }

    .completeOwnershipButton {
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }

    .LastInspectionDiv {
        height: 38px;
        font-weight: bold;
        margin-top: 6px;
        margin-left: 6px;
    }

    
    .modalPopup {
        position: relative;
        background-color: white;
        border-width: 5px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 45%;
        text-indent: 1px;
        font-weight: bold;
        z-index: 10000;
        vertical-align: middle;
        text-align: center;
    }

    .certifiedRollData {
        padding: 10px;
        overflow-y: scroll;
        height: 350px;
    }

}


@media all and (max-width: 499px) {

    body {
        margin: 0px;
        text-align: center;
        font-family: Tahoma;
        font-size: 20pt;
        background-color: red;
        width: 100%;
    }

    /* Responsive layout - makes a one column layout instead of a two-column layout */
    .flex-container {
        flex-direction: column;
    }

    .flex-item {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .condo-flex-item {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .items {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 0px;
    }

    .item {
        flex: 1 0 calc(50% - 10px);
        box-sizing: border-box;
        padding: 1px;
        margin-left: 10px;
        margin-top: 4px;
    }

    .sectionTitle {
        text-align: center;
        vertical-align: middle;
        padding: 3px;
        line-height: 40px;
        font-size: 24pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }
      .sectionTitle a:hover {
        color: white !important;
        text-decoration: underline;
        font-weight: bold;
    }

        .sectionTitle a:focus {
            /*color: lime !important;*/
            text-decoration: underline;
            font-weight: bold;
            border: 5px solid white;
        }


    .sectionTitleSmaller {
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 3px;
        font-size: 16pt;
        font-weight: bold;
        background-color: #365B78; 
        color: #FFFFFF;
    }

    .sectionSubTitle {
        vertical-align: middle;
        text-align: center;
        padding: 3px;
        font-size: 20pt;
        font-weight: bold;
        background-color: #365B78;
        color: #FFFFFF;
       
    }

    #headerLogo {
        position: relative;
        top: 9px;
        float: left;
        font-size: 24pt;
    }

    .wrap {
        width: 100%;
        margin: 0 auto;
    }


    #flex {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        #flex > #divDisplayParcelOwner {
            -webkit-flex: 1;
            order: 1;
            text-align: left;
            width: 100%;
            height: 100%;
        }

        #flex > #divDisplayParcelTaxMap {
            -webkit-flex: 1;
            order: 2;
            width: 100%;
        }

        #flex > #divDisplayParcelTaxMapNotAvailable {
            -webkit-flex: 1;
            order: 2;
            width: 100%;
        }

        #flex > #divDisplayParcelPhoto {
            -webkit-flex: 1;
            order: 3;
            width: 100%;
        }

        #flex > #divDisplayParcelAttributes {
            -webkit-flex: 1;
            order: 4;
            width: 100%;
            height: 100%;
        }

    #navigation {
        line-height: 30px;
        text-align: left;
        vertical-align: middle;
        font-size: medium;
        margin-top: 12px;
        padding-left: 4px;
    }

    .showHideLink {
        color: #FFFFFF;
        position: absolute;
        left: 5px;
    }

        .showHideLink img {
            margin-top: -5px;
            margin-left: 20px;
        }


    #headerTaxYear {
        /*line-height: 50px;*/
        padding-left: 10px;
        float: right;
        font-size: medium;
        margin-top: 5px;
        margin-right: 25px;
        width: 70px;
    }

    #selectTaxYear {
        font-size: 16pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #365b78;
    }

    #selectTaxYear :focus {
        font-size: 16pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: orange;
    }

    #banner {
        height: 50px;
        color: #365b78;
        font-size: 16pt;
        font-weight: bold;
        padding-right: 5px;
        padding-top: 5px;
        background-color: white;
    }

    .ownershipAlertBox {
        border-collapse: separate;
        position: absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 1px;
        margin-top: 3px;
        width: 98%;
        height: auto;
    }

    .taxRollAlertBox {
        border-collapse: separate;
        position: absolute;
        background-color: white;
        border: 1px solid #8DB5E0;
        box-sizing: border-box;
        padding: 1px;
        box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-box-shadow: 5px 5px 12px 1px #4b4b4b;
        -webkit-appearance: none;
        border-style: solid;
        margin-left: 20%;
        margin-top: -30px;
        width: 60%;
        height: 400px;
        text-align: left;
    }

    .completeOwnershipButton {
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }

    .LastInspectionDiv {
        height: 38px;
        font-weight: bold;
        margin-top: 6px;
        margin-left: 6px;
    }


    .modalPopup {
        position: relative;
        background-color: white;
        border-width: 5px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 45%;
        text-indent: 1px;
        font-weight: bold;
        z-index: 10000;
        vertical-align: middle;
        text-align: center;
    }

    .certifiedRollData {
        padding: 10px;
        overflow-y: scroll;
        height: 350px;
    }
}


.informationIcon {
    vertical-align: middle;
    margin-top: -5px;
}

.questionIcon {
    vertical-align: middle;
    cursor: pointer;
}

/* html formatting */
img
{
    border: none;
}
table
{
    width: 100%;
    border-spacing: 0px;    
}
tr
{
    margin: 0px;
    padding: 2px;
    background-color: #FFFFFF;
}
td
{
    margin: 0px;
    padding: 2px;
    vertical-align: top;    
}
pre
{
    margin: 0px;
    padding: 0px;
}
p
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
/* generic classes */
.left
{
    float: left;
}             
.right
{
    float: right;                        
}        
.clear
{
    clear: both;
}
.column
{
    padding-top: 5px;            
}
.columnLeft
{
    padding-right: 1px;
}
.columnRight
{
    padding-left: 5px;
}
.leftAlign
{
    text-align: left !important;
    vertical-align: middle !important;
}
.rightAlign
{
    text-align: right !important;
    vertical-align: middle !important;
}
.centerAlign
{
    text-align: center !important;
    vertical-align: middle !important;
}
.textPanel
{
    padding: 5px;    
    overflow:auto;
}
.topbottom
{
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #ACACAC;
    padding: 5px;
    margin: 5px;
}
.box
{
    border-style: solid;
    border-width: 2px;
    border-color: #ACACAC;
    padding: 5px;
    margin: 5px;
    background-color:white;
    float:left;
    width:98%;
}

.innerBox {
    border-style: solid;
    border-width: 2px;
    border-color: #ACACAC;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
}

.sectionSubTitleSmallerToRight {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #365B78;
    color: #FFC2C2;
    line-height: 11px;
}


.sectionSubTitleSmaller {
    vertical-align: top;
    text-align: center;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #365B78; 
    color: #FFFFFF;
    line-height: 13px;
}


.sectionSubTitleMedium {
    vertical-align: top;
    text-align: center;
    padding: 0px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #365B78; 
    ;
    color: #FFFFFF;
    line-height: 13px;
}
.sectionSubTitle a, .sectionSubTitle a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
    .sectionSubTitle a:hover {
        color: white !important;
        text-decoration: underline;
        font-weight: bold;
    }

    .sectionSubTitle a:focus {
        /*color: lime !important;*/
        text-decoration: underline;
        font-weight: bold;
        border: 5px solid white;
    }


.sectionFooter {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    font-size: 11pt;
    font-weight: bold;
    background-color: #365B78;
    color: #FFFFFF;
}
.sectionFooter a
{
    text-decoration: none;
    color: #FFFFFF;
}
    .sectionFooter a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: bold;
    }
.imgDisplay
{
    background-color: #CACACA;
}

.even {
    background-color: #FFFFFF;
}

.odd {
    background-color: #E8E8E8;
}

.appraisalDetails {
    background-color: white;
    border-spacing: 2px;
    border-collapse: separate;
    
}
.appraisalDetails th
{
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    font-weight: normal;
}
.appraisalDetails td
{
    text-align: right;
    padding: 3px;
}

.appraisalDetailsLocation {
    background-color: white;
    border-spacing: 1px;
    border-collapse: separate;
}

    .appraisalDetailsLocation th {
        text-align: left;
        vertical-align: middle;
        padding: 1px;
        font-weight: bold;
        font-size: 88%;
    }

    .appraisalDetailsLocation td {
        text-align: right;
        padding: 5px;
    }


.fakeTh {
    background-color: #E8E8E8;
    color: #365B78;
    font-size: 12pt;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    width: 100%;
    border: 2px white solid;
    margin-top: 5px;
}



.detailsTable {
    border-spacing: 2px;
    border-collapse: separate;
}
    .detailsTable th {
        background-color: #E8E8E8;
        font-size: 11pt;
        padding: 5px;
        color: #365B78;
        text-align: center;
    }
    .detailsTable pre {
        border-spacing: 2px;
        border-collapse: separate;
    }
.detailsTable th a
{
    color: #365B78;
    text-decoration: none;
}
    .detailsTable th a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: bold;
    }
.detailsTable td
{
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}
    .detailsTable th.subheader {
        font-size: 12pt;
    }




.detailsTableLeft {
    border-spacing: 2px;
    border-collapse: separate;
}
    .detailsTableLeft th {
        background-color: #E8E8E8;
        font-size: 11pt;
        padding: 5px;
        color: #365B78;
        text-align: left;
    }
.detailsTableLeft th a
{
    color: #365B78;
    text-decoration: none;
}
    .detailsTableLeft th a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: bold;
    }
.detailsTableLeft td
{
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
.detailsTableLeft th.subheader {
    font-size: 12pt;
    text-align: center;
}
  

.appraisalAttributes {
    border-spacing: 2px;
    border-collapse: separate;
}
    .appraisalAttributes th {
        background-color: #E8E8E8;
        color: #365B78;
        font-size: 11pt;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
    }
.appraisalAttributes th.subheader
{
    font-size: 12pt;
}
.appraisalAttributes td
{ 
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
  


    .autoAlternate tr:nth-child(even) {
        background-color: #E8E8E8;
    }


.footLinks
{
    padding-right: 8px;
}
/* sections */
#header
{
    background-color: white;
    text-align: left;
    padding: 0px;
    margin: 0px;
    color: #365b78;
}

#headerTitle
{
    line-height: 50px; 
    padding-left: 20px;
    float: right;
}


#confidentialNote {
    text-align: center;
    color: #A82A00;
    font-weight: bold;
    font-size: 11pt;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 2px #A82A00;
    border-top: solid 2px #A82A00;
}
#content
{
    text-align: left;
    line-height: 1.2;
}
.cancelNote
{
	color: #A82A00;
	padding-left: 3px;
}

.noValueYetNote
{
    color: Green;
    padding-left: 3px;
}

a#lblWarning {
    color: #A82A00;
}

.lightRed {
    color: #FFC2C2;
}

.nonLinkLinks {
    color: #FFFFFF !important;
    align-content: center;
    text-decoration: none;
}
    .nonLinkLinks:hover {
        color: #FFFFFF !important;
    }


.appraisalDetailsRight {
    border-spacing: 2px;
    border-color: lightgray;
    border-style: solid;
    border-width: thin;
    border-collapse: separate;
}
.appraisalDetailsRight th
{
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    font-weight: normal;
    color: black;
}
.appraisalDetailsRight td
{
    text-align: right;
    padding: 5px;
}


.alertBox
{
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";*/
    border-collapse: separate;
    position: absolute;
    width: 50%;
    background-color: white;
    border: 1px solid #8DB5E0;
    box-sizing: border-box;
    padding: 4px;
    box-shadow:5px 5px 12px 3px #4b4b4b;
    -webkit-box-shadow:5px 5px 12px 3px #4b4b4b;
    border-radius:20px;
    -webkit-border-radius:20px;
    -webkit-appearance: none;
    border-style:solid;
}

.alertBoxSmall
{
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";*/
    border-collapse: separate;
    position: absolute;
    width: 300px;
    background-color: white;
    border: 1px solid #8DB5E0;
    box-sizing: border-box;
    padding: 4px;
    box-shadow:5px 5px 12px 3px #4b4b4b;
    -webkit-box-shadow:5px 5px 12px 3px #4b4b4b;
    border-radius:20px;
    -webkit-border-radius:20px;
    -webkit-appearance: none;
    border-style:solid;
}

.ownershipTypeDiv {
    font-weight: bold;
    margin-right: 10px;
}

/* Modal Pop-up */

.modalBackground {
    min-height: 768px;
    height: 100%;
    width: 90%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.popupLink {
    color: #A82A00 !important;
        background-color: white;
    }
.popupLink a:link {
    color: #A82A00 !important;
    background-color: white;
}
    .popupLink a:visited {
        color: #A82A00 !important;
        background-color: white;
    }

.generatedOn {
    text-align: center;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.generatedOnExpander{
    display:none;
}
.textField {
    border: 1px solid #8A8A8A;
    background-color: #FFFFFF;
    width: 200px;
    height: 36px;
    margin-bottom: 8px;
    font-size: 22px;
    padding: 0px 4px;
    border-radius: 2px;
}

    .textField.sm {
        width: 150px;
    }

    .textField.md1 {
        width: 200px;
    }

    .textField.md {
        width: 230px;
    }


    .textField.md2 {
        width: 355px;
    }

    .textField.lg {
        width: 530px;
        max-width: 90%;
    }


a:hover, a:focus {
 
    cursor: pointer;
}


.yellowLinks a {
    color: yellow;
    align-content: center;
    cursor: pointer;
}

.yellowLinks a:visited {
    color: yellow;
    align-content: center;
    cursor: pointer;
}
    .yellowLinks a:hover {
        color: yellow !important;
        cursor: pointer;
    }
#navigation a {
    color: #365b78;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
}

    #navigation a:hover {
        color: black !important;
        text-decoration: underline;
        font-weight: bold;
    }

#navigation  a:focus {
    color: black !important;
    text-decoration: underline;
    font-weight: bold;
}

#headerTaxYear select:focus {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    border: 5px solid white;
}

.overFlowDiv {
    overflow: auto;
    max-width: 100%
}

