/*

.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	padding-right:4px;
	margin-right:5px;
	background-image: url('/3/images/sort_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-image: url('/3/images/sort_asc.gif');
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-image: url('/3/images/sort_desc.gif');
}
.tablesorter-blue .no-arrow {background-image:none; white-space: normal; cursor:default;}
*/


.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	white-space: normal;
	cursor: pointer;
}

.tablesorter-blue .header span,
.tablesorter-blue .tablesorter-header span {
	letter-spacing:4px; margin-left:2px; background:url("/images/sort_bg.gif") center no-repeat;
}
.tablesorter-blue .headerSortUp span,
.tablesorter-blue .tablesorter-headerSortUp span,
.tablesorter-blue .tablesorter-headerAsc span {
	letter-spacing:4px; margin-left:2px; background:url("/images/sort_asc.gif") center no-repeat;
}
.tablesorter-blue .headerSortDown span,
.tablesorter-blue .tablesorter-headerSortDown span,
.tablesorter-blue .tablesorter-headerDesc span {
	letter-spacing:4px; margin-left:2px; background:url("/images/sort_desc.gif") center no-repeat;
}
.tablesorter-blue .no-arrow {background-image:none; white-space: normal; cursor:default;}
