table.tablesorter {
	font-size: 10px;
	width: 100%;
	text-align: left;
}
/*table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 10px;
	text-align: left;
	background-image: url('/images/admin/formSubHeader.png');
	line-height:14px;
	padding: 3px 3px 3px 3px;
}*/

table.tablesorter tbody tr.odd td {
	background-color:#efefef;
}

/* Extra selectors needed to override the default styling */
table.tablesorter tbody tr.even td { background: #ffffff; }
table.tablesorter tbody tr.odd td { background: #efefef; }

table.tablesorter .expand-child.even td { background: #ffffff;}
table.tablesorter .expand-child.odd td { background: #efefef;}

.tablesorter .header,
.tablesorter .tablesorter-header {
	/* black (unsorted) double arrow */
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/*background-image: url('/images/black-unsorted.gif'), url('/images/admin/formSubHeader.png');
	background-repeat: no-repeat, repeat;
	background-position: center right;*/
	background-image: url('/images/black-unsorted.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px 18px 4px 4px;
	/*white-space: normal;*/
	cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
	/*background-color: #9fbfdf;*/
	/* black asc arrow */
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
	/* white asc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	/*background-image: url('/images/black-asc.gif'), url('/images/admin/formSubHeader.png');
	background-repeat: no-repeat, repeat;*/
	background-image: url('/images/black-asc.gif');
	background-repeat: no-repeat;
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
	/*background-color: #8cb3d9;*/
	/* black desc arrow */
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
	/* white desc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	/*background-image: url('/images/black-desc.gif'), url('/images/admin/formSubHeader.png');
	background-repeat: no-repeat, repeat;*/
	background-image: url('/images/black-desc.gif');
	background-repeat: no-repeat;
}
.tablesorter thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}