/* tables */

table.tablesorter {

  border-collapse: collapse
}

th.tablesorter2 {
  font-size: 12pt;
  text-align: center;
  line-height: 1.5em;
  background-color: #FFFFDD;
  border: solid 1px #000000;
}

td.tablesorter3 {
  font-size: 12pt;
  text-align: center;
  line-height: 1.5em;
  background-color: #FFFFFF;
  border: solid 1px #000000;
}



table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #FFCC06;
  border: solid 1px #000000;
  height:25px;
  font-size: 9pt;
}

table.tablesorter thead tr .header {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url();
}

table.tablesorter thead tr .headerSortDown {
	background-image: url();
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #88FF88;
}
