/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
	border-collapse:collapse;
	border: 1px solid #EEEEEE;
}
table.tablesorter thead tr{
	background-image: url(../../ui/images/cccccc_40x100_textures_03_highlight_soft_75.png);
	background-repeat: repeat-x;
	background-position: left center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #EEEEEE;
	font-size: 8pt;
	padding: 4px;
	/*background-image: url(../../ui/images/cccccc_40x100_textures_03_highlight_soft_75.png);
	background-repeat: repeat-x;
	background-position: left center;*/
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #EEEEEE;
}

table.tablesorter tbody tr.hover td {
	background-color: #EFEFEF;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #928981;
}
