/* Stili per le singole sezioni */
/* 
	Per ogni sezione va immesso:
	div#nome della sezione senza spazi bianchi{
		background-color: #FFFFFF; 
		background-image: none;
	}
	Dove il primo attributo determina il colore dello sfondo del blocco
	
	div#nome della sezione senza spazi bianchi li{
		border-bottom: 1px solid #FF88AA;
		background: #F7F7F7 url('nome immagine') no-repeat left 5px;
	}
	Dove il primo attributo determina il colore del bordo sottostante ad ogni documento o sezione
	di quel blocco, mentre il secondo attributo ha due valori importanti che sono il valore esadecimale RGB
	per il colore di sfondo e l'immagine che ad esempio può essere url('RightMenuArrow.gif') è quella che 
	apparirà a sinistra del nome della sezione o documento.
*/
div#GruppoFinmatica{
	background-color: #009933;
	background-image: none;	
}

div#GruppoFinmatica li{
	border-bottom: 1px solid #009933;
	background: #F7F7F7 url('MenuArrow_green.gif') no-repeat left;
}

div#GruppoFinmaticaTitle{
	background-color: #009933;
	background-image: none;	
}

div#GruppoFinmaticaTitle li{
	border-bottom: 1px solid #009933;
	background: #F7F7F7 url('MenuArrow_green.gif') no-repeat left;
}

div#Marketing{
	background-color: #ff9933;
	background-image: none;
}

div#Marketing li{
	border-bottom: 1px solid #ff9933;
	background: #F7F7F7 url('MenuArrow_orange.gif') no-repeat left;
}

div#MarketingTitle{
	background-color: #ff9933;
	background-image: none;
}

div#MarketingTitle li{
	border-bottom: 1px solid #ff9933;
	background: #F7F7F7 url('MenuArrow_orange.gif') no-repeat left;
}


div#Applicazioni{
	background-color: #ff0000;
	background-image: none;
}

div#Applicazioni li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_orange.gif') no-repeat left;
}

div#ApplicazioniTitle{
	background-color: #ff0000;
	background-image: none;
}

div#ApplicazioniTitle li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_orange.gif') no-repeat left;
}



div#Amministrazione{
	background-color: #ffe303;
	background-image: none;
}

div#Amministrazione li{
	border-bottom: 1px solid #ffe303;
	background: #F7F7F7 url('MenuArrow_yellow.gif') no-repeat left;
}

div#AmministrazioneTitle{
	background-color: #ffe303;
	background-image: none;
}

div#AmministrazioneTitle li{
	border-bottom: 1px solid #ffe303;
	background: #F7F7F7 url('MenuArrow_yellow.gif') no-repeat left;
}

div#Documentale{
	background-color: #336699;
	background-image: none;
}

div#Documentale li{
	border-bottom: 1px solid #336699;
	background: #F7F7F7 url('LeftMenu_blu.gif') no-repeat left;
}

div#DocumentaleTitle{
	background-color: #336699;
	background-image: none;
}

div#DocumentaleTitle li{
	border-bottom: 1px solid #336699;
	background: #F7F7F7 url('LeftMenu_blu.gif') no-repeat left;
}

div#Teamwork{
	background-color: #ff0066;
	background-image: none;
}

div#Teamwork li{
	border-bottom: 1px solid #ff0066;
	background: #F7F7F7 url('MenuArrow_pink.gif') no-repeat left;
}

div#TeamworkTitle{
	background-color: #ff0066;
	background-image: none;
}

div#TeamworkTitle li{
	border-bottom: 1px solid #ff0066;
	background: #F7F7F7 url('MenuArrow_pink.gif') no-repeat left;
}

div#Tempolibero{
	background-color: #663399;
	background-image: none;
}

div#Tempolibero li{
	border-bottom: 1px solid #663399;
	background: #F7F7F7 url('MenuArrow_violet.gif') no-repeat left;
}

div#TempoliberoTitle{
	background-color: #663399;
	background-image: none;
}

div#TempoliberoTitle li{
	border-bottom: 1px solid #663399;
	background: #F7F7F7 url('MenuArrow_violet.gif') no-repeat left;
}

div#News{
	background-color: #ff0000;
	background-image: none;
}

div#News li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#NewsTitle{
	background-color: #ff0000;
	background-image: none;
}

div#NewsTitle li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#Eventi{
	background-color: #ff0000;
	background-image: none;
}

div#Eventi li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#EventiTitle{
	background-color: #ff0000;
	background-image: none;
}

div#EventiTitle li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#Link{
	background-color: #ff0000;
	background-image: none;
}

div#Link li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#LinkTitle{
	background-color: #ff0000;
	background-image: none;
}

div#LinkTitle li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#Richieste{
	background-color: #ff0000;
	background-image: none;
}

div#Richieste li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#RichiesteTitle{
	background-color: #ff0000;
	background-image: none;
}

div#RichiesteTitle li{
	border-bottom: 1px solid #ff0000;
	background: #F7F7F7 url('MenuArrow_red.gif') no-repeat left;
}

div#Cerca{
	border: 1px solid #000000;
}

div#titoloCerca{
	background: black;
}



/* Stili dei contenuti sviluppati con l'editor */
.AFCCMSTitolo1{
	font-size: x-large;
}
.AFCCMSTitolo2{
	font-size: large;
}
.AFCCMSTitolo3{
	font-size: medium;
}
.AFCCMSSottolineato{
	text-decoration: underline;	
}
.AFCCMSBarrato{
	text-decoration: line-through;	
}
.AFCCMSRosso{
	color: #D0042D;
	
}
.AFCCMSBlu{
	color: #0000CC;
	
}
.AFCCMSAlignLeft{
	text-align: left;	
}
.AFCCMSAlignRight{
	text-align: right;	
}
.AFCCMSAlignCenter{
	text-align: center;	
}
.AFCCMSFloatLeft{
	float: left;
}
.AFCCMSFloatRight{
	float: right;
}
.AFCCMSClear{
	clear: both;
}



.cristina{
  color: pink;
}
Peppy{
  color: brown;
}
