/* 
 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/) 
*/
 
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 #f4ed27 !important; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	background-color: #333;
	border: 3px double #ccc;
}
legend {
	padding: 2px 5px;
	color: #cbc599;
	font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#424242;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 90%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	border-left: 1px solid #525252;
	border-right: 1px solid #525252;	
}
form th {}
form .alternate-1 {
	background-color:#525252;
}
form .alternate-1 td {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {}
form .inlineSection .oneField {}
form .oneChoice {}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #F4F4F4;
}
/* Text inputs / Select label */
label.preField {
	font-weight: bold;	
}
/* Radio / Checkbox group label */
form .label  {
	font-weight: bold;	
}
/* Individual Checkbox / Radio label */
label.postField  {}

/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	font-weight: bold; 
}

/* Inputs ======================================================================== */

textarea {}
input {}
input[type=text], input[type=password] {
	border: 3px double #555;
	border-top-color: #000;
	border-bottom-color: #777;
}
select {}
.inlineSection .oneField select {}
.gridSection select  {}

/* Buttons ======================================================================= */

form .actions 
    background-color: #333;
    border: 1px solid #555;
    padding: 2px;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: #999;
}
form .secondaryAction:hover {
	color: black;
}
form .wfPagingButtons {
	margin-top: 20px;
    background-color: #333;
    border: 1px solid #555;
    padding: 2px;
}
/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {}

/* Asterisk on required fields */
form .reqMark {}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {}

/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;	
}
/* Field-Hint with focus */
form .field-hint {
	padding: 8px 0 0 0;
	color: #CCC;
	width: 180px;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	padding: 8px 0 0 0;	
	color: #666;
	width: 180px;	
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
}
div.removeable {
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #B06A48;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
