
 
/* Form Related Rules */
/* ================== */




/* Form Builder Related Rules */

/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}



/* Field-Hint with focus */
.field-hint {
	color: #FF0000;
	/*float: right;
	clear: right;*/
	width: 190px;
	background-color: #FFFFFF;
	
	margin: 2px 0 7px 0;
	padding: 1px;
	font-size: 1em;
	min-height: 2em;	
	font-weight:bold;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	/*float: right;
	clear: right;*/
	width: 190px;
	background-color: #FFFFFF;
	
	margin: 0 0 7px 3px;
	padding: 0;
	font-size: 95%;
	min-height: 2em;
}



.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 {
	display: none !important;
}
.wfPage, .wfHideSubmit { 
	display: none !important;
}
.wfCurrentPage {
	display: block !important;
}


/* 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 */


/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


/* For chromeless popups */
.outerBox {

	/* filter: alpha(opacity=95);

	-moz-opacity: 0.95; */
	z-index:4000

}


.winContent {

	border-left:1px solid #666666;

	border-top:1px solid #666666;

	border-right:1px solid #666666;

	border-bottom:5px solid #CCCCCC;

	background-color:#CCCCCC;
	color: #666666;

}

.bar {

	background-color:#cccccc;

	padding:5px;

	background-image:url(/images/bar.gif);

	background-repeat:repeat-x;

	border: 1px solid #666666;
	
	color: #666666;

}

.windowTitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fafafa;
}
/* For chromeless popups end */

.switch-a {
	z-index: 1000;
}
