
		table.tablesorter {
			width: 100%;
			text-align: left;
			font-size: 14px;
			line-height: 14px;
		}

		table.tablesorter thead tr th,
		table.tablesorter tfoot tr th {
			background-color: rgba(0, 0, 0, 0.1);
			padding: 8px;
		}

		table.tablesorter thead tr .header {
			background-image: url(/images/jquery.tablesorter/tablesorter-bg.gif);
			background-repeat: no-repeat;
			background-position: center right;
			cursor: pointer;
		}

		table.tablesorter tbody td {
			/* 	color: #3D3D3D; */
			padding: 8px;
			vertical-align: top;
		}

		table.tablesorter tbody tr.odd td {
			background-color: #eee;
		}

		table.tablesorter thead tr .headerSortUp {
			background-image: url(/images/jquery.tablesorter/tablesorter-asc.gif);
		}

		table.tablesorter thead tr .headerSortDown {
			background-image: url(/images/jquery.tablesorter/tablesorter-desc.gif);
		}

		table.tablesorter thead tr .headerSortDown,
		table.tablesorter thead tr .headerSortUp {
			background-color: #8dbdd8;
		}

		table.tablesorter tbody tr {
			border-bottom: 1px solid #eee;
		}