/*formattazione titolo guida interattiva*/
/* commentato
#intBoxCenter h3 {
	font-size: 0.85em;
	color: #005b98;
	text-align: right;
	margin-top: -0.7em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
/*formattazione numero grande*/
#numeroDomanda {
	height: 2.3em;
	background-image: url(../immagini/sfondoAzzurro.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0.8em;
	margin-top: -0.3em;
}
#intBoxCenter p.numDomanda {
	display: block;
	font-size: 2.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFFFFF;
	width: 0.8em;
	padding-right: 0.2em;
	height: auto;
}

/*formattazione parte domande*/
#boxDomande {
	float: left;
	width: 100%;
	display: block;
}

/*formattazione menu domande con icone*/
#navDomande {
	display: block;
	/* modifica del 11/10/2009 fissata la larghezza della colonna
	float: left;
	width: 22.5%;
	margin-right: -3px;
	*/
	float: right;
	width: 5em;
	/* modifica del 07/09/2009 tolto il bordino al box
	border-left-color: #005b98;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-color: #005b98;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
	height: auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}
ul.domande li {
	display: block;
	height: 3.5em;
	padding-top: 38px;
	text-align: right;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.domande li.indietro {
	background-image: url(../immagini/indietro.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
ul.domande li.indietro a:link, ul.domande li.indietro a:visited, ul.domande li.indietro a:hover, ul.domande li.indietro a:focus, ul.domande li.indietro a:active {
	color: #005b98;	
}
ul.domande li.azzera {
	background-image: url(../immagini/azzera.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
ul.domande li.azzera a:link, ul.domande li.azzera a:visited, ul.domande li.azzera a:hover, ul.domande li.azzera a:focus, ul.domande li.azzera a:active {
	color: #005b98;	
}

/*formattazione domanda*/
#domanda {
	float: left;
	width: 75%;
	margin-right: 2%;
}
#domanda p {
	font-size: 0.85em;
	color: #005b98;
	font-weight: bold;
}

/*formattazione link nella domanda*/
span.linkDomanda a:link, span.linkDomanda a:visited, span.linkDomanda a:hover, span.linkDomanda a:focus, span.linkDomanda a:active {
	font-weight: bold;
	font-size: 1em;
	color: #b60000;
	text-decoration: underline;
}

#domanda a.linkDomanda:link, #domanda a.linkDomanda:visited, #domanda a.linkDomanda:hover, #domanda a.linkDomanda:focus, #domanda a.linkDomanda:active {
	font-weight: bold;
	font-size: 1em;
	color: #b60000;
	text-decoration: underline;
}
/*formattazione risposta*/
ul.risposta {
	margin-top: 1em;
}
ul.risposta li {
	font-weight: bold;
	font-size: 1em;
	color: #005b98;
	margin-left: 16px;
}
ul.risposta li a:link, ul.risposta li a:visited, ul.risposta li a:hover, ul.risposta li a:focus, ul.risposta li a:active {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	line-height: 1.7em;
}

/*formattazione domande precedenti*/
#boxRisposte {
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005b98;
	width: 100%;
	background-image: url(../immagini/sfondoAzzurroChiaro.gif);
	background-repeat: repeat;
}
#precedenti {
	padding-top: 0.2em;	
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}
#precedenti p {
	color: #000000;
}
#precedenti h4.domPrecedente {
	font-style: italic;
	font-weight: bold;
	font-size: 0.95em;
	color: #00489a;
	font-family: Arial, Helvetica, sans-serif;
}
#precedenti p.citDomanda {
	font-size: 0.85em;
	margin-right: 2.5em;
	margin-top: 0.5em;
}
span.domNumero {
	font-style: italic;
}
#precedenti p.precRisposta {
	font-weight: bold;
	text-align: right;
	margin-top: -1.3em;
	padding-right:0.5em; /* aggiunta del 07/09/2009 */
}

/*formattazione risposta negativa*/
#boxRispostaNo {
	margin-top: 1em;
}
#titoloNo {
	background-color: #b60000;
	margin-left: 2px;
	margin-bottom: 0;
	padding: 4px;
	height: 0.6em;
}
#titoloNo p {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0.7em;
}
.rispostaNo {
	margin-left: 2px;
	margin-bottom: 1em;
}
.rispostaNoInt {
	border: 2px solid #b60000;
	padding: 5px;
}
#intBoxCenter .rispostaNo p {
	font-size: 0.875em;
	color: #990000;
	font-weight: bold;
}
.rispostaNo a:link, .rispostaNo a:visited, .rispostaNo a:hover, .rispostaNo a:focus, .rispostaNo a:active {
	font-weight: bold;
	font-size: 1em;
	color: #000066;
	text-decoration: underline;
}
#stampaCheck {
	text-align: right;
	margin-top: 1.5em;
}

#stampaCheck a:link, #stampaCheck a:visited, #stampaCheck a:hover, #stampaCheck a:focus, #stampaCheck a:active {
	font-weight: bold;
	font-size: 0.875em;
	color: #005b98;
	text-align: right;
	margin-top: 1.5em;
}
