/*
tables 
vom tablesorter-plugin von jquery
angepasst: 10.08.09 FD
*/
table.tablesorter {
	font-family:arial;
	margin:0; padding:0;
	font-size: 10pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFE44F;
	border:1px solid #aaaaaa;
	font-size: 10pt; font-weight:normal;
	color: #000000;
	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 #ffe44f;
	color:#ffe240;
	padding: 2px 4px;
	vertical-align: top;
}
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;
}

