img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; 
  padding-right: 1em; 
}

.table table th {
    color: #fff;    
}
.table table th.date_cell {
    background-color: #d8d8d8;
    color: #000;
}

html {
    font: 1em Helvetica;
    width: 800px;
    height: 1035px;
}
body {
    color: #000;
    width: 800px;
    height: 1035px;
}
#page {
    text-align: left;
    width: 800px;
    height: 1035px;
}

#header {
    position: relative;
    float: left;
}
#logo {
    position: absolute;
    margin: 10px 0px 0px 20px;
    width: 750px;
    height: 67px;
    z-index: -1;
}

.title {
    position: absolute;
    margin: 20px 0px 0px 200px;
    width: 500px;
    color: #fff;
}

.title .location {
    font-size: 16px;
    margin-bottom: 1px;
}
.title .date,
.title .reportName {
    font-size: 12px;
    margin-bottom: 1px;
}

#footer_image {
    position: absolute;
    display: block;
    width: 780px;
    height: 50px;
    top: 980px;
    left: 10px;
}
#footer {
    position: absolute;
    display: block;
    top: 990px;
    left: 20px;
    font-size: 12px;
    color: #fff;
    width: 700px;
}


.table_header {
    margin: 5px 0px 2px 0px;
    font-style: bold;
    font-size: 12px;
    color: #5179A0;
    font-weight: bold;
}

.sold_summary_section {
    position: absolute;
    display: block;
    top: 90px;
    left: 15px;
    width: 430px;
}

.notes_section {
    position: absolute;
    display: block;
    top: 385px;
    left: 15px;
    width: 430px;
    color: #000;
    font-size: 9px;
}
ul {
    margin-top: 2px; 
    margin-bottom: 0; 
    padding-left: 15px;
}
ul li {
    padding-left: 0px;
    margin-left: 5px;
}

.inventory_section {
    position: absolute;
    display: block;
    top: 90px;
    left: 460px;
    width: 295px;
}
.inventory_section table td.row_label{
    width: 80px;
}
.inventory_section table td.row_data {
    width: 50px;
}

.financing_section {
    position: absolute;
    display: block;
    top: 260px;
    left: 460px;
    width: 250px;
}
.financing_section.yearly {
   top: 90px;
}
.financing_section table td.row_label {
    width: 90px;
}

.dom_section {
    position: absolute;
    display: block;
    top: 260px;
    left: 610px;
    width: 180px;
}
.dom_section.yearly {
   top: 90px;
}
.dom_section table td.row_label {
    width: 90px;
}

.sold_detail_section {
    position: absolute;
    display: block;
    top: 510px;
    left: 15px;
    width: 750px;
}
.sold_detail_section.yearly {
   top: 460px;
}

.active_detail_section {
    position: absolute;
    display: block;
    top: 510px;
    left: 580px;
    width: 200px;
}
.active_detail_section.yearly {
   top: 460px;
}


table.data_table {
    margin-bottom: 12px;
}
table.data_table th {
    padding: 6px 4px 4px 4px; 
    font-size: 9px;
    background-color: #D4E6EE;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #c0c0c0;
}
table.data_table td {
    white-space: nowrap;
    padding: 5px 4px 3px 4px; 
    font-size: 9px;
    background-color: #OOO;
    text-align: center;
    border-width: thin;
    border-style: solid;
    border-color: #c0c0c0;
}
table.data_table td.zebra {
    background-color: #F0F7F9;
}

table.data_table th.row_data {
    width: 80px;
    text-align: center;
}

table.data_table td.row_label {
    text-align: left;
}
table.data_table td.row_data {
    text-align: center;
    font-size: 9px;
    color: #595959;
}

.module {
    float: left;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.summary_module {
    display: inline;
    clear: left;
    float: left;
    margin: 0 25px 12px 0;
    width: 540px;
}
table.data_table {
    font-size: 9px;
}
table.data_table td.row_data {
    font-size: 9px;
}
table.data_table th.row_data {
    width: 87px;
}

table.data_table th.left_border_med,
table.data_table td.left_border_med {
    border-left-width: 2px;
}

table.data_table th.right_border_big,
table.data_table td.right_border_big {
    border-right-width: 3px;
}

table.data_table td.no_border {
    border: 0px;
}

table.data_table td.top_border_big {
    border-top-width: 2px;
}


