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

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

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

.tablesorter-default thead .sorter-false
{
	background-image: none;
}

td.root
{
	background:url(../img/backgrounds/Texture0308.jpg);
}

td.tal
{
	background:url(../img/backgrounds/Texture0303.jpg);
}

td.kym
{
	background:url(../img/backgrounds/Texture0304.jpg);
}

.tablesorter-default td.primary,
.tablesorter-default tr.odd td.primary
{
	background:url(../img/backgrounds/Texture0308.jpg);
}

.tablesorter-default td.secondary,
.tablesorter-default tr.odd td.secondary
{
	background:url(../img/backgrounds/Texture0303.jpg);
}

.tablesorter-default td.tertiary,
.tablesorter-default tr.odd td.tertiary
{
	background:url(../img/backgrounds/Texture0304.jpg);
}