table.modulo {
	width: 100%;
	border-collapse: collapse;
}

table.modulo td {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 50%;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
}

table.modulo td.label {
	text-align: right;
}

p.mandatory_label {
  display: inline;
  font-weight: bold;
  color: #000000;
}

p.mandatory_flag {
  display: inline;
  font-weight: bold;
  color: yellow;
}

table.ctrl_button {
  width: 100%;
  text-align: right;
}

table.ctrl_button input {
  border: 1px solid #000000;
}

/**/
div.modulo {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

div.modulo fieldset{
	width: 80%;
}

div.modulo fieldset legend {
	cursor: pointer;
}

.window {
  padding: 0px;
}

.wintitle {
  padding-left: 4px;
  margin-bottom: 0px;
  background-color: #0055E3;
  color: #FFFFFF;
  /*width: 100%;*/
  border-bottom: 2px outset;
  font-weight: bold;
	cursor: pointer;
}

div.modulo span.label {
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 175px; /*48%*/
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
	vertical-align: top;
}

div.modulo span {
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 320px; /*48%;*/
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
}


/* BROWSE ELENCHI GERARCHICI */
div#browserpah {
	width: 100%;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
}

div#browserpah button {
	cursor: pointer;
	height: 20px;
	border-width: 0px;
	font-weight: bold;
	font-size: 0.7em;
	/*behavior: url(/ouch.htc);*/
	color: #333333;
	font-family: Tahoma;
	margin: 2px;
}
/********************************/
div.toolbar {
  white-space: nowrap;
}
div.toolbar span.button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-color: #D1D1D1;
	color: #000000;
	border: 2px outset white;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	position: relative;
	float: left;
}

div.toolbar span.button img {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}

div.toolbar span.button_down {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-color: #D1D1D1;
	color: #000000;
	border: 2px inset white;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	position: relative;
	float: left;
}


div.toolbar span.button_down img {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}



div.toolbar span.button_over {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-color: #C1C1C1;
	color: #000000;
	border: 2px outset white;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	position: relative;
	float: left;
}

div.toolbar span.button_over img {
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}