/* 
 wFORMS 2.0 Stylesheet - Default Theme: March 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 Cédric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
/*	padding: 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
}
.formContent {
	/*padding: 7px 0;*/
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;
}
fieldset {
/*	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 3px 0px 20px 0px;
/*	padding-top: expression('15px'); /* Fixes IE problem with legend boundaries */
	background-color:#FFF;
	/*margin: 10px 0;*/
	overflow: visible;
	z-index: 0;
}
fieldset fieldset  {
	/*border: 1px solid #ccc;*/
	background-color:#FFF;
}
legend {
/*	position: expression('absolute'); 
	top: expression('-3px'); /* Fixes IE problem with fieldset+legend boundaries */
	/*padding: 2px 0px;*/
	margin-bottom:11px;
	background-color:#F6F5F5;
}
fieldset fieldset legend {
	font-size: 90%;
}
.checkboxmatrix {
	vertical-align:top;
}
label, form .label {	
	color:#545454;
	font-size: 11px;
}
label.preField {
	background-color:#F6F5F5;
	display: -moz-inline-box;
	display: inline-block;
	width: expression('10em'); /* Min-width for IE6 */
	min-width: 10em;
	max-width: 10em;
	padding: 2px;
	padding-left:10px;
	margin: 0.2em 4px 0 0;
}
label.postField  {
	margin: 0 0px;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
form .label { 
	display: block; 
	width: auto; 
	padding: 2px;
	margin: 0 0 0 0;	
}
textarea {
	width: 150px;
	max-width: 150px;
	width: expression('146px');
	padding: 0;
	vertical-align: top;
	margin: 1px 0;
}
input {
	vertical-align:top;
	margin: 1px 0;
}
input[type=text], input[type=password], input[type=file] {
	width: 150px;
	max-width: 150px;
	width: expression('146px');
}
select {
	font-family:inherit;
	font-size:inherit;
	padding: 0;
	margin: 1px 0;
	vertical-align:top;
/*	margin-left: expression('4px'); */
}
/* Form or Fieldset instruction paragraph. */
form .instructions {
	/*margin: 1.5em 0;*/
	font-family:Verdana;
	font-size:11px;
	color:#545454;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	font-size: xx-small;
	vertical-align: super;
}
/* Field w/ a validation error */
form .errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: -moz-inline-box;
	display: inline;
	margin-left: 2px;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(/assets/common/images/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	/*margin:  2px 0 0 20px;*/
	color: #000;
	font-size: 80%;
}
form .field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior  */
form .repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
form .removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
form .removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* 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 {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
form .actions {
	padding-top: 15px;
	text-align: right;
}
form .primaryAction {
	width: 5em;
}
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


