html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #fff;
}

td {
	margin: 0;
	padding: 0;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}

a {
	color: #585858;
}

.paginator_inactive_step {
	font-weight: bold;
	color: #aaaaaa;
}

.paginator_active_step {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.paginator_page {
	text-decoration: none;
	color: #000000;
	padding: 0px 3px 0px 3px;
}

.paginator_selected_page {
	font-weight: bold;
	background-color: #ddccff;
	padding: 0px 3px 0px 3px;
	border: 1px;
	border-style: solid;
}

.general_content { /*  font-family:  Verdana, Arial, sans-serif; */
	font-size: 12px;
	font-weight: normal;
}

#contenitore {
	position: absolute;
	height: auto;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0;
	width: 960px;
	height: 100%;
	/*background: #c2c2c2;               TEST   */
}

#advhead {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	/*  background:#fff; */
}

#head {
	width: 100%;
	/*  height:70px; */
	margin: 0;
	padding: 0;
	text-align: right;
}

#login_box {
	padding: 20px 0 0 0;
}

/*#login_box table td {
    width:100%;
    white-space:nowrap;
}*/
#logged_box {
	padding: 25px 40px 0 65px;
}

#logged_box table td {
	width: 100%;
	white-space: nowrap;
	/*     border:1px solid #333;  */
}

#right_top {
	width: 400px;
	height: 70px;
	margin: 0;
	/*  padding:20px 0 0 0; */
	background: transparent url(img/top_right.gif) no-repeat;
}

#right_top td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	/*border:1px solid #333;            X DEBUG POSIZIONE       */
	width: 100px;
}

#right_top td a {
	text-decoration: none;
	color: #666;
}

#right_top td a:hover {
	color: #000;
}

#right_top td input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 80px;
}

#nav { /* BOX CHE CONTIENE IL MENU ORIZZONTALE   */
	width: 100%;
	height: 52px;
	line-height: 52px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(img/top_menu_right.gif) repeat-x;
}

#top_menu1 { /* MENU ORIZZONTALE   */
	width: 770px;
	padding: 0;
	margin: 0;
	height: 52px;
	line-height: 52px;
}

#nav2 {
	width: 100%;
	/*height: 28px;*/
	height: 50px;
	/*line-height: 28px;*/
	line-height:50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav2_text {
	width: 770px;
	padding: 0 0 0 20px;
	letter-spacing: 1px;
}

#main { /*questo box contiene le varie colonne con i contenuti*/
	zoom: 1; /* triggers hasLayout for IE5+ */
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0;
	/*background:#000;     TEST     */
}

#colonna_sx {
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	background: #fff;
	width: 160px;
}

td>#colonna_sx { /*REIMPOSTO LARGHEZZA PER FF*/
	width: 160px;
}

#colonna_centro_dx {
	height: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #fff;
}

#colonna_centro {
	position: relative;
	height: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
	float: left;
	background: #fff;
	width: 95%;
}

.cella_struttura_centro {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}

.cella_struttura_centro_dx {
	border-left: 1px solid #ccc;
}

td>#colonna_centro { /*REIMPOSTO LARGHEZZA PER FF*/
	
}

#colonna_dx {
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #fff;
}

td>#colonna_dx { /*REIMPOSTO LARGHEZZA PER FF*/ /*  width:120px; */
	
}

#colonna_dx_320 {
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #fff;
}

td>#colonna_dx_320 { /*REIMPOSTO LARGHEZZA PER FF*/
	width: 300px;
}

#footer {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	text-align: center;
	background: url(img/fondo_footer.gif) top repeat-x;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #9F9F9F;
}

#advfoot {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	background: #fff;
}

/* TOPMENU */
.top_menu {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

ul.top_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.top_menu li {
	display: inline;
}

ul.top_menu li a {
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 0 15px;
	vertical-align: middle;
	/*line-height:52px;*/
	height: 52px;
	color: #585858;
	background: transparent url(img/spazio_menu.gif) left top no-repeat;
}

#top_menu1>span ul.top_menu li a { /*ALTEZZA BACKGROUND PER FF*/
	/*border:1px solid #B2B2AF;         per debug */
	padding: 19px 5px 20px 15px;
}

ul.top_menu li a:hover,ul.top_menu li a:active {
	/* colori per l'effetto roll-over */
	color: #000;
}

/* TOPMENU FINE */ /* LEFTMENU */
#left_menu1 {
	padding: 0;
	margin: 0;
}

.left_menu {
	width: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

ul.left_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.left_menu li {
	border-bottom: 1px dashed #B2B2AF;
}

ul.left_menu li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	/*height:20px;*/
	line-height: 20px;
	color: #5A5A5A;
	background: transparent url(img/left_menu_arrow.gif) no-repeat;
}

ul.left_menu li a:hover,ul.left_menu li a:active {
	/* colori per l'effetto roll-over */
	color: #F7510F;
	background: transparent url(img/left_menu_arrow_over.gif) no-repeat;
}

/* BORDO */
.left_menu1_contorno {
	padding: 0 0 0 10px;
	margin: 0;
	background: transparent url(img/fondoLeftMenuMain.gif) repeat-y;
}

.left_menu1_contorno ul.left_menu li a {
	color: #222;
}

.left_menu1_contorno_top {
	height: 20px;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
	background: transparent url(img/fondoLeftMenuTop.gif) no-repeat;
}

.left_menu1_contorno_btm {
	height: 20px;
	padding: 0 0 0 10px;
	margin: 0;
	background: transparent url(img/fondoLeftMenuBtm.gif) no-repeat;
}

/* LEFTMENU FINE */ /* LEFTMENU CONTEXT */
#left_menu1 {
	padding: 0;
	margin: 0;
}

.left_menu_context {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

ul.left_menu_context {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.left_menu_context li {
	border-bottom: 1px dashed #B2B2AF;
}

ul.left_menu_context li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	/*height:20px;*/
	line-height: 20px;
	color: #5A5A5A;
	background: #ddd url(img/left_menu_arrow.gif) no-repeat;
}

ul.left_menu_context li a:hover,ul.left_menu_context li a:active {
	/* colori per l'effetto roll-over */
	color: #F7510F;
	background: transparent url(img/left_menu_arrow_over.gif) no-repeat;
}

/* LEFTMENU FINE */
.scheda_dx { /*CONTIENE FOTO E RELATIVA DIDASCALIA*/
	float: right;
	width: 320px;
	padding: 10px;
	text-align: left;
}

#colonna_centro_dx>.scheda_dx { /*REIMPOSTO LARGHEZZA PER FF*/
	width: 300px;
}

.colonna_centro_dx_content {
	/*BLOCCHI CARICATI DINAMICAMENTE X LAYOUT 2 COLONNE*/
	zoom: 1; /* hasLayout workaround per IE6*/
	position: relative;
	height: auto;
	width: auto;
	clear: both;
	margin: 0 0 50px 0;
}

.colonna_centro_content {
	/*BLOCCHI CARICATI DINAMICAMENTE X LAYOUT 3 COLONNE*/
	zoom: 1; /* hasLayout workaround per IE6*/
	position: relative;
	height: auto;
	width: auto;
	clear: both;
	margin: 0 0 50px 0;
}

.didascalia {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.altreinfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.titolo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #2D3D46;
	margin: 0 0 2px 0;
	padding: 0;
}

.sottotitolo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #53616A;
	margin: 0 0 2px 0;
	padding: 0;
}

.item_label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #53616A;
	margin: 20 0 0 0;
	padding: 0;
}

.infoscheda {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin: 0 0 2px 0;
	padding: 0;
}

#register_box {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: left;
	/*  width:100%; */
	border: 2px solid #ffd599;
	float: left;
}

#register_box td {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.register_fieldname {
	font-weight: bold;
}

.instructions {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: left;
}

.register_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFA72A;
	text-align: left;
}

.register_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
	width: 100%;
}

.warning {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-align: right;
	width: 100%;
}

.buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.labels {
	margin-bottom: 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.control_panel_table td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* File asset dialog box */
.file_asset_dbox {
	border: 4px solid #FFA72A;
	background-color: #fff;
	padding: 20px;
	width: 400px;
	overflow: auto;
	z-index: 10000
}

.file_asset_dbox h1 {
	margin: 0;
}

.file_asset_dbox input {
	padding: 3px;
	margin-right: 5px;
}

.file_asset a {
	color: black;
}

.file_asset_icon {
	border-width: 2px;
	border-style: solid;
	border-color: #147;
}

/* File asset dialog box */
.general_container_panel {
	zoom: 1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

.general_container_panel a {
	text-decoration: none;
	color: #5A5A5A;
}

.general_container_panel a:hover,.general_container_panel a:active {
	/* colori per l'effetto roll-over */
	color: #F7510F;
}

.general_container_table_left {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.general_container_table_left td {
	vertical-align: top;
}

.general_container_table_left th {
	text-align: center;
}

.general_container_table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.general_container_table td {
	text-align: center;
	padding: 10;
	vertical-align: top;
}

.general_container_table th {
	text-align: center;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
}

.float_right {
	float: right;
	margin: 0 0 0 10px;
}

.clear_both {
	clear: both;
}

.underlined {
	text-decoration: underline;
}

.italic {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

/*AVVISI*/
.avviso {
    width: 100%;
    background: transparent url(img/bordoSup-sx.gif) left top no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}

.gancio1 {
	background: url(img/bordoSup-dx.gif) right top no-repeat;
}

.gancio2 {
	background: url(img/bordoInf_dx.gif) right bottom no-repeat;
}

.gancio3 {
	background: url(img/bordoInf_sx.gif) left bottom no-repeat;
}

.gancio3 p.titoloavviso {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px 0 10px;
    font-weight: bold;
    margin: 0;
    font-size: 11px;
}

.gancio3 div.testoavviso {
	color: #666;
	padding: 20px;
	margin: 0;
	font-size: 12px;
}

/*AVVISI LIGHT*/
.avviso_2 {
    width: 100%;
    background: #FCFFE0 url(img/bordoSup-sx2.gif) left top no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}

.gancio1_2 {
	background: url(img/bordoSup-dx2.gif) right top no-repeat;
}

.gancio2_2 {
	background: url(img/bordoInf_dx.gif) right bottom no-repeat;
}

.gancio3_2 {
	background: url(img/bordoInf_sx.gif) left bottom no-repeat;
}

.gancio3_2 p.titoloavviso {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px 0 10px;
    margin: 0;
    font-size: 11px;
}

.gancio3_2 div.testoavviso {
	color: #666;
	padding: 20px;
	font-size: 12px;
	margin: 0;
}

/*
.gancio3_2 ol {
	color: #666;
	padding: 20px;
	font-size: 12px;
	margin: 0 20px 0 20px;
}*/
	/*AVVISI 'WARNING'*/
.avviso_3 {
	width: 100%;
	background: #FCFFE0 url(img/bordoSup-sx3.gif) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}

.gancio1_3 {
	background: url(img/bordoSup-dx3.gif) right top no-repeat;
}

.gancio2_3 {
	background: url(img/bordoInf_dx.gif) right bottom no-repeat;
}

.gancio3_3 {
	background: url(img/bordoInf_sx.gif) left bottom no-repeat;
}

.gancio3_3 p.titoloavviso {
	color: #ffeb16;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

.gancio3_3 div.testoavviso {
	color: #666;
	padding: 20px;
	margin: 0;
	font-size: 12px;
}

.testoverde {
	color: green;
}

.testorosso {
	color: red;
}

span.help_image {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	display: block;
	position: relative;
	border: 1px dashed #ccc;
	background-color: #eee;
}

.skiplines {
	margin-top: 5px;
	margin-bottom: 5px;
}

#showhideinfo {
	text-align: right;
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-right: 7px;
	margin-bottom: 10px;
}

#showhideinfo a {
	text-decoration: none;
	font-weight: bold;
}
.TL_00 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	/*
	background-image: url(_ele/TL_01_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_01 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_01_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_01_dx {
	background: transparent url(_ele/TL_01_end.gif);
}
.TL_02 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_02_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_03 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_03_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_04 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_04_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_05 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_05_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.TL_06 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_06_css.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 19px;
}
.box_01_400 {
	width:400px;
	text-align:justify;
}
.box_01_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_01_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_01_400_head_content {
	padding-top: 23px;
}
.box_01_400_main{
    width:350px!important;
    width:362px;    /* explorer */
    margin:0 20px;
    padding:0 5px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #e95c19;
	border-right:1px solid #e95c19;
}
.box_01_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_01_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_01.gif) bottom center no-repeat;
}

.box_02_400 {
	width:400px;
	text-align:justify;
}
.box_02_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_02_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_02_400_head_content {
	padding-top: 23px;
}
.box_02_400_main{
    width:350px!important;
    width:362px;    /* explorer */
    margin:0 20px;
    padding:0 5px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #96c00c;
	border-right:1px solid #96c00c;
}
.box_02_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_02_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_02.gif) bottom center no-repeat;
}


.box_03_400 {
	width:400px;
	text-align:justify;
}
.box_03_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_03_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_03_400_head_content {
	padding-top: 23px;
}
.box_03_400_main{
    width:350px!important;
    width:362px;    /* explorer */
    margin:0 20px;
    padding:0 5px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #253fe2;
	border-right:1px solid #253fe2;
}
.box_03_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_03_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_03.gif) bottom center no-repeat;
}

.box_04_400 {
	width:400px;
	text-align:justify;
}
.box_04_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_04_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_04_400_head_content {
	padding-top: 23px;
}
.box_04_400_main{
    width:350px!important;
    width:362px;    /* explorer */
    margin:0 20px;
    padding:0 5px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #00a2e1;
	border-right:1px solid #00a2e1;
}
.box_04_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_04_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_04.gif) bottom center no-repeat;
}

.box_05_400 {
	width:400px;
	text-align:justify;
}
.box_05_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_05_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_05_400_head_content {
	padding-top: 23px;
}
.box_05_400_main{
    width:350px!important;
    width:362px;    /* explorer */
    margin:0 20px;
    padding:0 5px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #e41100;
	border-right:1px solid #e41100;
}
.box_05_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_05_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_05.gif) bottom center no-repeat;
}


.box_06_400 {
	width:400px;
	text-align:justify;
}
.box_06_400_head {
	height:50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #485258;
	background-image: url(_ele/TL_06_css_400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 19px;
}
.box_06_400_head_content {
	padding-top: 23px;
}
.box_06_400_main{
	width:340px;
	margin:0 20px;
	padding:5px 10px;
	font-family: Arial;
	font-size: 12px;
	color:#5A5A5A;
	border-left:1px solid #fed900;
	border-right:1px solid #fed900;
}
.box_06_400_main_content{
	padding:2px 2px 2px 8px;
	background:transparent url(img/left_menu_arrow.gif) top left no-repeat;
	border-bottom:1px dashed #B2B2AF;
}
.box_06_400_foot{
	margin:0 0 0 2px;
	height:20px;
	background:transparent url(img/fondo_box_06.gif) bottom center no-repeat;
}

.boxLiquido_top{
	width:100%;
	text-align: right;
}

.boxLiquido_head{
	background: transparent;
	height:60px;
}

.boxLiquido_main{

	background: #fff;

	padding:5px 20px;

	text-align: justify;
}

.boxLiquido_main_content1{
	padding:5px 10px;
	/*
	border:1px solid #ee6918;
	*/
	border:1px solid #eee;
	
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
	zoom: 1;
}

.boxLiquido_main_content2{
        padding:5px 10px;
        /*
        border:1px solid #c5db16;
        */
        border:1px solid #eee;
        
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
        zoom: 1;
}

.boxLiquido_main_content3{
        padding:5px 10px;
        /*
        border:1px solid #4488ff;
        */
        border:1px solid #eee;
        
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
        zoom: 1;
}

.boxLiquido_main_content4{
        padding:5px 10px;
        /*
        border:1px solid #5edbff;
        */
        
        border:1px solid #eee;
        
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
        zoom: 1;
}

.boxLiquido_main_content5{
        padding:5px 10px;
        /*
        border:1px solid #da0000;
        */
        border:1px solid #eee;
        
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
        zoom: 1;
}

.boxLiquido_main_content6{
        padding:5px 10px;
        /*
        border:1px solid #ffd952;
        */
        border:1px solid #eee;
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #485258;
        margin:0 0 5px 0;
        zoom: 1;
}

.boxLiquido_main_content_title{

	font-weight:bold;

	font-family: Verdana, Arial;

	font-size: 12px;

	color: #333;

	padding: 0 0 10px 0;

}

.boxLiquido_main_content p{

	font-family: Verdana, Arial;

	font-size: 10px;

	color: #485258;

	margin:0 0 5px 0;

}

.boxLiquido_main_content_img{

	float:right;

	padding:3px;

	border:1px solid #e6e6e6;

}

.boxLiquido_foot{

	background: #666;

}


hr.spazioBianco{

	color:#fff;

	border:1px solid #fff;

	background:#fff;

	clear:both;

}

.tabella_calendario_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2771b;
	border: 0px #FFFFFF solid;
	color: #FFFFFF
	}
.tabella_calendario_1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}

.c_noevento_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2771b;
	color: #FFFFFF ;
	text-align: center
	}
.c_noevento_1 a{
	color:#f2771b!important;
	text-decoration:none!important;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	}

	
.tabella_calendario_2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bed715;
	border: 0px #FFFFFF solid;
	color: #FFFFFF
	}
.tabella_calendario_2 a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}

.c_noevento_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bed715;
	color: #FFFFFF ;
	text-align: center
	}
.c_noevento_2 a{
	color:#bed715!important;
	text-decoration:none!important;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	}
	
	
	
	
	
.tabella_calendario_3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4b97ff;
	border: 0px #FFFFFF solid;
	color: #FFFFFF
	}
.tabella_calendario_3 a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}

.c_noevento_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4b97ff;
	color: #FFFFFF ;
	text-align: center
	}
.c_noevento_3 a{
	color:#4b97ff!important;
	text-decoration:none!important;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	}
	
	
	
	
.tabella_calendario_4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #62deff;
	border: 0px #FFFFFF solid;
	color: #FFFFFF
	}
.tabella_calendario_4 a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}

.c_noevento_4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #62deff;
	color: #FFFFFF ;
	text-align: center
	}
.c_noevento_4 a{
	color:#62deff!important;
	text-decoration:none!important;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	}
.cloud_main DIV {
    text-align: left; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; COLOR: #fff; PADDING-TOP: 5px; FONT-FAMILY: Verdana, Arial
}
.cloud_cat_01 {
    text-align: center; BORDER-RIGHT: #ff6600 1px solid; BORDER-TOP: #ff6600 1px solid;  BORDER-LEFT: #ff6600 1px solid; BORDER-BOTTOM: #ff6600 1px solid
}
.cloud_cat_02 {
    text-align: center; BORDER-RIGHT: #b7d214 1px solid; BORDER-TOP: #b7d214 1px solid;  BORDER-LEFT: #b7d214 1px solid; BORDER-BOTTOM: #b7d214 1px solid
}
.cloud_cat_03 {
    text-align: center; BORDER-RIGHT: #4488ff 1px solid; BORDER-TOP: #4488ff 1px solid;  BORDER-LEFT: #4488ff 1px solid; BORDER-BOTTOM: #4488ff 1px solid
}
.cloud_cat_04 {
   text-align: center; BORDER-RIGHT: #5bd8ff 1px solid; BORDER-TOP: #5bd8ff 1px solid;  BORDER-LEFT: #5bd8ff 1px solid; BORDER-BOTTOM: #5bd8ff 1px solid
}
.cloud_cat_05 {
    text-align: center; BORDER-RIGHT: #df0000 1px solid; BORDER-TOP: #df0000 1px solid;  BORDER-LEFT: #df0000 1px solid; BORDER-BOTTOM: #df0000 1px solid
}
.cloud_cat_01 A {
    COLOR: #5A5A5A;
}
.cloud_cat_02 A {
    COLOR: #5A5A5A;

}
.cloud_cat_03 A {
    COLOR: #5A5A5A;
}
.cloud_cat_04 A {
    COLOR: #5A5A5A;
}
.cloud_cat_05 A {
    COLOR: #5A5A5A;
}
.titoloCloudArrow{
    text-align: left;
    color: #333;font-size: 13px;
    padding-left:10px;
    background: url(img/left_menu_arrow.gif) no-repeat scroll 0%;
}

	.tabella_calendario_5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e10000;
	border: 0px #FFFFFF solid;
	color: #FFFFFF
	}
.tabella_calendario_5 a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
	}
.tabella_calendario_5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif
	}

.c_noevento_5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e10000;
	color: #FFFFFF ;
	text-align: center
	}
.c_noevento_5 a{
	color:#e10000!important;
	text-decoration:none!important;
	background-color: #FFFFFF;
	border: 1px #333 solid;
	}



.c_giorno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333;
	text-align: center
	}
.addCat{
    padding-left:20px;
    background: transparent url(/img/add.png) no-repeat;
    font-size:11px;
    font-weight: bold;
	display:block;
	line-height:30px;
}
.noAddCat{
    padding-left:20px;
    background: transparent url(/img/add_cat.gif) no-repeat;
    font-size:11px;
    font-weight: bold;
	display:block;
	line-height:30px;
}
#formPaginaPubblicita{
	
}
#formPaginaPubblicita td{
	font-size: 11px;
}
#formPaginaPubblicita INPUT{
	Width: 200px;
}
#bottoni{
	padding: 2px 0 0 0;
}
#bottoni2{
	padding: 2px 0 10px 0;
}
.btnItem{
	float: right;
}
.btnItem a{
	text-decoration: none;
}
.btnItemSx{
	float: left;
}
.btnItemSx a{
	text-decoration: none;
}
.bottoniBtm{
	width:100%;
	clear: both;
	height:1px;
	font-size: 1px;
}
/*
PANNELLO OPZIONI ARTICOLO ( STAMPA ECC....)
*/

#utilities{
	width: 310px;
	height:42px;
	text-align: right;
	padding: 10px 1px 10px 5px;
	background: transparent url(/img/fondoInteragisci.gif) left top no-repeat;
}
#utilities1{
	width: 310px;
	height:42px;
	text-align: right;
	padding: 10px 1px 10px 5px;
	background: transparent url(/img/fondoInteragisci.gif) left top no-repeat;
}
.utilitiesTitolo{
	float:left;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-top: 0;
}
.utilitiesItem{
	padding-left: 2px;
}
#opzioniPrint, #opzioniPrint1{
	background:#fff;
	display:none;
	position: absolute;
	right:48px;
	width: 160px;
	font-size: 10px;
	padding: 0;
	border:1px solid #ccc;
}
#opzioniPrint a, #opzioniPrint1 a{
	padding:2px;
	text-decoration: none;
	display: block;
	background: #fff;
}
#opzioniPrint a:hover, #opzioniPrint1 a:hover{
	background: #e2e2e2;
}
#pannelloInvia, #pannelloInvia1{
	background:#fff;
	display:none;
	position: absolute;
	right:92px;
	font-size: 10px;
	padding: 0;
	border:1px solid #ccc;
}
#pannelloInvia td a, #pannelloInvia1 td a{
	padding:2px;
	text-decoration: none;
	display: block;
	background: #fff;
}
#pannelloInvia td a:hover, #pannelloInvia1 td a:hover{
	background: #e2e2e2;
}
#pannelloInvia td input, #pannelloInvia1 td input{
	height: 18px;
	font-size: 10px;
	color: #333;
	border: 1px solid #336699;
}

.commentiPreview{
	float:right;
	width:30px;
	height:20px;
    background: transparent url(/img/commenti.gif) no-repeat;
}
.commentiPreviewContent{
	text-align: center;
}
.commentiPreviewContent a{
	display: block;
	line-height:14px;
	font-size:10px;
    font-weight: bold;
    text-decoration: none;
}
.setHomepageHelpBox{
	position:absolute;
	width:250px;
	margin-left:350px;
	background: #fff;
	border: 2px solid #cc0000;
	z-index: 10;
}
.setHomepageHelpBoxContent{
	padding: 10px;
}

.categoriaRss{
	float: left;
	width: 170px;
}
.categoriaRss a{
	margin: 2px;
	
	text-decoration:none;
	font-size: 20px;
	color:#cc0000;
}

.sottocategoriaRss{}
.sottocategoriaRss a{
	display:block;
	background: transparent url(img/rss.gif) left top no-repeat;
	margin: 2px;
	padding-left:20px;
	
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color:#333;
}
.tagRss{
	margin-left: 3px;
}
.tagRss a{
	margin: 2px;
	background:none;
	text-decoration:none;
	font-size: 10px;
	color:#666;
}
