/* 
 wFORMS 3.0 Stylesheet - VHG Design 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 VHG Design	
 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 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#FFF; 
}

/* Form Sections ======================================================================== */
/* Fieldset  */
.wForm fieldset {
	background: white url(images/wforms_bg.gif) bottom repeat-x;
	border: 2px solid #62B7FF;
	
}
.wForm legend {
	padding: 0 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(images/legend_bg.gif) center no-repeat;
	color: White;
	font-weight: bold;

}
/* Nested Fieldset  */
.wForm fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
.wForm fieldset fieldset legend {
}

/* 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 {
	
}
.wForm form .alternate-0 td {
	
}

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

/* Base */
.wForm label, .wForm form .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
.wForm label.preField {
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
.wForm label.postField  {}

/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {
	font-weight: bold; 
}

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

.wForm textarea {
	border: 2px solid #62B7FF;
}
.wForm input {
	background: url(images/field_bg.gif) bottom repeat-x;
	border: 2px solid #62B7FF;
	margin: 2px 0;
}
.wForm select {}

.wForm form .oneChoice input {
	vertical-align: middle;
	border: none 0;
	background: transparent;
}

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

.wForm .actions {

}
/* Submit button */
.wForm .primaryAction {
}
/* Cancel button */
.wForm .secondaryAction {
	color: #999;
}
.wForm .secondaryAction:hover {
	color: black;
}

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

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

/* 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: #CCC; }
.wForm .hintsTooltip .field-hint { background-color: #fffbb8; color: #333; border-width: 1px; border-style: solid; border-color: #ffc20d; }

/* Field-Hint without focus */
.wForm form .field-hint-inactive { color: #666; }


/* Repeat Behavior divs (when not set on a fieldset) */
.wForm div.repeat {
	border: 2px solid #62B7FF;
	background-color: #FFFFFF;
}
.wForm div.removeable {
	border: 2px solid #62B7FF;
	background-color: #FFF;
}
/* Links generated by the Repeat Behavior */
.wForm .duplicateLink {
	font-weight: bold;
	color: #5C594E;
}
.wForm .removeLink {
	color: #CC3300;
}

/* Links generated by the Repeat Behavior */
.wForm a.duplicateLink:link, .wForm a.duplicateLink:visited {
	font-weight: bold;
	color: #ff6705;
	text-decoration: none;
	border-bottom: 2px solid #62B7FF;
}	
.wForm a.duplicateLink:hover {
	border-bottom: 2px dotted #ff6705;
}
.wForm a.duplicateLink:active, .wForm a.duplicateLink:focus {
	outline: none;
}
.wForm a.removeLink:link, .wForm a.removeLink:visited {
	font-weight: bold;
	color: #ff6705;
	text-decoration: none;
	border-bottom: 2px solid #62B7FF;
}
.wForm a.removeLink:hover {
	color: red;
	border-bottom: 2px dotted red;
}

/* IE6 BUG FIXES ==================================================================== */

/* Fixes IE 6 problem with fieldset+legend boundaries */
* html .wForm form fieldset {	
	padding-top: 3em;
}