/*Form di default  */
#d_form   {
	margin: 0;
	text-align: left;
	padding: 0;
	width: 95%;
}
#d_form p {
	margin-left: 0;
	text-align: left;
	padding-left: 0;
}
#d_form form {
	color: #000;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: transparent;
	line-height: 1.5em;
}

#d_form fieldset {
	margin: 10px 0 30px 0;
	padding: 10px;
	border: 1px solid #00467F;
	text-align: left;
	background-color: transparent;
}
	
#d_form legend { 
	color: #00467F;
	font-size: 100%;
	font-weight:bold;
	padding: 0 5px 10px 5px;
	margin: 0 10px;
}
#d_form label {	
	display: block;  
	float: left; 
	width: 20%; 
	padding: 0; 
	margin: 5px 0 0 0; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
#d_form textarea, #d_form select {
	width: auto;
	margin:5px 0 0 10px; 
	font-weight: normal;
	letter-spacing: normal;
}
	
#d_form1 input {
	width: 20em;      
	margin:5px 0 0 10px;
	font-weight: normal;
	letter-spacing: normal;

	background: #fff;
	padding: 2px 2px 2px 4px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	border-radius: .5em; 
	
/*	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
*/
/*	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
*/

}
#d_form input.nosize {
	width: auto;      
}
#d_form form input[type="radio"] {
	float: none;
	display: inline;
	width: auto;
	border: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#d_form form fieldset.radio label {
	float: none;
	display: inline;
	width: auto;
	border: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0 60px 0 0;
	vertical-align: middle;
}

#d_form form input.RadioCheck, #d_form form fieldset.radio input {
	float: none;
	display: inline;
	width: auto;
	border: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#d_form br {
	clear:left;
}

#d_form form .crea_bottone_angolo {
	text-align: left; 
	margin: 0; 
	padding: 0;
	float: left;
	clear: none;
}
#d_form form p.sfondo_bottone {
	text-align: left; 
	margin: 0 30px 20px 0px; 
	padding: 0;
	float: left;
}
#d_form form input.angolo_bottone /*per IE6 con JQuery	*/ {
	margin: 0;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	font-weight: bold;
  	color: #FFF;
	border-style:solid;
	border-color: #000 #000 #000 #000;
  	border-width:0px 0px 0px 0px;
	background:url(../img/sfondo_angolo_bottone_blu.jpg) repeat-x scroll top center #02335C;
	white-space: nowrap;
	cursor: pointer;
}

#d_form form input[type="submit"], #d_form form input[type="reset"] {
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
	height: 22px;
  	color: #FFF;
	border-style:solid;
	border-color: #000 #000 #000 #000;
  	border-width:0px 0px 0px 0px;
	background:url(../img/sfondo_angolo_bottone_blu.jpg) repeat-x scroll top center #02335C;
	white-space: nowrap;
	cursor: pointer;

/*	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;

	border-radius: 2em;

	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); */ 	/* ie8 */
}
#d_form form input[type="submit"]:hover, #d_form form  input[type="reset"]:hover, #d_form form input.angolo_bottone:hover {
	background:url(../img/sfondo_menu_principale_hover_blu.png) no-repeat scroll center center #02335C;
}

#d_form form span.input_sfondo_bottone_form_sx  {
	margin: 0;
	padding: 4px 0 2px 5px;
	width: 10px;
	background:url(../img/sfondo_angolo_bottone_blu_sx.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#d_form form span.input_sfondo_bottone_form_dx {
	margin: 0;
	padding: 4px 10px 2px 0;
	width: 10px;
	background: url(../img/sfondo_angolo_bottone_blu_dx.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}


/* Pulsante link */
#d_form form input.bottone_link{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
  	color: #00467F;
	border: 0 none;
	border-bottom: 1px solid #00467F;
	background: none;
	white-space: nowrap;
	cursor: pointer;


	margin: 0;
	padding: 0;
	font-weight: bold;
  	color: #00467F;
	font-size: 80%;
	border: medium none;
	background: none repeat scroll 0 0 transparent;
	text-decoration: underline;


}
#d_form form input:hover.bottone_link {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
  	color: #00467F;
	border: 0 none;
	background: none;
	white-space: nowrap;
	cursor: pointer;
}
#d_form form a, #d_form form a:visited {
	margin: 0 10px;
	padding: 0;
	text-decoration: underline;
	font-weight: bold;
  	color: #00467F;
	font-size: 80%;
	border: 0 none;
	background: none;
	white-space: nowrap;
}
#d_form form #pulsanti_form  {
	width: 100%; 
}
#d_form form a.fl_sinistra {
	float: right;
}
#d_form form a.fl_destra {
	float: right;
}


/* Fine bottone/pulsanti per form */


/* Tabella di default */ 
#colonna1 table.tipouno {
	width: 90%;
    background-color: #FFF;
	margin-left: 35px;
}
#colonna1 table.tipouno tr.tr21 {
        background-color: #00477F;
		color: #FFF;
    	text-align: left;	
}
#colonna1 table.tipouno tr.color1 {
        background-color: #FFF;
    	text-align: left;	
}
#colonna1 table.tipouno tr.color2 {
        background-color: #D9FFFF;
    	text-align: left;	
}
#colonna1 table.tipouno td.color1, #colonna1 table.tipouno td.color1_c {
        background-color: #D9FFFF;
}
#colonna1 table.tipouno td.color2, #colonna1 table.tipouno td.color2_c {
        background-color: #FFF;
}
.d_tabella {
	/*margin: 0 auto;
	text-align: center;*/
	width: 95%;
}
.d_tabella table,  table.tipouno {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 20px 0;
	text-align: left;
}

.d_tabella caption, table.tipouno caption {
	border: 1px solid #ccc;
	background-color: #00477F;
	color: #fff;
	padding: 0.4em;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 3px solid #FFF;
}

.d_tabella table colgroup .t_dx {
	text-align: right;
}
.d_tabella table colgroup .t_sx {
	text-align: left;
}
.d_tabella table colgroup .t_center {
	text-align: center;
}


.d_tabella th, table.tipouno th {
	border: 1px solid #ccc;
	background-color: #00477F;
	color: #fff;
	padding: 0.4em;
	text-align: center;
}

.d_tabella td, table.tipouno td  {
	padding: 0.4em;
}

.d_tabella tr:nth-child(even) td, table.tipouno tr:nth-child(even) td {
	background-color: #DFE6EC;
}
.d_tabella tr:nth-child(odd) td, table.tipouno tr:nth-child(odd) td {
	background-color: #FFF;
}
/*
.d_tabella tr:nth-child(odd) td  {
	background-color: #D9FFFF;
}
*/
.d_tabella tr.even, table.tipouno tr.even {
	background-color: #D9FFFF;
}
.d_tabella tr.odd, table.tipouno tr.odd {
	background-color: #D9FFFF;
}
/* Sovrascrive content.css */
table.tipouno tr.color1 {
	background-color:#FFF;
	text-align:left;
}
/* Modifica per Wizard*/

.bottone_avanti_indietro{
	background: #00477F url("../img/form/bottone_avanti.gif") no-repeat scroll center center;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 auto 0 15px;
	padding: 0;
	height: 20px;
	position:relative;
	text-align:center;
	text-decoration:none;
	/*line-height:1.4em;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border:0 none;
	width: 100px;
	cursor: pointer;
}
.bottone_avanti_indietro:hover{
	background-image: url("../img/form/sfondo_bottone_blu_hover.gif");
}

.bottone_indietro{
	background: 0 none;
	border: 0 none;
	color:#00467F;
	cursor:pointer;
	font-size:110%;
	font-weight:bold;
	margin: 0 0 0 15px;
	padding: 0;
	border-bottom: 1px solid;
	white-space:nowrap;
	width: 60px;
}



/* Fine modifica per Wizard*/
