table {
 	border-collapse: collapse;
	width: 100%;
}
table.typo3-adminPanel {
	width: auto;
}
table.default th,
table.default td {
	padding: 4px;
}
table.default thead {
	text-align: left;
	background: #0B73BA;
}
table.default thead th {
	font-weight: normal;
	color: white;
	/*border: 1px solid #0B73BA;*/	padding:5px;
}
table.default thead a {	display: block;	color: white;	padding: 2px 0 2px 0;}table.default .sortedAsc,table.default .sortedDesc {	background:#0ca2e1;}
table.default .sortedAsc a {	background: url(/fileadmin/roechling/templates/images/tblSortAsc.gif) no-repeat left center;	padding: 2px 0 2px 12px;}
table.default .sortedDesc a {	background: url(/fileadmin/roechling/templates/images/tblSortDesc.gif) no-repeat left center;	padding: 2px 0 2px 12px;}
table.default thead .sorted {	background-color: #208ED9;	border-left: 2px solid #fff;	border-right: 2px solid #fff;}
table.default thead a,table.default thead a:hover {	text-decoration: none;}
table.default td {	border-bottom: 1px solid #CBE0F1;}
table.default td a {	display: block;}
table.default tbody tr:hover {	background: #E6F5FC;}
table.default tbody tr.odd {	background: #D2E5F3;}
table.default tbody tr.even {	background: #ECF3F9;}
table.default tfoot td {	border-top: 2px solid #0A73B7;	background: #E7F2F8;}
