/* tables */
table.tablesorter th.tablesorter-header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	padding-left: 18px;
	white-space: nowrap;
}
table.tablesorter th.tablesorter-headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter th.tablesorter-headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .tablesorter-headerSortDown, table.tablesorter thead tr .tablesorter-headerSortUp {
  background-color: #8dbdd8;
}

/*
table.tablesorter thead tr .header {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  padding-left: 18px;
  white-space: nowrap;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}
*/