/*************
Default Theme
*************/
/* overall */
table {
	border-collapse:separate ;/* sinon dysfonctionnement des bordures sur Firefox */
}

/* header */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(images/black-unsorted.gif);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 10px 10px 15px ;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(images/black-asc.gif);
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(images/black-desc.gif);
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
}

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../addons/pager/icons/loading.gif) !important; */
	background-image: url(images/loading.png) !important;
}
