/* 
 wFORMS 3.0 Stylesheet - Abstract-green Theme v3 - May. 2007
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005-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/) 
*/
 

.wForm form {
	padding:10px !important;
	font-family: 'Arial', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	}

/* Form Sections ======================================================================== */

/* Fieldset  */
.wForm fieldset {
	background-color:#fff;
	border: 3px solid #c5d0bc;	
	background-position: bottom left;
	background-repeat: repeat-x;
}
.wForm legend {
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}

/* Nested Fieldset  */
.wForm fieldset fieldset  {
	border: 2px solid #c5d0bc;	
	background-color:#FFF;
	background-image: url(images/bg-3.png);
}
.wForm fieldset fieldset legend {
	border: 1px solid #ccc;
}

/* Grid Section */
.wForm form table {
	border-collapse: collapse;
}
.wForm form td {
	border: 1px solid #DDD;
}
.wForm form th {}
.wForm form .headerRow th {}

.wForm form .alternate-1 td {
	background-color:#F4FAF2;
}
.wForm form .alternate-0 td {
	background-color:#EDF4EC;
}

/* Field Labels ======================================================================== */

/* Base */
.wForm label, .wForm form .label { color:#4f4f4f; }

/* Text inputs / Select label */
.wForm label.preField {
	font-size:11pt;
	font-weight:normal;}

/* Individual Checkbox / Radio label */
.wForm label.postField  {}

/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {
	font-weight:bold; 
	}

/* Inputs ======================================================================== */

.wForm textarea {}
.wForm input {}
.wForm select {}

/* Buttons ======================================================================= */

.wForm form .actions {}

/* Submit button */
.wForm form .primaryAction { color:#4f4f4f; }
.wForm form .primaryAction:hover { color:#76bf2f; }

/* Cancel button */
.wForm form .secondaryAction { color:#4f4f4f; }
.wForm form .secondaryAction:hover { color:#76bf2f; }

/* 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 {}

/* Styling for message associated with a validation error. */
.wForm form .errMsg {}

/* Field-Hint with focus */
.wForm form .field-hint {
	font-size:11pt;
	font-weight:bold;
	}

/* Field-Hint without focus */
.wForm form .field-hint-inactive {}

/* Repeat Behavior divs (when not set on a fieldset) */
.wForm form div.repeat {}
.wForm form div.removeable {}

/* Links generated by the Repeat Behavior */
.wForm form .duplicateLink {
	font-weight: bold;
	color: #5C594E;
}
.wForm form .removeLink { color:#CC3300;}

/* Paging behavior buttons div */
.wForm form .wfPagingButtons {}
 