/*CSS che permettono la corretta visione in html editor (devono essere impostati come quelli in sito.css)*/
.htmleditorBody
{/*impostazioni generali per visione in html editor. Viene impostato sul tag Body in init() in editor.js*/
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	FONT-SIZE: 12px; 
	COLOR: #333333; 
}

.htmleditorBody TABLE {/*per chi in html editor copia tabelle di word con bordi*/
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

.htmleditorBody TD {/*per chi in html editor copia tabelle di word con bordi*/
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding:2px;
	FONT-SIZE: 12px; 
	COLOR: #333333; 
}

.htmleditorBody TD DIV {/*per chi in html editor copia tabelle di word con bordi*/
	FONT-SIZE: 12px; 
	COLOR: #333333; 
}

.htmleditorBody UL {/*per chi in html editor copia tabelle di word con bordi*/
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
/*
.htmleditorBody LI {
	padding:0px;
	margin-top:0px;
}*/


/*CSS personali (da usare anche in menu a tendina in html editor)*/
.tit {
	font-size:16px;
	line-height:20px;
}

.titrosso {
	font-size:16px;
	line-height:20px;
	color:#FF0000;
}