/* win form stylesheet - Black Theme
   - to change the highlight color of the input field, edit formhl.js
*/
  
/* size of the Form, edit the width accordingly */
form {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	text-align: right;
	width: 350px;
	
}
/* Generic submit or reset button, edit only the width and/or background-color*/
.formsubmit {
	font-size: 12px;
	padding: 2px;
	width: 100px;
	height: 35px;
	background-color: #FFF962;
	margin-right: 20px;
	margin-left: 20px;
}



/* Field w/ a validation error */
form .errFld {
	border: 1px dotted #FF0000;
}
/* Styling for message associated with a validation error. */
form .errMsg {
	color: #E12021 !important;
	display: block;
	font-size: x-small;
}
/* edit only the width of the 25 words box */
form .bigbox {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}

/* Generic input box, edit only the width, background-color and/or font color */
.formtext {
	background-color: #FFFFFF;
	color: #000000;
	width: 150px;
	font-size: 12px;
	padding: 2px;
	height: 20px;
	border: 1px solid #666666;

}
/* 25 words input box, edit only the width, background-color and/or font color */
.formbox {
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
/* Generic pull-down menu, edit only the width, background-color and/or font color */
.formpull {
	font-size: 11px;
	padding: 2px;
	width: 180px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
}

/* Don't edit below this point unless you know what do to ========================================================== */
div .clear {
	clear: both;
	height: 5px;
}

form .rightcol {
	float: right;
}

form .leftcol {
	float: left;
}

form .label  {
	display: block;
	padding: 2px;
}
.postField {
	padding-left: 40px;
}

.preField {
	padding-left: 0px;

}

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {


}
select {
	padding: 0;
	margin: 2px 2px 1px 0;
}


form .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}
/* Asterisk on required fields */
form .reqMark {
	padding: 0 4px;
}
/* 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;
}
