﻿.row {
    display: table-row;
}

.GridLeft {
    text-align: left !important;
}

#TrAssessed
{
    margin: 5px;
    color: #C04000;
    font-size: 10pt;
    font-family: Arial;
    font-weight:bold;
    
}

.GridCenter {
    text-align: center !important;
}

.GridRight {
    text-align: right !important;
    padding: 2px 10px 2px 10px;
}

.cell1 {
    display: table-cell;
    padding: 5px;
    max-width: 250px;
}

.cell2 {
    display: table-cell;
    padding: 5px;
    max-width: 300px;
}

.rounded_corners {
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #b0b0b0;
}

    .rounded_corners td, .rounded_corners th {
        border: 1px solid #D3D3D3;
        font-family: Arial;
        font-size: 10pt;
        text-align: center;
    }

    .rounded_corners table table td {
        border-style: none;
    }

tr td {
    background-color: White;
    padding: 2px 8px 2px 8px;
}

tr th {
    background-color: #4B6C9E;
    color: White;
}

.taxFooter {
    background-color: #F3F3F3;
    font: bold !important;
    font-size: 1.05em !important;
}
