.page_header { background: #ddd; font-size: 167%; }
.table_content { width: 100%; }
.table_header { background: #ddd; font-size: 167%; }
.table_important { background: #ddf; font-size: 120%; font-weight: bold; }
.table_detail { background: #eef; }
.table_spacer { background: #fff; }

.div_header { width: 100%; background: #ccf; font-size: large; font-weight: bold; }
.div_important { width: 100%; background: #ddf; font-size: medium; font-weight: bold; }
.div_important_small { width: 100%; background: #ddf; font-size: medium; font-weight: bold; }
.div_detail { width: 100%; background: #eef; font-size: medium; font-weight: normal; }
.div_spacer { width: 100%; background: #fff; }

.align_left { float: left; }
.align_right { float: right; }

body {
  font-family: arial;
  font-size: 9pt;
}

.sidebar { 
  width: 200px; 
  background: #FDD; 
  vertical-align: top;
  text-align: left;
  border-right: 1px solid black;
  height: 100%;
  padding: 10px;
}

.main {
  vertical-align: top;
}

.sidebar_title {
  font-size: large;
}

.data-table {
}

.data-table-td-num {
  text-align: right;
  width: 125px;
}

.data-table-td-num-total {
  text-align: right;
  width: 125px;
  font-weight: bold;
}

.data-table-td-source {
  width: 150px;
}

.data-table-td-date {
  width: 100px;
}
