/*************
Default Theme
*************/
.tablesorter-default .header,
.tablesorter-default .tablesorter-header
{
	background-image: url(bg.gif);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #77cc55;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc
{
	background-image: url(asc.gif);
	color: #ffffff;
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc
{
	background-image: url(desc.gif);
	color: #ffffff;
}

.tablesorter-default thead .sorter-false
{
	background-image: none;
	color: #77cc55;
}
