#indexedsearch {
	display: inline;
	height: 30px;
	width: 150px;
	margin: 0px;
	padding: 0px;
} 

#searchField {
	width: 150px;	
	float: right;
	height: 30px;
	padding-right: 75px;
	padding-left: 10px;
}

	/* Form */

#contentContainer input {
	margin-left: 0;
}

#contentContainer fieldset {
	/* Fieldset */
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contentContainer legend {
	/* legend of Fieldset */
	display: none;
}
#contentContainer label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: left;
	color: #10508c;
}



div.tx_powermail_pi1_fieldwrap_html,
div.felogin_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0 0 0.5em 0;
	clear:both;
}

div.tx_powermail_pi1_fieldwrap_html.odd {
	background: #ffffff;
}


div.felogin_backlink_html {
	/* DIV container arround every field */
	margin: 0.5em 0 0 0;
	clear:both;
}

#contentContainer input.powermail_text,
#contentContainer input.powermail_date,
#contentContainer input.powermail_datetime,
#contentContainer input[type="text"],
#contentContainer input[type="password"],
#contentContainer textarea,
#contentContainer select,
#contentContainer input.powermail_captcha,
#contentContainer img.wtcalculatingcaptcha {
	width: 370px;
	padding: 3px;
	border: 1px solid #a89f9f;	
}

#contentContainer .tx_powermail_pi1_fieldwrap_html_captcha a {
	border: 0px none;	
}

#contentContainer select {
	width: 378px;
}

#contentContainer input[type="file"] {
	width: 370px;
}

#contentContainer textarea {
	height: 80px;
}

#contentContainer input:focus,
#contentContainer textarea:focus,
#contentContainer select:focus {
	background-color: #f6f6f6;
	border: 1px solid #30aace ;
	outline: none;
}

/* captcha */

img.wtcalculatingcaptcha {
 margin: 10px 20px 20px 200px; 
}

/* radio buttons */
div.tx_powermail_pi1_fieldwrap_html_radio fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
	float: none;
	margin: 0;
	padding: 0;
}

div.tx_powermail_pi1_fieldwrap_html_radio {
	padding-bottom: 20px;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: inline;
}

div.powermail_radio_inner {
	width: 370px;
	margin: -5px 0 5px 200px;
	clear: both;
}

div.powermail_radio_inner label {
	width: 365px;
	float: left;
	clear: none;
	margin-left: 10px;
}

div.powermail_radio_inner input {
	float: left;
	clear: left;
}

/* checkboxes */
div.tx_powermail_pi1_fieldwrap_html_check {
	padding-bottom: 10px;
}

div.tx_powermail_pi1_fieldwrap_html_check fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	
	float: none;
	margin: 0;
	padding: 0;
}

div.powermail_check_inner {
	width: 370px;
	margin: -5px 0 5px 200px;
	clear: both;
}
div.powermail_check_inner label {
	width: 365px;
	float: left;
	clear: none;
	margin-left: 10px;
}
div.powermail_check_inner input {
	float: left;
	clear: left;
}
fieldset input.powermail_time,
fieldset input[type=time] {
  width: 88px;
	margin-left: 9px;
}

/* the input field */
fieldset input.date {
	width: 300px !important;
}

fieldset .tx_powermail_pi1_fieldwrap_html_date input.date {
    width: 370px !important;
}


/* submit */
input[type="submit"],
input[type="button"] {
	margin: 10px 20px 10px 0;
	float: right;
	border: 0;
	padding: 5px 20px;
	color: white;
	cursor: pointer;
}

.felogin_fieldwrap_html input[type="submit"],
.felogin_fieldwrap_html input[type="button"] {
	margin: 10px 10px 10px 10px;
}

#upload-form input[type="submit"] {
 float: right;
 margin-top: 0px;
}
#upload-form input[type="text"] {
 max-width: 300px;
}

#upload-form .fields {
  border-bottom: 1px dotted #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#upload-form .formrow {
	margin-top: 10px;
}


#rightContentContainer input[type="submit"], 
#rightContentContainer input[type="submit"] {
	float: left;
}

		/* Description */
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a {

	cursor: help;
	text-decoration: none;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
	/* Description on mouseover */
	position: absolute;
	display: block;
	padding: 10px;
  white-space: normal;
  font-size: 12px;
	background: #eaeaea;  
}

.tx-airfilemanager-pi1 .message {
	border: 1px solid #cd0a0a;
	background: #fef1ec;	
	padding: 10px;
}

img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
		/* Multiple PHP */
input.tx_powermail_pi1_submitmultiple_back, 
input.tx_powermail_pi1_submitmultiple_forward {
	padding: 5px 20px;
	color: white;
	cursor: pointer;
	}

input.tx_powermail_pi1_submitmultiple_forward {
	float: right;
}
p.powermail_pagebrowser {
	font-weight: bold;
	padding-left: 10px;
}
		/* Multiple JS */
div.fieldsets {
	clear: both;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset.ui-tabs-hide{
	display: none;
}
ul.powermail_multiplejs_tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.powermail_multiplejs_tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
    list-style-type: none;
}
ul.powermail_multiplejs_tabs li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}	

ul.powermail_multiplejs_tabs li a.act {
	padding: 15px 10px 10px 10px;
	margin-top: -5px;
}
.powermail_mandatory_helper {
	visibility: hidden;
	height: 1px;
	position: absolute;
}



		/* error message */
.error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color:	 #cd0a0a;
	padding: 3px 10px 5px 10px;
    z-index: 10;
    text-align: left;
    height: auto;
	overflow: visible !important;
}

.error p {
	margin: 0;
	padding: 0;
	color:	 #cd0a0a;
	font-size: 12px;
}
html:root .error em {
	position: absolute;
	display: block;
	height: 8px;
	border: 2px solid;
/*	border-color: #FF7E03 transparent transparent; */
	border-bottom: 0 none;
	bottom: -10px;
    overflow: visible;
	left: 5px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
td.powermail_all_label {
	font-weight: bold;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

	/* Calendar */
/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top: -1px;
	width: 198px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	font-family: Calibri, Arial, sans-serif;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 
#caltitle {
	font-size:14px;
	color:#FA8800;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../img/prev.html) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}
#calnext {
	background-image:url(../img/next.html);
	float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}
/* year/month selector */
#caltitle select {
	font-size:10px;	
}
/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}
#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}
/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}
/* single week */
.calweek {
	clear:left;
	height:22px;
}
/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 
/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}
/* sunday */
a.calsun {
	color:red;		
}
/* offmonth day */
a.caloff {
	color:#ccc;		
}
a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}
/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}
/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}
/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}
/* slider root element */
.slider { 
	background:#3C72E6 url(../img/h30.html) repeat-x 0 0; 
	height:9px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #333;
	width:300px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 8px #000;
	box-shadow:inset 0 0 8px #000;
}
/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}
/* drag handle */
.handle { 
	background:#fff url(../img/h30.html) repeat-x 0 0; 
	height:28px;
	width:28px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #000;
	cursor:move;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 
	border-radius:14px;
}
/* the input field */
fieldset input.powermail_text.range {
	float: left;
	margin: 0 0 0 15px;
	padding: 3px 0;
	text-align: center;
	width: 50px;
}


/*  gradients */

input[type="submit"],
input[type="button"],
input.tx_powermail_pi1_submitmultiple_back, 
input.tx_powermail_pi1_submitmultiple_forward
 {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	
}

/*div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn 
*/
.gradient_white_grey {
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

ul.powermail_multiplejs_tabs li a	{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}


