/* CSS PRINCIPALE (main.css) */

/* PAGINE       larghezza	933			 			*/
/*       	altezza         home che resti nella videata, altre variabile	*/
/*       	sfondo		#fbf9fa			 			*/
/* RIGHE GRIGE	colore		#cbd0d6			 			*/
/*		dimensione	30			 			*/
/* RIGA GIALLA	colore		#fcf1a1          	 			*/
/*		dimensione	15			 			*/
/* SFONDO SLIDE	colore		#7e7e7e						*/
/* FONT		Arial 		small - medium					*/
/* colore	titoli/link	#115099						*/
/*		hover		#cb1911               				*/
/*		testo		#000000						*/
/* MARCHIO	png		368x111			 			*/
/* IMMAGINI	bordo		0			 			*/
/* TABELLE	bordo		0			 			*/


/* Sezione body: sfondo panna scroll sinistro fisso */
body	{
	background-color: #fbf9fa;
	overflow-y: scroll;
}

/* Formattazione filetto: grigio 2 pt (border: 0 sostituisce noshade) */
hr 	{
	background-color: #cbd0d6;
    	height: 2px;
    	width: 100%;
	border: 0;
	align: center
}

/* Tabelle in generale: centrate, senza bordi */
table	{
	border: 0;
	align: center;
	cellpadding: 0;
	cellspacing: 0;
	text-align: left;
}
	
/* Celle in generale: centrate, senza bordi */
td	{
	align: center;
	border-collapse: 0;
	font-size: medium;
	color: #666;
	font-family: Arial;
	text-align: left;
	
}

/* Celle schede crediti: centrate, bordi 2px grigio chiaro */
.credit	{
	border: 2px solid #cbd0d6;
	border-collapse: collapse;
	padding: 4;
	align: center;
    	cellpadding: 0;
	cellspacing: 0;
}

/* Link normali: testo Arial small, sempre blu medio, centrato, rosso hover */
A:link 	{
	text-decoration: none;
	color: #115099;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight:bold;
}

A:visited {
	text-decoration: none; 
	color: #115099;
	font-family: Arial, Tahoma, sans-serif;
	font-size:medium;
	text-align: left;
	font-weight:bold;
}

A:active {
	text-decoration: none; 
	color: #115099;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight:bold;
}

A:hover {
	text-decoration: none;
	color: #cb1911;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
}

.disabilitato {
	text-decoration: none; 
	color: #cbd0d6;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight:bold;
}

/* Titoli: Arial medium, grassetto, giustificato, blu medio */
.titolo {
	font-family: Arial, Tahoma, sans-serif;
	color: #115099;
	font-size: large;
	text-align: left;
}

/* Testo grande evidenziato: Arial medium, giustificato, blu medio */
.evidenza {
	font-family: Arial, Tahoma, sans-serif;
	color: #115099;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

/* Testo normale: Arial small, nero,  giustificato */
.testo {
	color: #333;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
}

/* Testo didascalie: Arial small, nero,  allineato sinistra */
.didascalie {
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: x-small;
	text-align: left;
}

/* Immagini: senza bordo */
img {
	border: 0;
}

/* Testo centrato: Arial small, nero,  giustificato */
.testo_center {
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: center;
}

/* Testo grassetto: Arial small, nero,  giustificato */
.testo_bold {
	color: #666666;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: justify;
	font-weight: bold;
}

/* Titoli schede realizzazioni */
.tit2	{
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.tit3	{
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: justify;
}
.tit4	{
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
	text-align: justify;
	text-decoration: underline;
}

/* Riga schede realizzazioni */
.riga 	{
	background-color: #7e7e7e;
    	height: 2px;
    	width: 100%;
	border: 0;
	align: center
}

/* TextArea Explorer - Firefox - Opera */
textarea {
   	position: left;
   	bottom: 0;
   	right: 0;
   	top: 0;
   	left: 0;
   	width: 100%;
	height: 100%;
   	border: #cbd0d6 3px solid;
   	padding: 0;
   	margin: 0;
} 
