/* Table styles. */

table.ts{
  border-color: #000000;
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
}

td.ts, th.ts{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
}

td.numeric {
  text-align: right;
}

th.ts {
  background-color: #1b4d7e;
  color:#fff;
}

th.mainHeader {
  background-color: #808080;
  color: #ffffff;
  text-align: left;
}

th.ts a {
  color:#fff;
  text-decoration: none;
}

th.ts a:visited {
	color:#fff;
}

th.ts a:active, th.ts a:hover {
 color:#fff;
  text-decoration: underline;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}

