/*
tables 
vom tablesorter-plugin von jquery
angepasst: 10.08.09 FD
*/
table.tablesorter {
	margin:0; padding:0;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #aaa;
	border:1px solid #aaa;
	font-weight:normal;
	color: #000;
	padding:2px 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/ics/table_sortierpfeil_beide.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	border-bottom: 1px dotted #aaa;
	padding: 2px 4px;
}
table.tablesorter tbody tr.odd td {
	background-color:#333333;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/ics/table_sortierpfeil_hoch.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/ics/table_sortierpfeil_runter.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FFEE91;
}
