
/* Parametri generali degli elementi HTML */

body {

}

body, td, div, a {

}

a {

}

a:hover {

}

td {
	vertical-align: top;	
}

table {
	border-collapse: collapse;	
}




/* Immagine intestazione pagina */

td.PCMSHeader {

}

img.PCMSHeader {
	
}



/* Background pagina */

table.PCMSBackground {
	float: right;
	margin-top:20px;
	width: 658px;
	font-size: 1.1em;
	line-height: 2.0em;
	padding-bottom: 5px;
	background-image: url(../images/bg_right.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#FFFFFF;
	}



/* Celle */

td.PCMSCella {
	padding: 15px;		
}

td.PCMSCellaIntestazione {
	padding: 3px 15px;	
}


.descrizione{ color:#666666; font-size:11px; text-align:left; line-height:1.2em; }

/* Titoli album ed immagini*/

div.PCMSTitoloElementi {
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}



a.PCMSTitoloElementi {
	font-size: 11px;
	font-weight: bold;	
	text-decoration:none;
	text-transform:uppercase;
}


/* Titoli pagina immagini*/

div.PCMSTitoloIntestazione {
   font-size: 18px;
   font-weight: bold;	
}

div.PCMSTitoloPiccoloIntestazione {
   font-size: 14px;
   font-weight: bold;
}



/* Testo numerazione pagine */

div.PCMSTestoIntestazione {
	color: #333333;
}

a.PCMSTestoIntestazione {
	color: #333333;
	text-decoration: none;
}

a.PCMSTestoIntestazione:hover {
	color: #999999;
}


/* Informazioni extra sugli album */

div.PCMSDataAlbum {

}

div.PCMSInfoAlbum {
	font-size: 9px;
}



/* Immagini album */

img.PCMSImmagine {
	border: solid 1px #666666;	
}




















