@charset "utf-8";
/* CSS Document */

.searchbox-tmpl-css {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 3px;
}
.searchbox-tmpl-css legend,.searchbox-tmpl-css input,.searchbox-tmpl-css label,.searchbox-tmpl-css textarea,.searchbox-tmpl-css submit{
	font-family:Arial, Helvetica, sans-serif;
}
.searchbox-tmpl-css fieldset{
	border:solid 1px #D8E8DE;
	padding:5px;
}
.searchbox-tmpl-css legend{
	margin-left:15px;
	padding:0px 3px;
	font-size:14px;
}
.searchbox-tmpl-css label{
	font-size:12px;
	margin-right: 1em;
	width: 120px;
	float: left
}
.searchbox-tmpl-css .no-float{
	float:none;
	display:inline;
}
.searchbox-tmpl-css input{
	font-size:11px;
}
.searchbox-tmpl-css p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00794A;
}
.tx-indexedsearch-input{
 	clear:both;
	margin:3px auto;
}
.tx-indexedsearch-submit {
	clear: both;
	margin: 3px auto;
}
.tx-indexedsearch-button{
	margin-left:130px;
}


/*-------------- styles for rules --------------------------*/
tx-indexedsearch-rules{
	margin:5px;
}

.rules-paragraph{
	font-size:10px;
}
/*----------------- styles for search words ----------------*/
.tx-indexedsearch-whatis, .tx-indexedsearch-sw {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tx-indexedsearch-whatis{
	margin:5px;
	/*clear:both; */
	padding:5px;
}
.tx-indexedsearch-sw{
	font-weight:bold;
	font-style:italic; 
}

/*---------------- styles for results ----------------------*/

.res-tmpl-css{
	margin:5px;
	padding:5px;
	/*clear:both;*/
}

.result-count-tmpl-css, .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; font-size:11px; }

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }

.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }

.tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch-res .tx-indexedsearch-info { background-color:#eeeeee; }
.tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }


.info-tmpl-css{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#CCCCCC;
	padding:5px;
}
.info-tmpl-css dt, dl.info-tmpl-css dd { float:left; }
.info-tmpl-css dd.item-mtime { float:none; }
.info-tmpl-css dd.item-path { float:none; }

