/* table properties */
TABLE.Report {
  border: 1px solid black;
  border-collapse: collapse;
}

TABLE.Report TD {
  border: 1px solid #AAAAAA;
  padding: 3px;
}

TR.Heading, TR.Heading TD {
  border-color: black;
  background-color: #AAAAAA;
  font: bold 11px;
  xxheight: 40px;
}

TR.Total, TR.Total TD  {
  background-color: #BBBBBB;
  font-weight: bold;
}

TR.Section, TR.Section TD  {
  border-bottom: 2px solid black;
}

/* to alternate white and grey backgrounds on report lines */
TABLE.Report TR.White {  background-color: white; }
TABLE.Report TR.Shaded {  background-color: #DDDDDD; }

