/* tables */

/* basic table */
table.tablesorter {
	font-size: 12pt;
	width: 100%;
	text-align: left;
}

/* table header format */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 0px;
	font-size: 10pt;
	padding: 4px;
}

/* body formatting */
table.tablesorter tbody td {
	color: #3D3D3D;
	padding-left: 5px;
	padding-top: 10px;
	background-color: #FFF;
	vertical-align: top;
}

/* icons in headers */
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
/*	background-image: url(data:image/css/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	background-image: url("/css/images/bg.gif");
	background-position: center right;
	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(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	background-image: url("/css/images/asc.gif");
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
/*	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	background-image: url("/css/images/desc.gif");
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* disable the blue box around the header when clicked */
.hover-highlight td, .hover-highlight th,
.focus-highlight td, .focus-highlight th {
  position: relative;
  outline: 0;
}
