

div#top_fla {
/* ---------- gia' in viltan.css
	float: left;
	background-image: url(../pics/top_interno.jpg);
	*/
height: 150px;
width: 543px;
	}

/*************************** layout FISSO */
#main {
	/*border: 1px solid #CCC;*/
}

/*____________________________ non visibile a schermo*/
.solo_stampa	{display: none;}
/*____________________________ non visibile in stampa*/
.solo_schermo	{display: block;}


/*_____________stili generali______________*/
#main p {
	margin: 0 0 .5em 0;
	padding: 0;
	/*font-size: 80%;*/
	line-height: 1.5em;
}

#main p.small {
	font-size: 11px; /*troppo piccolo ?*/
}
/*
#main a:link,
#main a:visited {
	color: #6CF;
}
#main a:hover {
	color: #39C;
}
*/
#main h1,
#main h2, 
#main h3,
#main h4,
#main h5,
#main h6 {
/*
	margin: 1em 0 .05em 0;
	padding: 0;
	line-height: normal;
*/
	color: #006AB1;
}

/*
h1{	font-size: 150%;}
h2{	font-size: 120%;}
h3{	font-size: 110%;}
h4{	font-size: 100%;}
h5{	font-size: 80%;}
h6{	font-size: 70%;}
*/

/*
li {
	font-size: 80%;
	padding-left: 0;
	margin-left: 0;
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 15px;
	list-style-type: square;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 30px;
}

*/


/*
table{
	clear: both;
}

table td {
	padding-right: 10px;
	vertical-align: top;
}
*/



.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}

.clearboth{
	clear: both;
}

/*_____________________ azione_box ----- in iscrizione.php, privacy.php*/
#main div.azione_box {
	font-size: 12px;
	line-height: normal; 
	color: #006AB1;
	background-color: #CADAF4;
	padding: 10px;
	border: 3px solid #FFF;
}
#main div.azione_box p {
	font-size: 12px;
	line-height: normal; 
}


/*____________stili lay-out_______________*/

/*-------------------------------------top  */

/* visibile solo in stampa */
div#nomesito {display: none;}
/* fine stampa*/

div#homelink {margin: 0;
}
.corrente {
	color: #014668; /*999*/
}


/*-------------------------------------         titpagina  */
#main h1.titpage {
 /*ROBBY*/	/*position: relative;
			left: -25px;*/        
	width: auto;
	font-size: 22px;
	font-variant: small-caps;	
	border-bottom: 3px solid #CADAF4;
	padding-left: 24px;
	margin-bottom: 5px;
	margin-top: 0px;
}
/*------------------------------------------------- uguale ad h2 nell'altro css */
#main p.subtit {
	color: #006AB1;
	position: relative;
	font-size: 14px; /*ex 18px come h2*/
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: normal;
	font-weight: bold;
}


#main p.nota {
	font-style: italic;
	color: #CADAF4; /*999*/
	line-height: normal;
	font-size: 70%;
}

/*
#content p.notacreazione {
	margin: 1em 0 1em 109px;
	font-style: normal;
	color: #999;
	line-height: normal;
	font-size: 70%;
}

#content p.legenda {
	margin: 1em 0;
	padding: .5em;
	border-top: 1px solid #F1F1F1;
	font-style: normal;
	color: #999;
	line-height: normal;
	font-size: 70%;
}
*/

/*-------------------------------------azione  */
div.azione {
	margin: 30px 100px 30px 0;
	padding: 0;
}

div.azione h3 {
	font-size: 80%;
	margin: 0 0 .5em 0;
	padding-left: 100px;
	padding-bottom: 10px;
}

/**********************************************/
/*                 per form                   */
/**********************************************/
/*********************************** inizio errori*/
/*__________________________________ div che segnala: ATTENZIONE il modulo non è stato inviato*/

div.erroremsg {
	background-color: #8F002C; /*900*/
	color: #FFF;
	padding: 5px;
}
div.erroremsg p{
	/*font-size: 80%;*/
}

/*__________________________________ div che segnala: CAMPO MANCANTE */
span.erroreform {
	color: #8F002C;
}
/*__________________________________ div che segnala: DIGITAZIONE ERRATA */
span.erroreformalert {
	color: #EE0049;	 /*F66*/
}

/*********************************** fine errori*/


/*_________________________________ titolo feedback registrazione - data */
h2.titxtabella {
	font-size: 100%;
	font-weight:bold;
	margin: 1em 0 0 0;
	padding: 0;
	color: #006AB1; /*c33*/
	border-bottom: 1px solid #006AB1;
}

/*________________________________________ stili per i form*/

form {
	padding: 0;
	margin: 0;
}

fieldset {
/*ROBBY*/width:auto;
	/*color: #999999;*/
	/*border: 3px dashed #FFF;*/ /*CCC*/
/*ROBBY*/border: 2px solid #fff;	
    padding: 0 1em 1em 1em;
	/*margin: .5em 0;*/
/*ROBBY*/margin: .5em 20px;
/*	background-color: #DDEEF7;*/
}
legend {
	/*border: 3px dashed #FFF; *//*CCC*/
	color: #006AB1;
	background-color: #FFF;
	font-weight: bold;
	padding: 0.2em 0.5em;
	margin: 0 0 .5em 0;
	font-size:12px; /*fisso perché sta in varie table*/
	text-align:right;
}

/*__________________________________ stile per i campi obbligatori */
/* cambiare solo il colore! */
.campo_obbl {
	color: #000;	/*#006AB1*/
	font-weight: bold;
}

/*________________________________________ stili generali per l'impaginato dei form*/

/*________________________________________ table*/
table {
	font-size: 12px;
}
form table td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
form table th {
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	width: 120px; /*__________________ larghezza cella*/
	color: #000; /* __________________ corore th   - 666*/ 
	font-weight: normal;
}

/*________________________________________ table.table_sigrazie */
table.table_sigrazie {
	font-size: 12px;
}
table.table_sigrazie td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
table.table_sigrazie td p{
	font-size: 12px;
	line-height: normal;
}

table.table_sigrazie th {
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	width: 50px; /*__________________ larghezza cella*/
	color: #666;
}


/*________________________________________ table table*/
table table{
	/*font-size: 100%;*/
}
table table td,
table table th{
	/*font-size: 100%;*/
}

/*________________________________________ table#td_anagrafica*/
table#td_anagrafica{
	/*font-size: 100%;*/
}
table#td_anagrafica td,
table#td_anagrafica th{
	/*font-size: 100%;*/
}

/*________________________________________ table#td_passaggio*/
table#td_passaggio{
	/*font-size: 100%;*/
}
table#td_passaggio td,
table#td_passaggio th{
	/*font-size: 100%;*/
}
/*________________________________________ table.table_ack - tabella risultati form */
table.table_ack {
	font-size: 12px;
}

table.table_ack th {
	color: #999;
	font-weight: normal;
	font-style: italic;
	padding-right: 5px;
	width: 120px; /*__________________ larghezza cella*/
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}

table.table_ack td {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table.table_ack td.note_record {
	color: #999;
	font-weight: normal;
}

/*________________________________________ colore note  */
/* span o p*/
span.formnota {
	color: #006AB1;  /*#CCC*/
}

p.formnota {
	color: #006AB1;   /*#CCC*/
	font-size: 12px; /* troppo piccolo?*/
}

/*________________________________________ stili form */
label {
/*	font-weight: bold;*/
	font-weight: normal;
	padding: 0 5px 0 0;
	margin: 0;
}

input,
textarea,
select {
	padding: 0;
	margin: 0;
	vertical-align: top;
	border: 3px solid #CADAF4; /*#006AB1*/
}
/*_______________________________________ stile per checkbox e radio */
input.checkbox {
	border: 1px solid #E6F1F5; /*come il col. di sfondo!*/
}	
/*_______________________________________ stile per il solo campo readonly */
textarea#privacytext {
	padding: 0 10px;
	margin: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	font-size: 10px;
}
/*_______________________________________ pulsanti form */
.button,
.button_special {
	color: #FFF;
	font-weight: bold;
	background-color: #006AB1;	
	padding: 5px 15px;
	font-size: 13px;	
	margin-bottom: 6px;
	border-style: outset;
	border-width: 1px;
	border-color: #fff;
	/*
	cross browser 
	pointer: Explorer 6 Windows, Mozilla, Opera, Explorer 5 Mac, Safari 1.0+
	hand: Explorer 4-6 Windows, Opera, Explorer 5 Mac, Safari 1.2+ 
	The cross-browser code does not work in Safari 1.0. 1.2 has no problems.
	Note that the two declarations must be in this order.
	cursor: pointer;
	cursor: hand;
	pero' cos' non è validabile!
	*/
	cursor: pointer;
}

.button_special {
	background-color: #8F002C;	
}


/*______________________________________ simulazione pulsanti */
.button_div {
	color: #CCC;
	font-weight: bold;
	background-color: #006AB1;	
	padding: 5px 15px;
	border-style: outset;
	border-width: 2px;	
	font-size: 13px;	
	width: 100px;
	text-align: center;
	margin-bottom: 6px;	
}

.button_div a:link, 
.button_div a:visited{
	color: #FFF;
	padding: 5px 15px;
	text-decoration: none;

}

