table.tabulatedData
{
  background-color: #aa1166;
  border-right: solid 1px #666666;
  border-top: solid 1px #666666;
}

table.tabulatedData th
{
  text-align: left;
  color: white;
}

table.tabulatedData td,
table.tabulatedData th
{
  border-left: solid 1px #666666;
  border-bottom: solid 1px #666666;
  padding: 2px 2px 2px 2px;
}

table.tabulatedData tr.rowNormal
{
  background-color: #eeeeee;
}

table.tabulatedData tr.rowAlt
{
  background-color: #dddddd;
}

table.tabulatedData tr.bolded
{
  font-weight: bold;
}

table.tabulatedData td.amount,
table.tabulatedData td.number
{
  text-align: right;
}
table.tabulatedDate td.number

