/*
#######################
These styles overwrite definitions from TYPO3 extensions (system and user) which are generally collected by 
TYPO3 and compiled into one temp file that is named somewhat similar to:  /typo3temp/stylesheet_7ba6abc16d.css
#######################
*/


/* 
----------
SYSTEM: IMAGE CAPTIONS
*/
.csc-caption, .csc-textpic-caption{
	font-size: 10px; line-height: 11px;
	padding-top: 2px;
}
.csc-textpic-image{
  padding-top: 4px;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
  border: 2px solid #F9B41D;
}


/*
----------
SYSTEM: MAILFORM PLUGIN
*/
.csc-mailform{
  margin: 0;
  padding: 0;
  border: none;
}
.csc-mailform-field{
	color: #333333;
	margin-top: 4px;
}

.csc-mailform-field LABEL{
  display: block;
  float: left;
  width: 120px;
}
.radiofield LABEL{
  display: inline;
  float: none;
  width: auto;
  margin-right: 10px;
}
.radiofield INPUT{
  vertical-align: middle;
}

.csc-mailform-label{
  margin: 10px 0;
}
.csc-mailform-submit{
  margin: 15px 0;
}


/*
----------
SYSTEM: LOGIN FORM
*/
.csc-form-labelcell, .csc-form-fieldcell{
  font-weight: bold;
  padding-top: 5px;
}
.csc-form-fieldcell{
  padding-left: 10px;
}


/*
----------
EXTENSION: SEARCH FORMS (INDEXED SEARCH)
*/
.tx-indexedsearch-searchbox TABLE{
  margin-bottom: 10px;
}
.tx-indexedsearch-searchbox TD{
  font-weight: bold;
  padding-top: 5px;
  padding-right: 10px;
}
.tx-indexedsearch-searchbox FORM{
  margin-bottom: 15px;
}
.tx-indexedsearch-rules{
	font-size: 10px; line-height: 11px;
}
.tx-indexedsearch-rules H2{
	font-weight: bold;
}
.tx-indexedsearch-whatis{
	font-size: 13px; line-height: 14px;
  padding-top: 10px;
  padding-bottom: 6px;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}
.tx-indexedsearch-browsebox{  padding-top: 3px;  padding-bottom: 5px; }
.tx-indexedsearch-result-number{ background:#F2EFEE;}
.tx-indexedsearch-title{ padding-left: 1px;}
.tx-indexedsearch-percent{ background:#F2EFEE; padding-right: 3px;}
.tx-indexedsearch-descr{ background:#CCC8C6; padding: 3px 10px;}
.tx-indexedsearch-info{ padding: 2px 4px;}
.tx-indexedsearch-noresults{ padding: 10px 0 20px 0;}
/*
#######################
*/
