/*************
Default Theme
*************/
/* overall */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url("../img/double-arrows.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url("../img/up-arrow.gif");
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url("../img/down-arrow.gif");
	border-bottom: #000 2px solid;
}

