/* list table */
.tx-sharedsys-pi1 table.client-list th {
	padding: 2px 5px 2px 0px;
	border-collapse: separate;
	border-bottom: 1px solid #333;
}
.tx-sharedsys-pi1 table.client-list th a {
	color: #000;
	padding-right: 20px;
}
.tx-sharedsys-pi1 table.client-list th a:hover {
	text-decoration: none;
}
.tx-sharedsys-pi1 table.client-list th a.desc {
	background: transparent url(/typo3conf/ext/sharedsys/res/img/arrow_down.gif) top right no-repeat;
}
.tx-sharedsys-pi1 table.client-list th a.asc {
	background: transparent url(/typo3conf/ext/sharedsys/res/img/arrow_up.gif) top right no-repeat;;
}
.tx-sharedsys-pi1 table.client-list tr.item:hover {
	background-color: #f8f8f8;
}
.tx-sharedsys-pi1 table.client-list td {
	padding: 2px 5px 2px 0px;
}
