/*stili per il layout fisso*/

body{
	background-color: #ededed;/*grigio chiaro*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231f20; /*grigio scuro*/
	line-height: 99%;
	}
#table1{
	background-color: #ffffff;/*bianco*/
}

/*stili per i link*/

a:link {
	color: #ec008c; /*rosa scuro*/
	text-decoration: none;
}
a:visited {
	color: #ec008c; /*rosa scuro*/
	text-decoration: none;
}
a:active {
	color: #ec008c; /*rosa scuro*/
	text-decoration: none;
}
a:hover {
	color: #ec008c; /*rosa scuro*/
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec008c; /*rosa scuro*/
	font-size: 11px;
	text-transform: uppercase;	
}
.titoloRosa {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec008c; /*rosa scuro*/
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.titoloVerde {
	font-family: Arial, Helvetica, sans-serif;
	color: #a3c380; /*verde scuro*/
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.cellaNpag {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec008c; /*rosa scuro*/
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
	vertical-align: bottom;
}

/*stili celle*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231f20; /*grigio scuro*/
	}
#tableContenutiMenu {
	background-image: url(immagini/sfondo-pag.jpg);
	background-repeat: repeat-y;
}

.tuttibordicella {
	BORDER-BOTTOM: #231f20 1px solid;
	BORDER-RIGHT: #231f20 1px solid;
	BORDER-LEFT: #231f20 1px solid;
	BORDER-TOP: #231f20 1px solid;
}
.giusxdxbordicella {
	BORDER-BOTTOM: #231f20 1px solid;
	BORDER-RIGHT: #231f20 1px solid;
	BORDER-LEFT: #231f20 1px solid;
}

/*ALTRI STILI*/

.inevidenza {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20; /*grigio scuro*/
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}

/*Stili Form*/
TEXTAREA {
	FONT-SIZE: 9px; 
	BORDER-RIGHT: #231f20 1px solid; 
	BORDER-TOP: #231f20 1px solid; 
	BORDER-LEFT: #231f20 1px solid; 
	BORDER-BOTTOM: #231f20 1px solid; 
}
SELECT {
	FONT-SIZE: 9px; 
	BORDER-RIGHT: #231f20 1px solid; 
	BORDER-TOP: #231f20 1px solid; 
	BORDER-LEFT: #231f20 1px solid; 
	BORDER-BOTTOM: #231f20 1px solid; 
}
INPUT {
	FONT-SIZE: 9px; 
	BORDER-RIGHT: #231f20 1px solid; 
	BORDER-TOP: #231f20 1px solid; 
	BORDER-LEFT: #231f20 1px solid; 
	BORDER-BOTTOM: #231f20 1px solid; 
}


/* foto*/
.didascalia {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20; /*grigio scuro*/
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
}
#fotodx {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 11px;
}
#fotosx {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 11px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}
