/* tables */
#horses table.tablesorter {
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}
#horses table.tablesorter td {
	font-size: 10px;
}
#horses table.tablesorter td span {
	font-size: 10px;
}
#horses table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-bottom: 1px solid #000;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead th {
	background-image:url("navi_bg.gif");
	background-color:#FFDB90;
	background-repeat:repeat-x;
	background-position:bottom right;
	font-weight:normal;
}
table.tablesorter thead th.header{
	background-image:url("bg.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
	cursor: pointer;
}
#horses table.tablesorter tbody td {
	padding: 4px;
	border-top:1px solid #9B6B3D;
	border-right:1px solid #9B6B3D;
	vertical-align:center;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url("asc.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("desc.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

/*Höhen*/
div#horses {
	height:100px;
	overflow:auto;
}

span.tablehorses_showmore {
	border-left: 1px solid #000;
	padding-left:3px;
	display:block;
	float:right;
}

h2.tablesorter {
	display:none;
}