#ncar_form { 
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
 
#ncar_form form {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;
	background-color:#F8F8F6;
	background-image: url(formBg.png);
	border: 1px dotted #878177;	
}


#ncar_form p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;	
}

#ncar_form div.row {
	width: 96%;
	margin-bottom: 15px;	
}

#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
#ncar_form fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	background-color:#F4F4F2;
	border: 3px double #878177;	
}

#ncar_form legend {
	padding: 2px 5px;
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}

/* Nested Fieldset  */
#ncar_form fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}

#ncar_form fieldset fieldset legend {
	border: 1px solid #ccc;
}

/* Inline Section */
#ncar_form .inlineSection {
	overflow: auto;
	width: 100%;
}

/*


#ncar_form form table {
	border-collapse: collapse;
}

#ncar_form form td {
	padding: 0 4px;
	width: 480px;
	height: auto;

}

*/
	

#ncar_form form .alternate-1 {
	background-color: #E9E9E6;
}

#ncar_form form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
#ncar_form form .oneField {

}

#ncar_form form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}

/* Ties together a label and its checkbox or radio */
#ncar_form form .oneChoice {
	white-space: nowrap;
}

/* Field Labels ======================================================================== */

/* Base */
#ncar_form label, form .label {	
	color: #333;
	font-size: 10pt;
}

/* Text inputs / Select label */
#ncar_form label .preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}

/* Radio / Checkbox group label */
#ncar_form form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}

/* Individual Checkbox / Radio label */
#ncar_form label.postField  {
	margin: 0 4px 0 4px;
}

/* Label when inside an inline section */
#ncar_form .inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	font-weight: bold; 
	margin: 0.4em 4px 0 0;
}

/* Inputs ======================================================================== */

#ncar_form textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 7px;
}

#ncar_form td.normaltext {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 7px;
	//font: normal normal normal 8pt/11pt verdana, arial, sans-serif;
}

#ncar_form input {
	margin: 0 2px 0 7px;
}

#ncar_form select {
	margin: 0 2px 0 7px;
}

#ncar_form .inlineSection .oneField select {
	margin: 0 2px 2px 0 !important;
}

#ncar_form .gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

#ncar_form form .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}

/* Submit button */
#ncar_form form .primaryAction {
	background: #c34528;
	color: white;
}

/* Submit button hover */
#ncar_form form .primaryAction:hover {
	background: #d38c10;
	color: white;
}

/* Reset button */
#ncar_form form .secondaryAction {
	background: #a48f8a;
	color: white;
}

#ncar_form form .secondaryAction:hover {
	background: #d38c10;
	color: white;
}

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
#ncar_form form .instructions {
	margin: 1em 0;
	color: #376a9d;
	font-size: 10pt;
}

/* Asterisk on required fields */
#ncar_form form .reqMark {
	color: #2257ef;
	padding: 0 4px;
	font-size: 18pt;
}

#ncar_form .required {
	background: #f9e9ab;	
}

#ncar_form .validate-email, .validate-alpha, .validate-alphanum, .validate-date, .validate-time, .validate-integer, .validate-float, .validate-strongpassword, .validate-custom {
	background: #f9e9ab;	
}

#ncar_form form .required textarea {
	background: #f9e9ab;	
}

/*

#ncar_form form .required option {
	background: #f9e597;	
}

#ncar_form input.required {
	background: #f9e597;	
}

#ncar_form radio.required {
	background: #f9e597;	
}

#ncar_form checkbox.required {
	background: #f9e597;	
}

*/

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
#ncar_form form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}

/* Styling for message associated with a validation error. */
#ncar_form form .errMsg {	
	color: #CC3333 !important;
	display: inline;
}


/* Field-Hint with focus */
#ncar_form form .field-hint {
	color: #000;
	float: right;
	width: 220px;
	margin: 15px 0 0 0;
}

/* Field-Hint without focus */
#ncar_form form .field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 220px;
	margin: 15px 0 0 0;
}

/* Repeat Behavior divs (when not set on a fieldset) */
#ncar_form div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding: 10px;	
}

#ncar_form div.removeable {
	border: 1px dotted #ccc;
	background-color: #F5F5F5;
	padding: 10px;	
}

/* Links generated by the Repeat Behavior */
#ncar_form form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #fff;
	padding: 10px;	
}

#ncar_form form .duplicateLink span {
	background: url(../images/button_addresponse.gif) no-repeat;
	margin: 30px;
}

#ncar_form form .removeLink {
	line-height: 260%;
	color: #CC3300;
}

#ncar_form form td .duplicateLink, form td .removeLink  {
	margin: 0;
	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 {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


/* IE6 BUG FIXES ==================================================================== */
#ncar_form form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}

#ncar_form form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}

#ncar_form form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}

/* Accessiblity Related Rules */
/* These are the rules that should *not* apply if javascript is disabled. */
/* see: http://formassembly.com/blog/?p=14 */

.offstate-a, .offstate-b, .offstate-c, .offstate-d, 
.offstate-e, .offstate-f, .offstate-g, .offstate-h, 
.offstate-i, .offstate-j, .offstate-k, .offstate-l,
.offstate-m, .offstate-n, .offstate-o, .offstate-p, 
.offstate-q, .offstate-r, .offstate-s, .offstate-t,
.offstate-u, .offstate-v, .offstate-w, .offstate-x,  
.offstate-y, .offstate-z, .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an {
	display: none !important;
}

#ncar_form .wfPage, .wfHideSubmit { 
	display: none !important;
}

#ncar_form .wfCurrentPage {
	display: block !important;
}

#ncar_form label.preField {
	padding: 0 2px;
	margin: 0.6em 0 8px 0;
	min-width: 10.5em;
	width: expression('10em');   /* IE 6 */
	display: -moz-inline-box;	 /* Firefox */
	display: inline-block;	
}

/* Validation Error Messages */
#ncar_form .errMsg {
	color: red;
	display: inline;
}
#ncar_form .errFld {
	border-color: red;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/*  ### added 9 May 2010 for registration form ###  */
.highlight	{
	background: #f9e9ab;
	width: 250px;
}
