

	/* TABLE LAYOUT */
	.lister-table {
		width: 100%;
		border: 1px solid #9FBEDD;
	}
	.lister-table TD {
	padding: 3px;margin: 0px;font-size:12px;
	border-bottom: 1px solid #9FBEDD;
	}

	/* SORTING HEADERS */
	.top-row {
	font-weight: bold; background-color: #9FBEDD;
	}
	 .top-row TD A {
	color: white;
	}
	 .top-row TD A.sort-act-asc,
	 .top-row TD A.sort-act-desc {
	font-style: bold; padding-right: 15px; background-repeat: no-repeat; background-position: right;
	}

	/* normal sorting header */
	 .top-row TD A.sort-no {
	}

	/* active sorting header, sort ASC */
	 .top-row TD A.sort-act-asc	{
	background-image: url(/typo3conf/ext/ameos_formidable/api/base/rdt_lister/res/img/aasc.gif);
	}

	/* active sorting header, sort DESC */
	 .top-row TD A.sort-act-desc	{
	background-image: url(/typo3conf/ext/ameos_formidable/api/base/rdt_lister/res/img/adesc.gif);
	}

	/* DATA ROWS */
	 .data-row-1 {
	background-color: #FFFFEE;
	}	/* aspect for even rows */

	 .data-row-2 {
	background-color: #ffffff;
	}	/* aspect for odd rows */
	 .data-row-act {
	background-color: #ffd700;
	}	/* aspect for active row */
	 .bottom-row {
	background-color: transparent;
	}

	 TD input {
	font-size: 10px;
	}
	 TD select {
	font-size: 10px;
	}

	#pform input {
		margin: 10px;
	}
	#searchbox select{
		font-size: 11px;
		margin: 2px 0px 2px 10px;
	}
