/* Stile della pagina */
body {
	background: #FFFFFF; /*#FBFBFB;*/
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF; 
 	scrollbar-highlight-color: #C3575A;
 	scrollbar-3dlight-color: #FFFFFF; 
 	scrollbar-darkshadow-color: #FFFFFF; 
 	scrollbar-shadow-color: #C3575A;  
 	scrollbar-arrow-color: #C3575A;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Link generico */
a {
	color: #000000;
}
a:hover {
	color: #C3575A;
}

.GuestBook {
	color: #000000;
	background-color: #FFCCFF;
	text-align: center;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.FormGuestBook {
	color: #000000;
	background-color: #FFCCFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.GuestBook .Autore {
	color: #000000;
	background-color: #EEBBEE;
	text-align: center;
	border-right: 1px solid #999999;
}

/* Tabella Principale */
.tabella {
	color: #000000;
	text-align: center;
}

/* Corpo Centrale */
.tabella .Center{
	color: #000000;
	text-align: left;
	/*border-right: 1px solid #999999;
	border-left: 1px solid #999999;	
	border-bottom: 1px solid #999999;*/
	
}

/* Parte Alta (titolo sezione) */
.tabella .Top{
	color: #000000;
	font: 12pt Tahoma;
	text-align: center;
	/*border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;*/
	border-bottom: 1px solid #999999;	
}

/* Per tabella su Foto */
.FotoDescrizione{
	color: #000000;
	font: 8pt Tahoma;
	text-align: right;
	border-bottom: 1px solid #999999;	
}

.FotoImmagine{
	color: #000000;
	font: 10pt Tahoma;
	text-align: left;
	border-right: 1px solid #999999;	
}

/* Parte Alta Menù */
.tabella .Up{
	color: #000000;
	font: 10pt Tahoma;
	text-align: center;
	border-bottom: 1px solid #999999;	
}

.tabella .UpSel{
	color: #000000;	
    background-color: #FFCCFF;
	font: 10pt Tahoma;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999999;	
}

.tabella .Up a{
	color: #000000;
	font: 10pt Tahoma;
	text-decoration:none;
	text-align: center;
}

.tabella .Up a:hover{
	color: #C3575A;
	font: 10pt Tahoma;
	text-decoration: underline;
	text-align: center;
}

/* Parte Bassa Menù */
.tabella .Foot{
	color: #000000;
	font: 12pt Tahoma;
	text-align: center;
}

.tabella .FootSel{
	color: #000000;	
    background-color: #FFCCFF;
	font: 10pt Tahoma;
	font-weight: bold;
	text-align: center;
}

.tabella .Foot a{
	color: #000000;
	font: 10pt Tahoma;
	text-decoration:none;
	text-align: center;
}

.tabella .Foot a:hover{
	color: #C3575A;
	font: 10pt Tahoma;
	text-decoration: underline;
	text-align: center;
}

/* Tabella In Costruzione a fine pagina */
.tabellaFooter {
	color: #000000;
	text-align: center;
	font-size: 10px;
	/*border-bottom: 1px solid #999999;	*/
}
