table.chart {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  float: left;
  width: calc(100% + 2px)/*599px*/
}
table.chart tr {
}
table.chart th {
  background-color: #666;
  background-image: url(../images/header_bar_bg_dark.gif);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 30px;
  padding-left: 5px;
  text-align: left
}
table.chart td {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: top
}
table.chart div.entry {
}
table.chart div.entry img {
  margin: 7px 0px 0px 5px;
  vertical-align: middle
}
table.chart div.entry a {
  color: #000;
  font-weight: bold;
  min-height: 55px;
  display: block;
  text-decoration: none
}
table.chart div.entry a:link    { }
table.chart div.entry a:visited { }
table.chart div.entry a:hover   { background-color: #999; color: #9dff29 }
table.chart div.entry a:active  { background-color: #999; color: #9dff29 }
table.chart_header {
  margin-top: 10px
}
table.chart_level_1 th {
  width: 50%
}
table.chart_level_1 td {
  width: 50%
}
table.chart_level_1 div.entry {
  width: 100%/*298px*/
}

table.simple_chart {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  float: left;
  margin-top: 10px;
  width: calc(100% + 2px)/*599px*/
}
table.simple_chart tr {
}
table.simple_chart tr.rowTint {
  background-color: #ddd
}
table.simple_chart th {
  background-color: #2278ab;
  background-image: url(../images/header_bar_bg_blue.gif);
  border: 1px solid #257;
  color: #fff;
  padding: 6px 0px
}
table.simple_chart th#th1 { width: 5% }
table.simple_chart th#th2 { width: 28% }
table.simple_chart th#th3 { width: 28% }
table.simple_chart th#th4 { width: 11% }
table.simple_chart th#th5 { width: 15% }
table.simple_chart th#th6 { width: 8% }
table.simple_chart th#th7 { width: 8% }
table.simple_chart th#th8 { width: 13% }
table.simple_chart th.th10p { width: 10% }
table.simple_chart th.th12p { width: 12% }
table.simple_chart th.th25p { width: 25% }
table.simple_chart th.th50p { width: 50% }
table.simple_chart td {
  padding: 4px
}
table.simple_chart td a {
  color: #17b
}