/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Default Theme: March 2005										
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 C�dric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

/* please refrain from overwriting CSS outside of the #formGarden div */


/* edit by sev  */
/* Pod Katalog Anforderung */



/* put form elements between <p>'s */
form p {
width: auto;
margin: 0px 10px 0px 5px;
padding: 0 10px 0 0;
float: left;

}

.formstarbig {
font-size: 14px;
font-weight: bold;
color: #DAA500;
}

#result {
	display: none;
	padding: 0;
	margin: 0;
}

#result h3 {
color: #D9A40E;
margin: 20px 0 0 0 !important;
padding: 20px 0 0 0;
font-size: 14px !important;

}

#result p {
margin: 0px 0px 0px 0px !important;
padding: 8px 0 0 0px; 
font-weight: bold;
font-size: 11px !important;
}

#katanf small {
font-weight: bold;
font-size: 10px !important;
color: #0066CC;

}

#katanf h3 {
font-size: 12px;
font-weight: bold;
padding: 10px 0 10px 10px;
margin: 15px 0 0 0; 
}

 
/* Form Related Rules */
/* ================== */

.widget {
/*	overflow: hidden;
	float: expression('left');
	position: relative;
*/
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;	
}
form {
	width: 313px;
	margin: 0;
	padding: 0; 
	display: inline;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	padding: 0px;
	
	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
}
fieldset fieldset legend {
	font-size: 90%;
}
label, .label {	
	color: #656568;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 0;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	width: 275px;
	height: 100px;
	margin: 0;
	background: white;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px solid #C9C4CB;
	color: #4A4A4D;
	font-family: Arial, Helvetica, sans-serif;
}
input {
}
input[type=text], input[type=password]{
	height: 12px;
   	width: 125px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 0px;
	background: white;
	padding: 2px;
	border: 1px solid #C9C4CB;
	color: #4A4A4D;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=chexbox] {
border: 1px solid #C9C4CB;
	}

select {
	padding: 0;
	margin: 2px 0 1px 0;
}

.submitbutton {
		font-size: 10px;

	}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #D9A40E;
}
.errFld {
	
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #D9A40E !important;
	display: inline;
}
.errMsg {	
	color: #D9A40E !important;
	display: block;
	font-weight: bold;
	font-size: 10px;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: left;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d, onstate-e, .onstate-f, .onstate-g, .onstate-h, .onstate-i, .onstate-j {
	display: block;
}

.onstate-k, .onstate-l, .onstate-m, .onstate-n, onstate-o, .onstate-p, .onstate-q, .onstate-r, .onstate-s, .onstate-t {
	display: block;
}


/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}


