.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline;
	margin-right: 5px;
	}
#tx-indexedsearch-searchbox div {
	margin-bottom: 8px;
	}
.tx-indexedsearch #tx-indexedsearch-searchbox INPUT#tx-indexedsearch-searchbox-button {
	width: 100px;
	}

.tx-indexedsearch #tx-indexedsearch-searchbox INPUT#tx-indexedsearch-searchbox-sword {
	margin-left: 80px;
	width: 150px;
	}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
	}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
	}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
	}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight: bold;
	
	color: red;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	
	color: #4B83A2;
	padding: 3px;
	font-size: 0.9em;
	
	background-color:#D5E9F4;
	border-bottom: 1px solid #738BA6 ;
	}
.tx-indexedsearch-info a {
	color: white;
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	
	vertical-align: middle;
	}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
	}

.tx-indexedsearch .tx-indexedsearch-category {
	
	font-size: 16px;
	font-weight: bold;
	}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */

.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 1em;
	}

.tx-indexedsearch .searchbox-tmpl-css label {
	margin-right: 1em;
	width: 8em;
	float: left;
	font-size: 1.1em;
	color: #4B83A2;
	}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
	}

.tx-indexedsearch .inf#o-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {

}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {

}

.tx-indexedsearch .info-tmpl-css dd.item-path {


}

/*********************
	    *** indexed_search ***
	    **********************/

/* Align the form fields and labels */


.tx-indexedsearch-searchbox {
	border: 0px;
	padding: 5px;
	
	}
input.tx-indexedsearch-searchbox-button-submit {
	margin-left: 10px;
	}	
.tx-indexedsearch fieldset {
	border: 0;
	}	
	.tx-indexedsearch-searchbox label {
	color: white;
	font-size: 0.9em;
	}
.tx-indexedsearch div#tx-indexedsearch-searchbox label {
	margin-right: 2px;
	width: 80px;
	float: left;
	position: relative;
	padding-bottom: 5px;
	padding-right: 8px;
	}

/* Floating items to the right */

.tx-indexedsearch span.tx-indexedsearch-result-count,
        .tx-indexedsearch span.tx-indexedsearch-percent {
	font-size: 1.1em;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
	}

/* Align result info */

		.tx-indexedsearch dt.tx-indexedsearch-text-item-size,
	    .tx-indexedsearch dd.tx-indexedsearch-text-item-size,
       	.tx-indexedsearch  dt.tx-indexedsearch-text-item-crdate,
        .tx-indexedsearch dd.tx-indexedsearch-text-item-crdate,
        .tx-indexedsearch dt.tx-indexedsearch-text-item-mtime,
        .tx-indexedsearch dt.tx-indexedsearch-text-item-path {
			margin-left: 0;
			float: left;
			}

/* Reset margin of the last element in the result info */

dd.tx-indexedsearch-path {
	margin-left: 0;
	}

/* Result browser */

.tx-indexedsearch  div#content ul.browsebox li {
	list-style: none;
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
	}

/* Clear the result browser float */

.tx-indexedsearch  div#content div.tx-indexedsearch-res {
	clear: both;
	}

.tx-indexedsearch-rules2 {
	padding: 5px;
	background-color:#D5E9F4;
	border: 1px solid  #738BA6;
	margin: 10px 0 10px 0;
	}

.tx-indexedsearch-rules p{
	padding: 15px;
	
	}

.tx-indexedsearch-rules span{
	font-size: 1em;
	padding: 1px 0 1px 25px;
	background: url(img/searchinfo.gif) top left no-repeat ;
	margin-bottom: 5px;
	}

.tx-indexedsearch-rules span a {
color: white;
	}

.tx-indexedsearch-rules h3 {
	color: #4B83A2;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-bottom: 1px solid #789EC5;
	}

.tx-indexedsearch-rules  {
	margin: 3px 0;
	}

.tx-indexedsearch legend {
	display: none;
	}

.tx-indexedsearch select, .tx-indexedsearch input {
		border-bottom:1px solid #14202F;
		border-right:1px solid #14202F;
		
		border-top:1px solid #414E5F;
		border-left:1px solid #414E5F;
		
		background-color:  #fff;
	 	width: auto;
		font-size:1.1em;
		color:#4B83A2;
		font-family:Arial, Helvetica, sans-serif;
		border: 1px solid #738BA6;
		
		margin-left: 10px;
		margin-bottom:5px;
		padding:6px 5px 6px 4px;
	}
.tx-indexedsearch option {
	padding: 2px 4px;
	}
.tx-indexedsearch select:focus, .tx-indexedsearch input:focus {
	color: #fff;
	border-bottom:1px solid #14202F;
		border-right:1px solid #14202F;
		
		border-top:1px solid #414E5F;
		border-left:1px solid #414E5F;
		background-color: #35485F;
		border: 1px solid white;
		background: #738BA6;
	}

.tx-indexedsearch label {
	margin-top: 5px;
	color:#4B83A2;
	font-size: 1em;
	
	}

#tx-indexedsearch-searchbox {
	padding: 10px;

	margin-bottom: 10px;
	}

#tx-indexedsearch-searchbox a:link, #tx-indexedsearch-searchbox a:visited {
	color: #4B83A2;
	text-decoration: none;
	font-size: 0.9em;
	}

#tx-indexedsearch-searchbox a:hover {
	color: #4B83A2;
	text-decoration: none;
	}

.tx-indexedsearch-res {
	background: url("news-latest-back.jpg") repeat-x top left;
	padding: 5px;
	}

.tx-indexedsearch-res h3 a:link, .tx-indexedsearch-res h3 a:visited {
	color: #4B83A2;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	}

.tx-indexedsearch-res H3 a:hover {
	color: #4B83A2;
	}
/*:link, span.tx-indexedsearch-title a:visited */	
span.tx-indexedsearch-title  a,
.tx-indexedsearch-res h3 {
	color: #4B83A2;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	}

span.tx-indexedsearch-title  a:hover {
	color: #4B83A2;
	}
	
	
.tx-indexedsearch-path a:link, .tx-indexedsearch-path a:visited {
	color: #4B83A2;
	text-decoration: none;
	}

.tx-indexedsearch-path a:hover {
	color: #4B83A2;
	}

.tx-indexedsearch-percent {
	color: #4B83A2;
	font-weigth: bold;
	font-style: italic;
	font-size: 0.7em;
	}

/*
.tx-indexedsearch-text-item-size dt {width:80px; }
.tx-indexedsearch-text-item-crdate  dt {width:80px;}
.tx-indexedsearch-text-item-mtime  dt {width:80px; }
*/

a:link.fieldinfo-pass-link,
a:visited.fieldinfo-pass-link,
a:active.fieldinfo-pass-link {
	color: #555;
	font-size: 1em;
	text-decoration: underline;
	}

a:hover.fieldinfo-pass-link {
	background-color: #555;
	color: white;
	}

#search form {
	margin-top: -8px;
	}

.browsebox li {
	margin: 3px;
	}

.browsebox li a:link,
.browsebox li a:visited {
	color: #555;
	text-decoration: none;
	}

.browsebox li a:hover {
	color: #5593D6;
	}

li.tx-indexedsearch-browselist-currentPage a:link,
li.tx-indexedsearch-browselist-currentPage a:visited {
	border: 1px solid #4B83A2;
	padding: 2px;
	background-color: #738BA6;
	color: #142132;
	}
	
	input.tx-indexedsearch-searchbox-button {
		width: 160px;
		margin-left: 10px;
		
		font-size: 0.9em;
		}
		input.tx-indexedsearch-searchbox-button:hover {
		background-color: #35485F;
		color: white;
		}
	



	
		
.searchadvancedmode  {
	margin-bottom: 10px;
	display: block;
	padding: 1px 1px 1px 25px;
	background: url(img/searchplus.gif) top left no-repeat;
	margin-left: -5px;
	}

.searchadvancedmode a {
	color: white;
	font-size: 1.1em;

	}	
	
	.tx-indexedsearch-whatis p {
	font-size: 1.2em;
	margin-bottom: 8px;
	}
	.tx-indexedsearch-browsebox p {
	font-size: 1em;
	margin-bottom: 5px;
	}

.tx-indexedsearch-browsebox p strong{
	font-size: 1.2em;
	}
