@import "uni-form-generic.css";
/* Your styles below */
/* Keep in mind that wherever you see "Required property" it means that the property must exist, adjust it's value to your liking */

/* Generals */
p#requiredText{
	margin:0;
}
p#requiredText em{
	color:red;
}
.uniForm{
	font-size:1em;
}

.uniForm fieldset{
	padding:0;
	/*margin:1em 0;
	padding:15px 0;
	 user prefs */          
	/*padding:0 0 10px 0;
	border-bottom:1px solid #efefef;*/
}
.uniForm fieldset legend{
	/*color:#979797;*/ /* Reset IE */
	color:#444;
	font-weight:bold; 
	font-size:1.3em;
}
.uniForm fieldset p{
	font-size:1em;
}

/*.uniForm fieldset > input + div,
.uniForm fieldset legend:first-child + div{
	border-top:1px solid #e4e5e6;
}
.uniForm fieldset div:last-child {
	border-bottom:1px solid #e4e5e6;
}*/

.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
	padding:7px 0;
	/* The field labels for radio and checkbox groups are done differently so they do not take on the default color and appear as a lighter gray. */
	color:#333;
	/*background:#f4f4f4;*/
	/*border-bottom:1px solid #e4e5e6;*/
}

.uniForm .borderBottom{
	border-bottom:1px solid #e4e5e6;
}

.uniForm .borderTop{
	/*border-top:1px solid #e4e5e6;*/
}

.uniForm h3{
	border-bottom:1px solid #e4e5e6;
}

/* IE 6 hack to properly show error messages */
* * .ctrlHolder {
	zoom:1;
}
.uniForm .buttonHolder{
	text-align:right; /* Recommended */
	background:#f4f4f4;
	border:1px solid #e4e5e6;
	border-width:1px 0;
	margin:10px 0 0 0;
	padding:10px;
}
.uniForm .deleteButton{
	float:left;
}
.uniForm .focused{
	background:#FFFCDF; 
}

.uniForm label.required,
.uniForm .label.required {
	/*color:#00447c;
	color:#000;
	font-weight:bold;*/
}

/* .inlineLabels */
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
	width:25%; /* Required property */
	font-size:1em;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
  /*width:65%;*/ /* Required property
  color:#000; */
}
.uniForm .inlineLabels .selectInput{
  /*width:65%;*/ /* Required property
  color:#000; */
}
.uniForm .inlineLabels textarea{
  /*width:65%;*/ /* Required property
  color:#000;
  height:12em;  */
}
.uniForm .inlineLabels .formHint{
	margin-top:0;
	margin-left:27%;
	margin-bottom:0;
	/*color:#000;*/
}

.uniForm .inlineLabels .textOnly{
	margin:0 0 0 27%;
	/*color:#000;*/
}

.uniForm .inlineLabels .show_value{
	margin-left:27%;
  	/*color:#000;*/
}

.uniForm .inlineLabels .indent{
	margin-left:27%;
	width:100%;
  	/*color:#000;*/
}

/* .blockLabels */
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{
  width:53%; /* Required property */
}

.uniForm .blockLabels .selectInput{
  display:block;
  width:53.5%; /* Required property */
}
.uniForm .blockLabels textarea{
  width:53%; /* Required property 
  height:12em; */
}
.uniForm .blockLabels .formHint{
  width:45%; /* Required property */
}

/* Columns */
.uniForm .col{
  width:47.9%; /* Required property */
  margin:0 2% 0 0; 
}
.uniForm .columnLeft{
  width:49%; /* Required property */
}
.uniForm .columnRight{
  width:49%; /* Required property */
}

/* Messages */
.uniForm #errorMsg{
  background:#ffdfdf;
  border:1px solid #df7d7d; border-width:1px 0;
  margin:0 0 1em 0; padding:1em;
}
.uniForm .error{
  /*background:#ffdfdf;*/
  background:url(/assets_global/media/images/uniForm/error.png) repeat;
  border:1px solid #df7d7d;
  border-width:1px 0;
}
.uniForm #errorMsg dt,
.uniForm #errorMsg h3{
	margin:0 0 .5em 0;
	font-size:1em;
	line-height:100%;
	font-weight:bold;
}
.uniForm #errorMsg dd{
	margin:0; padding:0;
}
.uniForm #errorMsg ol{
	margin:0; padding:0;
}
.uniForm #errorMsg ol li{
	margin:0; padding:2px;
	list-style-position:inside;
	border-bottom:1px dotted #df7d7d;
	/*position:relative;*/
}
.uniForm .errorField{
	margin:0 0 6px 0;
	padding:4px;
	background:#ffdfdf;
	/*color:#000;*/
	font-weight:bold;
	/*width:65%;*/
}

.uniForm .inlineLabels .errorField{
	margin-left:27%;
}

.uniForm .errorFieldHide{
	display:none;
}

/* OVERLIB STYLES */
#overDiv * {
	padding:1px;
}

div.overlib img {
	margin-right:.4em;
	float:right;
	display:inline;
}
/* END OVERLIB STYLES */

