/* tables */
table.tablesorter {
	line-height: 1.2;
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px 4px;
}
table.tablesorter thead tr .header {
	background-image: url('/views/img/icon/tablesorter_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 2px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/views/img/icon/tablesorter_asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/views/img/icon/tablesorter_desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #c0c0c0;
	color:#000;
}

