/* 
 wFORMS 2.0 Stylesheet - Bureaucrat Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
#formGarden form {
	background-color: #FFC;
	color: #000;
}
#formGarden {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

#formGarden fieldset {
	margin: 20px 0;
	padding: 0px 10px 15px 0px;
	background-color:#FFC;
	overflow: auto;
}
#formGarden legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}
/* Nested Fieldset  */
#formGarden fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
#formGarden fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
#formGarden .inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
#formGarden form table {
	border-collapse: collapse;
}
#formGarden form td {
	padding: 0 4px;
	border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;	
}
#formGarden form th {
	padding: 0 4px;
}
#formGarden form .alternate-1 {
	background-color:#E4E3D3;
}
#formGarden form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;	
}
#formGarden form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
#formGarden form .oneField {
}
#formGarden form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
#formGarden form .oneChoice {
	white-space: nowrap; 	
}
#formGarden form .oneChoiceShort {
	white-space: nowrap;
	width: 20px;
}
#formGarden form .oneChoiceShortLeftMgn {
	white-space: nowrap;
	width: 20px;
	margin-left: 131px;
}
#formGarden form .oneChoiceMedium {
	white-space: nowrap;
	width: 40px;
}
#formGarden form .oneChoiceMediumLong {
	white-space: nowrap;
	width: 100px;
}

/* Field Labels ======================================================================== */

/* Base */
#formGarden label, #formGarden form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
#formGarden label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px 0 12px;
	min-width: 10em;
	background: transparent;
}
#formGarden label.preFieldRequired {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 0 2px 0 2px;
	min-width: 10em;
}
#formGarden label.preFieldShort {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 0;
	background: #CCD1DD;
}
/* Radio / Checkbox group label */
#formGarden form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
#formGarden label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
#formGarden form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

#formGarden textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
#formGarden input {
	margin: 0 2px 0 0;
	width: 250px;
}
#formGarden .button {
	width: auto !important;
}
input[type=text], input[type=password] {
}
#formGarden select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
#formGarden .inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
#formGarden .gridSection select  {
	margin: 0 !important;
}
#formGarden div.split div { padding-left: 131px; }

/* Buttons ======================================================================= */

#formGarden form .actions {
	text-align: center;
	margin: 0px 0px 10px;
}
/* Submit button */
#formGarden form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
#formGarden form .secondaryAction {
	color: grey;
}
#formGarden form .secondaryAction:hover {
	color: black;
}


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

/* Form or Fieldset instruction paragraph. */
#formGarden form .instructions {
	margin: 0;
	font-style: italic;
	border-bottom: 1px solid #FF0;
}
/* Asterisk on required fields */
#formGarden form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
#formGarden form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
#formGarden form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
#formGarden form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
#formGarden form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
#formGarden div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
#formGarden div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
#formGarden form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
#formGarden form .removeLink {
	line-height: 260%;
}
#formGarden form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
#formGarden form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
#formGarden form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
#formGarden form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
#formGarden form .inlineSection .oneField {
	display: expression('inline-block');		
}
#formGarden label.preField, #formGarden form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/* characterCounter ======================================================================== */

#formGarden .minitext {
  font: normal 11px Arial, sans-serif;
  color: Black;
}

#formGarden .disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}


