/* 
 wFORMS 3.0 Stylesheet - Bureaucrat Theme - July 2007
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2007 Veer West LLC (http://www.veerwest.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	padding: 10px !important;
	background-color: #FAFAFA;
	border: 1px solid #878177;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	background-color:#FAFAFA;
	border: 3px solid #E4E3D3;	
}
legend {
	color: #888;
	font-size: 115%;
}

/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 110%;
}

/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {}
form .inlineSection .oneField {}
form .oneChoice {}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
}
/* Text inputs / Select label */
label.preField {
	background-color: #EDEDDC;
}
/* Radio / Checkbox group label */
form .label  {}
/* Individual Checkbox / Radio label */
label.postField  {}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {}
input {}
input[type=text], input[type=password] {}
select {}
.inlineSection .oneField select {}
.gridSection select  {}

/* Buttons ======================================================================= */

form .actions {

}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: #999;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	font-style: italic;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {}
/* Styling for message associated with a validation error. */
form .errMsg {}
/* Field-Hint with focus */
form .field-hint {
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	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%;
}
