/* 
 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/) 
*/

.wFormContainer {
	padding: 0 !important;
}
.wFormTitle {
	font-family:sans-serif;
	font-size:1.6em;
	margin:8px 0 13px;
}

.wForm form {
	padding: 10px !important;
	background-color: #FAFAFA;
	border: 1px solid #878177;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

.wForm fieldset {
	background-color:#FAFAFA;
	border: 3px solid #E4E3D3;	
}
.wForm legend {
	color: #888;
	font-size: 115%;
}
/* Nested Fieldset  */
.wForm fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
.wForm fieldset fieldset legend {}

/* Grid Section */
.wForm form table {
	border-collapse: collapse;
}
.wForm form td {	
	border: 1px solid #E4E3D3;
}
.wForm form th {}
.wForm form .alternate-1 td {
	background-color:#F4F3E3;
}
.wForm form .alternate-0 {}
.wForm .alternate-1 td {}

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

/* Base */
.wForm label, .wForm form .label {	
	color: #333;	
}
/* Text inputs / Select label */
.wForm label.preField {
	background-color: #EDEDDC;
	padding-left: 2px !important;
}
/* Individual Checkbox / Radio label */
.wForm label.postField  {

}
/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {
	background-color: #EDEDDC;
	padding-left: 2px !important;
}

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

.wForm textarea {}
.wForm input {}
.wForm input[type=text], .wForm input[type=password] {}
.wForm select {}

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

.wForm form .actions { 	
}
/* Submit button */
.wForm form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
.wForm form .secondaryAction {
	color: #999;
}
.wForm form .secondaryAction:hover {
	color: #000;
}

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

.wForm form .instructions {}			/* Form or Fieldset instruction paragraph. */

.wForm form .reqMark {}					/* Asterisk on required fields */
	

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

/* Field w/ a validation error */
.wForm form .errFld {
	border: 1px solid #FFBBBB;	
}
.wForm form div.errFld {
	background-color:#FFEEEE;
}
/* Styling for message associated with a validation error. */
.wForm form .errMsg {	
	color: #CC3333 !important;
}

/* Field-Hint with focus */
.wForm form .field-hint {
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	padding: 3px;
}
/* Field-Hint without focus */
.wForm form .field-hint-inactive {
	color: #999;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	padding: 3px;
}
.wForm form .inlineSection .field-hint ,
.wForm form .inlineSection .field-hint-inactive {
	border: none;
	padding: 0;
} 

/* Repeat Behavior divs (when not set on a fieldset) */
.wForm form div.repeat {
	background-color: #FFFFFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
}
.wForm form div.removeable {
	background-color: #F3F3F3;
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
}
/* Links generated by the Repeat Behavior */
.wForm form .duplicateLink {
	font-weight: bold;
}
.wForm form .removeLink {
	color: #CC3300;
}

/* Paging behavior buttons */
.wForm form .wfPagingButtons {}

