/* tables */

.sortable table,
.tablesorter table,
table.sortable,
table.tablesorter {
/*
        font-family:arial !important;
	background-color: #CDCDCD !important;
	margin:10px 0pt 15px !important;
	font-size: 8pt !important;
	width: 100% !important;
	text-align: left !important;
*/
}
.sortable table thead tr th, .sortable table tfoot tr th,
.tablesorter table thead tr th, .tablesorter table tfoot tr th, 
table.sortable thead tr th, table.sortable tfoot tr th,
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*
	background-color: #e6EEEE !important;
	border: 1px solid #FFF !important;
	font-size: 8pt !important;
	padding: 4px !important;
*/
}
.sortable table thead tr .header,
.tablesorter table thead tr .header,
table.sortable thead tr .header,
table.tablesorter thead tr .header {
	background-image: url(../images/jquery.tablesorter.img.bg.gif);
	background-repeat: no-repeat !important;
	background-position: center right !important;
	cursor: pointer !important;
}
.sortable table tbody td,
.tablesorter table tbody td,
table.sortable tbody td,
table.tablesorter tbody td {
/*
	color: #3D3D3D !important;
	padding: 4px !important;
	background-color: #FFF !important;
	vertical-align: top !important;
*/
}
.sortable table tbody tr.odd td,
.tablesorter table tbody tr.odd td,
table.sortable tbody tr.odd td,
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6 !important;
}
.sortable table thead tr .headerSortUp,
.tablesorter table thead tr .headerSortUp,
table.sortable thead tr .headerSortUp,
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/jquery.tablesorter.img.asc.gif) !important;
}
.sortable table thead tr .headerSortDown,
.tablesorter table thead tr .headerSortDown,
table.sortable thead tr .headerSortDown,
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/jquery.tablesorter.img.desc.gif) !important;
}
.sortable table thead tr .headerSortDown, .sortable table thead tr .headerSortUp,
.tablesorter table thead tr .headerSortDown, .tablesorter table thead tr .headerSortUp,
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        /*background-color: #8dbdd8 !important;*/
}
