/* tables */
/* table.tablesorter {
	margin:10px 0pt 15px;
	font-size: 11pt;
	width: 100%;
	text-align: left;
}*/

table.tablesorter th {
	cursor: pointer!important;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #222;
	color: #dbdbdb;
	min-width: 130px;
	/* border: 1px solid #FFF;
	font-size: 12pt;
	padding: 4px;
	vertical-align: middle;
	text-align: center; */
}

th.tablesorter-headerUnSorted {
	background-image: url(img/bg.gif);
	margin-left: 30px!important;
	background-repeat: no-repeat;
	background-position: center right;
}

/* table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: middle;
} */

th.tablesorter-headerAsc {
	background-image: url(img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}

th.tablesorter-headerDesc {
	background-image: url(img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}

th.tablesorter-headerAsc, th.tablesorter-headerDesc {
	background-color: #aea7fb !important;
   color: black !important;
}
