/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************/
/* ****************************************************************** */

@import url("../stile/templatew3c/strutturapagine.css");

HTML, BODY {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	background-color : #D7E7FF;
	font-size : 85%;
	font-style : normal;
	border-left: 2px solid #FFFFFF;
	font-weight : normal;
	margin: 0px;
	padding: 0px;
 }
 
 P{
	font-style : normal;
	font-weight : normal;
}
 	
/****************************************/
/* ECM TESTO TITOLO ***************/
/****************************************/
H1 {
	FONT-SIZE: 150%;
	font-style : normal;
	font-weight : bold;
	color: #c00000;
	
}
/****************************************/
/* ECM TESTO SOTTO TITOLO *******/
/****************************************/
H2 {
	FONT-SIZE: 130%;
	font-style : normal;
	color: #00099;
	font-weight : bold;
}
/****************************************/
/* ECM TESTO NORMALE ***********/
/****************************************/
H3 {
	font-style : normal;
	FONT-SIZE: 100%;
	font-weight : normal;
}

/****************************************/
/* ECM TESTO PICCOLO ***********/
/****************************************/
H4 {
	/*FONT-SIZE: x-small;*/
	FONT-SIZE: 90%;
	font-style : normal;
	font-weight : normal;
}
H5 {
	COLOR: #000000;
	font-style : normal;
	font-weight : normal;	
}
H6 {
	COLOR: #000000;
	font-style : normal;
	font-weight : normal;
}
H7 {

}

HR {
	height : 1px;
	color: #244A94;
	background-color : #244A94;
	border : 0px;
}

A, A:link, A:visited {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: #000066;
	text-decoration: underline;
}

A:hover {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color: #000000;
	text-decoration: underline;
	background-color : #F2EAE3;
}
IMG { border:none; }

/*********************************************************************/
/**** FONT SERVIZI E CONTENUTI ******************************/
/* ****************************************************************** */

.testo1 {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	width: 98%;
	TEXT-DECORATION: none;
	TEXT-ALIGN: justify;
	FONT-WEIGHT: normal;
}

.piccolo {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 85%;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	text-align: left;
}

.centro {
	text-align : center;
}


/*********************************************************************/
/**** INTESTAZIONI AREA RISERVATA ************************/
/* ****************************************************************** */


/*********************************************************************/
/**** MESSASSI PDZ ************************/
/* ****************************************************************** */

.warning {
	COLOR: red; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}

.conferma {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: xx-small; FONT-STYLE: normal; FONT-WEIGHT: bold;
}

.errore {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: x-small; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; COLOR: Red;
}
.successo {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	COLOR: Green;
	
}
.servsoc_aggiornamento_ok {
	background: url(../immagini/simboli/led-green-blink.gif) no-repeat;
	font-weight: bolder;
	color: green;
	background-position:35%;
	text-align: center;
}
.servsoc_aggiornamento_err {
	background: url(../immagini/simboli/led-red-blink.gif) no-repeat;
	font-weight: bolder;
	color: red;
	background-position:35%;
	text-align: center;
}

form {
	margin: 0px;
	
	}

