/* ***** DIV FORM CLASS STYLE ***** */

.divForm
{
	/*font-size: 84%; /* you may change font-size also in textarea, input, select (at the end of the style)*/
	width: 95%;
	border: 0px solid;
	margin-left: 10px;
}

.divFormContent
{
	background-color: #FFFFFF;
	border: solid 1px #A3A3A3;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
}

div.divFormRow 
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.divFormSubRow 
{
	float: left;
	margin-top: -15px;
	padding-bottom: 15px;
	padding-top: 0px;
	clear: both;
}

.divFormHR
{
	clear: both;
	margin-bottom: 10px;
}

.divFormFieldset
{
	clear:both;
	margin-top: 10px;
	margin-left: 10px;
}

.divFormFieldsetLegend
{
	font-weight: bold;
}

div.divFormRow p.title
{
	float: left;
	text-align: left;
	padding-right: 15px;
	margin-left: 5px;
	vertical-align: top;
	font-size: 110%;
	font-weight:bold;
	margin-top: 0px;
}

div.divFormRow label 
{
	float: left;
	width: 175px; /* WIDTH OF THE FIELD TITLE TEXT */
	text-align: left;
	padding-right: 15px;
	padding-left: 5px;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	margin-top: 2px;
}

div.divFormFooter 
{
	float: left;
	text-align: left;
	padding-right: 15px;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

div.divFormRow span
{
	float: left;
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
	margin-top: 2px;
}

div.divFormButtonArea
{
	font-size: 120%;
	clear: both;
	margin-left: 5px;
	padding-top: 5px;
}

.divFormButton
{
/*
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;	

	border-top-left-radius: 20px; 
	border-bottom-right-radius: 20px;
*/

}

div.divFormRow input 
{
	float: left;
	width: auto; /* 350px rec.*/ /* WIDTH OF INPUT FIELD */
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 2px;
	border: solid 1px #AAA;
}

div.divFormRow select
{
	float: left;
	width: auto; /* WIDTH OF SELECT OPTION */
	margin-right: 10px;
	border: solid 1px #AAA;
}

div.divFormRow textarea 
{
	float: left;
	width: auto; /* WIDTH OF TEXTAREA */
	margin-right: 10px;
}

.spanNN70
{
	float: left; /* NN 7.0 no té aquesta opció, s'ha de posar amb span*/
	width: 184px; /* WIDTH OF THE FIELD TITLE TEXT */
	text-align: left;
	padding-right: 15px;
	padding-left: 5px;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	margin-top: 2px;
	/* #004992 */
}

/********* AUTOFILL & COMBOBOX *******/
.AutoFill_box 
{
	padding: 3px;
	background-color: #eee;
	border: 1px dotted #000;
	line-height: 15px;
	font-family: verdana;
	font-size: 12px;
}

.AutoFill_box a 
{
	text-decoration: none;
	border-bottom: none;
	color: #222;
	display: block;
}

.AutoFill_box .AutoFill_item 
{
}

.AutoFill_box .AutoFill_item a 
{
	padding: 2px;
}

.AutoFill_box .AutoFill_item a:hover 
{
	color: #000;
	background-color: #fff;
	border-bottom: none;
}

.combobox
{
	position: relative;
	width:200px;
	float: left;
}

.comboboxdropdown
{
	position: absolute;
	top: 18px;
	width:197px;
	background:#EEE;
	cursor:default;
	display:none;
	border:1px solid #000;
	overflow-y: auto;
	overflow-x: hidden;
	max-height:130px;
}

.comboboxframe
{	
	/* marc al voltant de l'input, incloent el botó */
	width:209px;	/* hauria de ser 192 */
	/*
	border:2px inset;
	margin-right:3px;*/
}

.comboboxedit
{	
	/* el camp de l'input */
	float: left;
	

}

.comboboxbutton
{
	position: absolute;
	width:13px;
	height:13px;
	left: 182px;
	float:right;
	border:2px outset;
	background:#C0C0C0;
	margin: 0px;
	padding: 0px;
}

.comboboxitem
{
	width:197px;
	color:#000;
	padding-left: 1px;
	min-height:18px;
	border:none;
}

.comboboxbuttonimg
{
	margin:5px 0 0 2px;
}

.progress_bar_background
{
	position: relative;
	float: left;	
	border: solid 1px #000000;
	width: 350px;
	height: 20px;
	background: lightgrey;
}

.progress_bar_foreground
{
	border: none;
	width: 0px;
	height: 20px;
	background: navy;
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
}
