/* 
 wFORMS 2.0 Stylesheet - Bureaucrat Theme v3a (w/ tool-tip) - 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/) 
*/
 
form {
	background-color: #FAFAFA;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 85%;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 0;
	padding: 5px 10px 10px 15px;
	overflow: auto;
	border: none;	
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

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

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
	display:block;
}
/* Text inputs / Select label */
label.preField, form label {
	display: -moz-inline-box;
	display: inline-block;
	display:block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	text-transform: uppercase;
	/* background-color: #EDEDDC; */
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
	text-transform: uppercase;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
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 ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 0 2px 0 0;
	min-height: 10em;
}
input {
	margin: 0 2px 0 0;
}
form fieldset input, 
form fieldset textarea, 
form fieldset select, button {
	border: 1px solid #343D54;
	background-color: #E0E5ED;
}
form fieldset input, 
form fieldset textarea, 
form fieldset select {
	font-weight: normal;
	padding: 2px;
	min-width: 17em;
}
span.twoField select, span.twoField input { min-width: 0.1em; }
button, .buttons, .button, input[type=submit] { 
	margin:10px; text-transform: uppercase; padding: 3px; font-weight: bold; width:auto; 		
	text-transform: uppercase;
	background-color: #000032;
	color:#FFF;
	width: 50px;
	min-width: 50px;
	width: auto;
	min-width: auto;
}
form fieldset input.buttons {
	min-width: 1em;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

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

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}
form fieldset input.buttons {
	width: auto;
	margin-top: 5px;
	text-transform: uppercase;
	background-color: #3E475B;
	color:#CCCCCC;
	width: 50px;
	
}

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

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

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

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg, form .performs_error {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(../images/hint_topborder_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin: 2px 0 0 10px;
	color: #000;
}
form .field-hint div {
	background-color: #f6f5e5;
	border-left: 1px solid #cbcbbb;
	border-right: 1px solid #cbcbbb;
	border-bottom: 1px solid #cbcbbb; 
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
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 */


 
button, .buttons, .button, input[type=submit] { 
	margin:10px; text-transform: uppercase; padding: 3px; font-size: 1em; font-weight: bold; width:auto; 		
	text-transform: uppercase;
	background-color: #3E475B;
	color:#CCCCCC;
}
button, .button, input[type=submit] { 
	margin:10px; text-transform: uppercase; padding: 3px; font-weight: bold; width:auto; 		
	text-transform: uppercase;
	background-color: #000032;
	color:#FFF;
}
