/* 
 wFORMS 3.0 Stylesheet - Black 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/) 
*/
 
.wForm form {
	padding: 10px !important;
	color: #FFF;
	background-color: #0d0d0d;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: 3px double #FFF !important; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

.wForm fieldset {
	background-color: #333;
	border: 3px double #ccc;
}
.wForm legend {
	color: #cbc599;
	font-weight: bold;
}
/* Nested Fieldset  */
.wForm fieldset fieldset  {
	background-color:#424242;
	border: 1px solid #ccc;
}
.wForm fieldset fieldset legend {}


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

}

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

/* Base */
.wForm label, .wForm form .label {	
	color: #F4F4F4;
}
/* 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: 3px double #555;
	border-top-color: #000;
	border-bottom-color: #777;
}
.wForm input {}
.wForm input[type=text], .wForm input[type=password] {
	border: 3px double #555;
	border-top-color: #000;
	border-bottom-color: #777;
}
.wForm select {
	border: 3px double #555;
	border-top-color: #000;
	border-bottom-color: #777;
}

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

.wForm form .actions {
	background-color: #333;
    border: 1px solid #555;
    padding: 2px;	
}
/* 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 {
	padding: 3px;
	border: 1px solid #F00;
}
.wForm div.errFld {
	background-color: transparent !important;
}
.wForm span.errFld {
	background-color: transparent !important;
}
/* Styling for message associated with a validation error. */
.wForm form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.wForm form .field-hint {
	color: #CCC;
}
/* Field-Hint without focus */
.wForm form .field-hint-inactive {
	color: #666;
}

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

/* Paging behavior buttons */
.wForm form .wfPagingButtons {
    background-color: #333;
    border: 1px solid #555;
    padding: 2px;
}
