/*** CSS Verhandlungslisten ***/
div.tx-frpverhandlungslisten-pi1 table {
	font-family: Verdana;
    font-size: 11px;
    margin-left: -7px;
    width:786px;
}

div.tx-frpverhandlungslisten-pi1 h2 {
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

div.tx-frpverhandlungslisten-pi1 table tr.titel {
	background-color: #565657;
}

div.tx-frpverhandlungslisten-pi1 table tr.terminHide {
	display:none;
}

div.tx-frpverhandlungslisten-pi1 table tr.titel th {
	color: #FFFFFF;
	cursor:pointer;
    	font-size: 11px;
   	font-weight: bold;
    	padding: 2px 5px;
    	text-align: left;
}	
div.tx-frpverhandlungslisten-pi1 table tr.titel th.gericht {
	width:100px;
}

div.tx-frpverhandlungslisten-pi1 table th {
	/*border-top: 1px solid #565657;*/
    color: #565657;
    font-size: 80%;
    font-weight: normal;
}

div.tx-frpverhandlungslisten-pi1 table.tablesorter thead tr th {
	background-image: url("img/bg.png");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

div.tx-frpverhandlungslisten-pi1 table.tablesorter thead tr th.geschnr {
	width:100px;
}

div.tx-frpverhandlungslisten-pi1 table.tablesorter thead tr .headerSortUp {
	background-image: url("img/asc.png");
}
div.tx-frpverhandlungslisten-pi1 table.tablesorter thead tr .headerSortDown {
	background-image: url("img/desc.png");
}

div.tx-frpverhandlungslisten-pi1 table.tablesorter tbody tr.odd td {
	background-color:#E2E0E1;
}

div.tx-frpverhandlungslisten-pi1 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #E6531B;
}

div.tx-frpverhandlungslisten-pi1 table th.datum { width:100px; }
div.tx-frpverhandlungslisten-pi1 table th.gericht{ width:118px; }
div.tx-frpverhandlungslisten-pi1 table th.ort { width:150px; }
div.tx-frpverhandlungslisten-pi1 table th.details { width:400px; }

div.tx-frpverhandlungslisten-pi1 table td {
	/*border-top: 1px solid #565657;*/
    padding: 5px;
    vertical-align: top;
}

div.tx-frpverhandlungslisten-pi1 table tr.linkAlleTermineAnzeigen td {
	border:none;
}

div.tx-frpverhandlungslisten-pi1 table td p.titel {
	margin-top:0;
	font-weight:bold;
}

div.tx-frpverhandlungslisten-pi1 table td p.fuss {
	font-style:italic;
}



/*** Filter ***/
div.tx-frpverhandlungslisten-pi1 div.filteroptionen {
	background-color: #E2E0E1;
    	cursor: pointer;
   	margin-left: -4px;
	*margin-left:3px;
    	padding: 10px;
    	text-decoration: underline;
    	width: 760px;
}	

div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter {
	background-color: #E2E0E1;
    	display: none;
    	height: 60px;
    	margin-left: -4px;
    	padding: 20px;
    	width: 740px;
}

div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter div.filterGericht {
	float:left;
}
div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter div.filterDatum {
	float: left;
    	margin: 0 40px;
}

div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter div.filterVerfahren input,
div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter div.filterVerfahren label {
	float: left;
   	margin-right: 4px;
    	margin-top: 3px;
}


div.tx-frpverhandlungslisten-pi1 div#verhandlungsfilter div.filterSubmit {
	border-top: 1px solid #FFFFFF;
   	 float: left;
   	 margin-top: 10px;
   	 padding-top: 6px;
   	 width: 100%;
}


/* Datepicker */
img.ui-datepicker-trigger {
	cursor:pointer;
	padding: 3px;
    position: absolute;
}