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;
	border: 1px solid #0B73BA;
	background: #0B73BA;
}

table.default thead th {
	font-weight: normal;
	color: white;
	border: 1px solid #0B73BA;
}

table.default thead a {
	display: block;
	color: white;
	height: 36px;
}

table.default table thead .asc {
	background: url(../../vorlagen/images/tblSortAsc.gif) no-repeat left 7px;
	padding: 0 0 0 10px;
}

table.default thead .desc {
	background: url(../../vorlagen/images/tblSortDesc.gif) no-repeat left 7px;
	padding: 0 0 0 10px;
}
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;
}
