/* tables */

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th,
table.tablesorter thead tr td {
	text-align:center;
	font-weight:normal;
	border: 1px solid #D1CFCF;
}
table.tablesorter thead tr .tablesorter-header {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}

table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url('images/desc.gif');
}

#MultiOrderButtonTagTop td:first-child {
  text-align:right;
}
