/* Blue TIL Theme */
table.tablesorter {
	
}
table.tablesorter thead tr.stickyHeader {
	
}
table.tablesorter thead tr th, tr.stickyHeader th, table.tablesorter tfoot tr th {
	padding: 4px 20px 4px 4px;
}
table.tablesorter thead tr .header, tr.stickyHeader .header {
	background-image: url(black-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr th {
	border: 1px solid #fff; 
	background-color: #eee;
}	

table.tablesorter thead tr .headerSortUp {
	background-image: url(black-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(black-desc.gif);
}
table.tablesorter thead tr .headerSortUp, 
table.tablesorter thead tr .headerSortDown {
	background-color: #FF9933;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

table.tablesorter thead tr {
	border-bottom: thick solid #00214A;  /* Visually separates header from body*/
}



