#editor H2 {
	font: bold 18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#editor H3 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
#privacy H3 {
	font: bold 16px Arial, Helvetica, sans-serif !important;
	border-bottom: 1px solid #d1d5e0;
	margin: 10px 0 10px 0;
}
#editor H3 SPAN {
	font-style: italic;
	color: #ED2E38;
	display: block;
}
#editor H4,
#editor H5,
#editor H6 {
	font: bold 14px Arial, Helvetica, sans-serif;
}
#editor P {
	padding: 15px 0;
}
#editor #fotoBig {
	background: #e8eaef;
	width: 220px;
	float: left;
	padding: 10px;
	margin: 10px 20px 10px 0px;
	border: 1px solid #aab1c5;
}
#editor #fotoBig IMG.img {
	border: 5px solid #fff;
	margin-bottom: 5px;
}
#editor #fotoBig IMG.lens {
	float: right;
}
#editor #attachments {
	width: 706px;
	float: left;
	margin: 0px 0px;
}
#editor #attachments H3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	background: #e8eaef;
	padding: 5px 10px;
	border-top: 1px solid #aab1c5;
	border-right: 1px solid #aab1c5;
	border-bottom: 1px solid #e8eaef;
	border-left: 1px solid #aab1c5;
	float: left;
	position: relative;
	z-index: 1;
}
#editor #attachments .attachmentsDoc {
	background: #e8eaef;
	width: 706px;
	padding: 10px 10px;
	margin-top: -1px;
	border: 1px solid #aab1c5;
	clear: both;
	position: relative;
	z-index: 0;
	float: left;
}
#editor #attachments IMG {
	vertical-align: middle;
}
/* TABLE SCHEDA PROGETTO */
#editor TABLE.tab_a {
	margin: 0px 0px 30px 0px;
	/*width: 100%;*/
	font-size: 11px;
	float: left2;
}
#editor TABLE.tab_a TD {
	padding: 4px 8px 4px 8px;
	vertical-align: top;
	border-left: 3px solid #EDEDED;
	border-bottom: 1px solid #BAC0D0;
}
#editor TABLE.tab_a TD.sx {
	width: 50%;
	border-left: 0px;
	border-right: 1px solid #BAC0D0;
	background: #F1F2F6;
}


