/*Effetti sui Link*/
/*Generali*/
a:link {
color: #000066; text-decoration: none;
}
a:visited {
color: #000066;
text-decoration: none;
}
a:active {
color: #000066;
}
a:hover {
color: #37c3c3;
text-decoration: underline;
}
a:active, a:focus{
	outline:none;
}
/*Corpo 11*/
.testobase11Bianco a:link {
color: #FFFFFF;
text-decoration: underline;
}
.testobase11Bianco a:visited {
color: #FFFFFF;
text-decoration: underline;
}
.testobase11Bianco a:active {
color: #FFFFFF;
text-decoration: underline;
}
.testobase11Bianco a:hover {
	color: #EE9A9A;
	text-decoration: none;
}
/*Corpo 12 testata banner */
.testo12BiancoLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.testo12BiancoLink a:visited {
	color: #FFFFFF ;
	text-decoration: none;
}
.testo12BiancoLink a:active {
	color: #FFFFFF ;
	text-decoration: none;
}
.testo12BiancoLink a:hover {
	color: #EE9A9A ;
	text-decoration: none;
}
/*--------------*/

.noBordoImmagine {
	border: none;
}
.bordonero {
	border: 1px solid #000000;
}
.bordoverdeflover {
	border: 1px solid #004d37;
}
.bordorossoflover {
	border: 1px solid #990000;
}
.bordoTratteggio  {
	border: 2px dashed #004d37;
}
/*Corpo 9*/
.testo09 {
	font-size: 9px;
	line-height: 120%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
/*Corpo 10*/
.testo10 {
	font-size: 10px;
	line-height: 120%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testo10Scuro {
	font-size: 10px;
	line-height: 120%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testo10Blu {
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
/*Corpo 11*/
.testobase11 {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inset;
}
.testobase11Bold {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: bold;
}
.testobase11interlinea {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testobase11InterlineaRientro {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: normal;
	text-indent: 20pt;
}
.testobase11GrigioScuro {
	font-size: 11px;
	line-height: 130%;
	color: #4f4f4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testobase11GrigioChiaro {
	font-size: 11px;
	line-height: 130%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testo11Blu {
	font-size: 11px;
	line-height: 130%;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testobase11Bianco {
	font-size: 11px;
	line-height: 130%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testobase11Rosso {
	font-size: 11px;
	line-height: 130%;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testobase11Verde {
	font-size: 11px;
	line-height: 130%;
	color: #004d37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
/*Corpo 12*/
.testo12 {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testo12Rosso {
	font-size: 12px;
	line-height: 130%;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.testo12BiancoLink {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: normal;
}
.testo12BoldBianco {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: bold;
}
.testo10Arancio {
	font-size: 10px;
	color: #6A5037;
}
.testo12Verde {
	font-size: 12px;
	line-height: 130%;
	color: #004d37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
/*Corpo 13*/
.testo13Verde {
	font-size: 13px;
	line-height: 130%;
	color: #004d37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.txRossoScuro {
	color: #900;
}
.txBlu {
	color: #185DA1;
}
.txVerdeFlover {
	color: #004D37;
}
/*--------- VARI ----------*/
/*Tabella calendari*/
#giorni {
	border: 1px solid #999999;
	background-color: #F6F6F6;
	border-collapse:collapse;
	border-spacing:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0px auto;
}
#giorni td {
	margin: 0px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}
#giorni th {
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}
._25esimo {
	margin-right: 5px;
}
.titoloEventi {
	font-size: 13px;
	color: #004d37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: normal;
	line-height: 150%;
}
.spaziadxsx10pixel {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}
.spaziadxsx20pixel {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	line-height: 120%;
}
/*-------------------*/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f1f1f1;
	border: 1px solid #004d37;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f1f1f1;
	border: thin solid #004d37;
	font-weight: bold;
}
SELECT
{
  border-width: 2px;
  border-style: inset;
  border-color: #004d37;
  color: #333333;
  background-color: #f1f1f1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  scrollbar-arrow-color: #004d37;
  scrollbar-base-color: #FFCC66;
}
.pulsanti {
	background-color: #CCCCCC;
	text-align: center;
	border: thin solid #333333;
	line-height: 75%;
	padding: 5px;
}
.pulsanti a:hover {
	color: #666666;
	text-decoration: underline;
}
.statocurriculum {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
	border: thin solid #000000;
	width: 70px;
	font-weight: bold;
}
.statocurriculum a:link {
	text-decoration: none;
}
.statocurriculum a:hover {
	color: #FF0000;
	text-decoration: underline;
}


div#contenitoreMessaggi{
	width:600px;
	margin:0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	font-weight: normal;
}
div.messaggioCL{
	margin: 10px 0;
	padding: 15px 15px 0 50px;
	border: solid;
	border-width: 2px 0;
	background:#F0F0F0
}
div.messaggioCL p{
	margin: 0 0 1em;
	line-height: 150%;
}
div.messaggioCL.info{
	background: #EAEBF7 url(immagini/info20.gif) no-repeat 20px 20px;
	border-color: #8E9AFF
}
div.messaggioCL.warning{
	background: #FFF0BA url(immagini/warning20.gif) no-repeat 20px 20px;
	border-color: #E87C29
}
div.messaggioCL.question{
	background: #E4F6DE url(immagini/help20.gif) no-repeat 20px 20px;
	border-color: #8FDC79
}
div.messaggioCL.error{
	background: #FFD8D6 url(immagini/error20.gif) no-repeat 20px 20px;
	border-color: #FF0038
}


.homePageTabellaFondo {
	background-image: url(immagini/home/homepage_r4_c1_2000.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#lente {
	float: left;
	margin-top: 3px;
}
/* PULSANTI */
/*28pixel centrato*/
.rolloverCrema28Centrato{
	text-align:center;
	margin: 0.5em auto 2em;
	letter-spacing: 0.1em;
}
.rolloverCrema28Centrato a{
	display: inline-block;
	/*La grandezza la imposto nel tag a href della pagina per utilizzare scritte di lunghezza diversa*/
	/*width:6em;*/
	margin:0 auto;
	height: 28px;
	padding-left: 1em;
	font: bold 15px/28px "Trebuchet MS", Arial, sans-serif;
	background: url(immagini/rollover28crema.gif) no-repeat left top;
	text-decoration: none;
	color: #5D5643;
	white-space: nowrap;
}
.rolloverCrema28Centrato a span{
	display: block;
	cursor: pointer;
	padding-right: 1em;
	white-space: nowrap;
	background: url(immagini/rollover28crema.gif) no-repeat right top;
	color: #5D5643;
}
.rolloverCrema28Centrato a:hover{background-position: bottom left;color: #d3c39a}
.rolloverCrema28Centrato a:hover span{background-position: bottom right}
/*20pixel*/
.rolloverCrema20{
	text-align:center;
	margin: 0.5em auto;
	letter-spacing: 0.05em;
}
.rolloverCrema20 a{
	display: inline-block;
	margin:0 auto;
	height: 20px;
	padding-left: 1em;
	font: bold 105%/20px "Trebuchet MS", Arial, sans-serif;
	background: url(immagini/rollover20crema.gif) no-repeat left top;
	text-decoration: none;
	color: #443F32;
	white-space: nowrap;
}
.rolloverCrema20 a span{
	display: block;
	cursor: pointer;
	padding-right: 1em;
	white-space: nowrap;
	color: #443F32;
	background: url(immagini/rollover20crema.gif) no-repeat right top
}
.rolloverCrema20 a:hover{
	background-position: bottom left;
	color: #d3c39a;
}
.rolloverCrema20 a:hover span{
	background-position: bottom right;
}
.rolloverRosso20{
	text-align:center;
	margin: 0.5em auto;
	letter-spacing: 0.05em;
}
.rolloverRosso20 a{
	display: inline-block;
	margin:0 auto;
	height: 20px;
	padding-left: 1em;
	font: bold normal 105%/20px Verdana, Geneva, sans-serif;
	background: url(immagini/rollover20rosso.gif) no-repeat left top;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	letter-spacing: 0.2em;
}
.rolloverRosso20 a span{
	display: block;
	cursor: pointer;
	padding-right: 1em;
	white-space: nowrap;
	color: #FFF;
	background: url(immagini/rollover20rosso.gif) no-repeat right top
}
.rolloverRosso20 a:hover{
	background-position: bottom left;
	color: #F90;
}
.rolloverRosso20 a:hover span{
	background-position: bottom right;
	color: #F90;
}
/*display miniatura ing*/
a.miniatura{
	float: left;
	position: relative;
	padding: 5px;
	margin: 0px 3px 3px 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
} 
a.miniatura img{
    display: block; border: 0 solid
}
a.miniatura span{display: none}
a.miniatura:hover{background: #eee}
a.miniatura:hover span,a.miniatura:active span{
	/*display: block; ORIGINALE: utilizzata con la trasparenza - unitpngfix.js - da problemi*/
	display: inline; /*risolve il problema in IE6, ma non mostra la lente.*/
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	background: #eee url(immagini/lente.gif)
}
.separatore {
	clear: both;
}
.separatorePlus{
	clear: both;
	height: 0px;
	overflow: hidden;
}
