#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #942131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 13px Verdana;
/*letter-spacing: 2px;*/
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

body { 
	background-color: white;
	margin:0px;
}

.tit_frame_centr {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;

}

.footer {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}

.tit_box_rosso {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;

}

.tit_box_bianco {
	color: white;
	font-family: 'Verdana';
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;

}

.testo_rosso {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 13px;
	text-align: right;
	padding-left: 10px;

}

.testo_news {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 11px;

}

.testo_news_on {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 11px;
	padding-left: 5px;
	text-decoration: underline;
}

.testo {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 13px;
	text-align: justify;
	padding: 10px; 0px;
	line-height: 20px;

}

.titolo {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 13px;
	text-align: justify;
	padding: 10px; 0px;
	font-weight: bold;
}

.testo_tab {
	color: #951f34;
	font-family: 'Verdana';
	font-size: 10px;
	line-height: 15px;
	padding: 5px;

}

.interno {
	color: white;
	font-family: 'Arial', 'Verdana';
	font-size: 14px;
	padding-left: 20px;
	padding-top: 20px;

}

.menu_picc_on {
	color: white;
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
	font-weight: bold; 


}

.menu_picc {
	color: #025ED1;
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
	font-weight: bold; 


}

.trama {
	color: white;
	font-family: 'Arial', 'Verdana';
	font-size: 14px;
	padding: 0px 20px 0px 9px;
	text-align: justify;
	line-height: 20px;

}