/* 
 wFORMS 2.0 Stylesheet - Post-It Theme v3 by Jason Shore (www.shoremark.com) - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Jason Shore (http://www.shoremark.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
/*General styles not really related to the forms*/
* {
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, geneva, sans-serif;
	font-size:11px;
	color:#B8B8B8; 
	line-height:16px;
	background-color:#212121;
}

img {
	border:0;
}
#container {
	padding:20px;
}


form {
	margin: 0;
	padding: 0 5px 5px 5px;
	font-family:Verdana, geneva, sans-serif;
	font-size:11px;
	color:#B8B8B8; 
	line-height:25px;

}



form a{
	color:#666;
	font-size:11px;
	text-decoration: none;	
}
form a:hover{
	color:#666666;
	font-size:11px;
	border-bottom: 1px dotted #666666;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	background-color:#212121;
	overflow: auto;
	padding: 10px 5px 10px 10px;
	border:1px solid #FAB716;



}
legend {
	padding: 2px 3px;
	text-transform: uppercase;
	text-indent: 8;
	color: #FAB716;

}
legend:first-letter {
	font-size: 120%;
}

/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#262626;
	border:1px solid #a4a4a4;
	margin: 10px 5px 10px 0px;
}
fieldset fieldset legend {
	font-family:Verdana, geneva, sans-serif;
	font-size:10px;
	color:#666; 

	
	

}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
	border: 0px;
}
form td {
	padding: 0 4px;
	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	
}
form .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form .alternate-0 {
}


/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	line-height: 20px;
	vertical-align: middle;
}
form .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;	
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
	
}




/* Field Labels ======================================================================== */

/* Base */
label, form.label {

}

/* Text inputs / Select label */
label.preField {
	width:156px;
	float:left;
	clear:both;
	display:block;	
	margin: 7px 0px 0px 0px;
	background-color: #212121;

	
	
}
/* Radio / Checkbox group label */
form.label  {
	width:156px;
	float:left;
	clear:both;
	display:block;	
	white-space: nowrap;	
	margin: 0;
	
}


/* Individual Checkbox / Radio label */
label.postField  {
	display: inline;
	margin: 0 4px 0 2px;
}

label.posttextField  {
	margin: 1px 0px 0px 0px;
	font-size:12px;
	color:#a8a8a8;

}


/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 7em;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 1px 5px;
	vertical-align: top;
	margin: 1px 5px;
	background-color: #141414;
	font-family:Verdana, geneva, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#fff;

}
input {
}
input[type=text], input[type=password] {
	border: .5px solid #ccc;
	padding: 3px;
	font-family:Verdana, geneva, sans-serif;
	font-size:12px;
	line-height:25px;
	background-color: #141414 !important;
	color:#fff !important;	
}
select {
	margin: 2px 2px 1px 0;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #141414 !important;
	font-family:Verdana, geneva, sans-serif;
	font-size:11px;
	line-height:16px;

	color:#666;	
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}


.onstate-myswitch { display: block; }
.offstate-myswitch { display: none; } 

/* Buttons ======================================================================= */

form .actions {
	margin: 20px 0 10px 0;	
	text-align: right;
}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	padding: 1.5em 0 2em 0;
	color: #000;
	font-size: 90%;		
}
fieldset .instructions {	
	margin: 1em auto 2em auto;
	padding: 0;
	text-indent: 2em;
	width: 75%;
}
/* Asterisk on required fields */
form .reqMark {
	color: #ff0000;
	padding: 6px 2px 0px 2px;
	font-size: 110%
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 3px solid #EC0000;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #EC0000 !important;
	font-size: 10px;		
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(images/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin:  2px 0 0 5px;
	color: #000;
}
form .field-hint div {
	background-color: #c9ebfb;
	border-left: 1px solid #0777b9;
	border-right: 1px solid #0777b9;
	border-bottom: 1px solid #0777b9;
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	border: 1px solid #444446;
	background-color: #212121;
	padding-right: 6px;	
	background-image: none;	
	margin: 5px 50px 0 50px;
	padding-bottom:	10px;
}
div.removeable {
	border-top: 2px solid #f5f2da;	
	border-left: 2px solid #f5f2da;
	border-bottom: 0px;
	border-right: 0px;
	background-image: url(img/fieldset2-bg.jpg);	
	background-color: #fffce3;
	margin: 5px 50px 0 50px;	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	padding-left: 15px;
	float: right;
	
	background-image: url(img/plus.gif);
	background-repeat: no-repeat;
	
}
form .removeLink {
	
	padding-left: 15px;
	float: right;
	
	background-image: url(img/minus.gif);
	background-repeat: no-repeat;

	
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	float: none;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label, form .label {	
	font-size: expression('90%');
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('7em');
	white-space: expression('nowrap');
}

