.bordered-t
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  text-align: right;
  /* background: #fff5ee url("/spacer.gif") repeat-x top left;*/
}

.bordered-t caption
{
  caption-side: bottom;
  font-size: 1em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.bordered-t th, .bordered-t td
{
  border: 1px dotted #666;
  padding: 0.2em;
  text-align: left;
  color: #632a39;
}

.bordered-t th[scope=col]
{
  color: #2a2121;
  background-color: #c4b8b8;
  text-transform: uppercase;
  font-size: 0.8em;
  border-bottom: 2px solid #675858;
  border-right: 2px solid #675858;
}

.bordered-t th+th[scope=col]
{
  color: #fff;
  background-color: #c4b8b8;
  border-right: 1px dotted #666;
}

.bordered-t th[scope=row]
{
  background-color: #c4b8b8;
  border-right: 2px solid #675858;
}

.bordered-t tr.alt th, .bordered-t tr.alt td
{
  color: #2a4763;
}

.bordered-t tr:hover th[scope=row], .bordered-t tr:hover td
{
  background-color: #f2eeed;
  color: #a29292;
}