/*-----------------------------------------------------------------------------*/ 
/* Galleria: stile collegamento ipertestuale per marca e modello               */
/*-----------------------------------------------------------------------------*/
a.gallery_preview {
    font-size: 			8pt;
    font-weight:		normal;
    font-family: 		verdana;
    color: 			#336699;
    text-decoration: 		none;
}
a.gallery_preview:hover{
    font-size: 			8pt;
    font-weight:		normal;
    color: 			#993300;
    text-decoration: 		underline;
}

/*-----------------------------------------------------------------------------*/ 
/* Visualizzatore immagini: stile font per marca e modello                     */
/*-----------------------------------------------------------------------------*/ 
.gallery_image_desc1{
	font-weight: 		bold; 
	font-size:   		12pt;
    	font-family: 		Arial;
}

/*-----------------------------------------------------------------------------*/ 
/* Visualizzatore immagini: stile font per la descrizione aggiuntiva           */
/*-----------------------------------------------------------------------------*/ 
.gallery_image_desc2{
	font-weight: 		normal; 
	font-size:   		10pt;
    	font-family: 		Verdana;
}


/*-----------------------------------------------------------------------------*/ 
/* Visualizzatore immagini: stile font per le ethichette record_type = 1       */
/*-----------------------------------------------------------------------------*/ 
.gallery_image_label1{
        width:			100px;
	font-weight: 		bold; 
	font-size:   		8pt;
    	font-family: 		Verdana;
}

/*-----------------------------------------------------------------------------*/ 
/* Visualizzatore immagini: stile font per i dati record_type = 1              */
/*-----------------------------------------------------------------------------*/ 
.gallery_image_data1{
	font-weight: 		normal; 
	font-size:   		8pt;
    	font-family: 		Verdana;
}




/*-----------------------------------------------------------------------------*/ 
/* Amministrazione: stili vari                                                 */
/*-----------------------------------------------------------------------------*/
a.gallery {
    font-size: 			8pt;
    font-weight:                		bold;
    font-family: 			Verdana;
    color: 				#0000FF;
    text-decoration: 		none;
}
a.gallery:hover{
    font-size: 			8pt;
    font-weight:                		bold;
    font-family: 			Verdana;
    color: 				#000000;
    text-decoration: 		none;
}

.gallery_normal	{
	font-weight: 		normal; 
	font-size:   		8pt;
    	font-family: 		Verdana;
}

td.gallery {
	font-weight: 		normal; 
	font-size:   		8pt;
    	font-family: 		Verdana;

	text-align:		left;
	vertical-align:		top;
}

input.gallery{
	font-weight: 		normal; 
	font-size:   		8pt;
    	font-family: 		Verdana;
}

textarea.gallery{
	font-weight: 		normal; 
	font-size:   		8pt;
    	font-family: 		Verdana;
}

hr.gallery{
	height:			1px;
}









