/* css tabs */

body {font-size:1em; font-family:verdana, arial, sans-serif;}

img {border:0;}

.hidden{display:none;}
.verde {color:#008000; font-weight:normal;}
.rosso {color:red; font-weight:bold;}

div#cornice {
	width:99%;
	margin-left:auto;
	margin-right:auto;
	}
	
input, textarea, chekbox, select {
	border:solid 1px #aaa;
	}
	
table tr td.label {
	width:100px;
	vertical-align:top;
	font-size:11px; font-weight:bold;
	}
	
table tr td.input {
	width:650px;
	vertical-align:top;
	font-size:11px;
	}
	
table tr td.input input.titolo {font-weight:bold;}
	
table tr td.input textarea {width:100%;}
table tr td.input iframe {width:100%;}


h1 {
color:darkred; border-bottom:solid 1px #aaa;
font-size:20px; margin-top:50px;
text-align:right;
}

h2 {
color:darkred; border-bottom:solid 1px #aaa;
font-size:15px; margin-top:50px;
text-align:right;
}

#mainCopy {
  background-color: white;
  border-top: 1px solid #aaa;
  color: #000;
  margin: 50px 0 0 0;
  padding: 2px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:11px;
  font-weight:bold; text-align:center;
}

/* style for step by step page */

#menustep {
	background-color:white;
	}
	
#menustep span {
	color:black; font-size:11px; font-weight: bold;
	padding:10px; border:solid 1px #637D84;
	}
	
#menustep span.here {
	color:white; font-size:11px; font-weight: bold;
	padding:10px; border:solid 1px #637D84; background:#637D84;
	}
	
#menustep span.navstep {
	background:#ccc;
	}
	
#menustep a:link, #menustep a:visited {
	color:black; text-decoration:none;
	}
	
#menustep a:hover, #menustep a:active {
	color:#637D84; text-decoration:underline;
	}
	
.steptable {margin-top:30px;}

.steptable fieldset {margin-top:15px;}
.steptable fieldset legend {font-size:10px; font-weight:bold; color:#990000;}


/* -- tabelle per elenchi --*/

.steptable table.elenco caption {
/*	margin:0; font-size:11px;
	text-align:right; font-weight:normal;	*/
	display:none;
	}

.steptable table.elenco { 
display:table; /*table-layout:fixed;*/ 
border:solid 2px #990000; 
border-collapse:collapse; 
width:100%; margin:0; padding:0; 
font-size:12px;
} 

.steptable table.elenco tr { 
display:table-row; 
margin:0; padding:0; 
} 

.steptable table.elenco td  { 
display:table-cell; 
border:solid 1px #000; 
margin:0; padding: 5px 5px; 
} 	

.steptable table.elenco td.center {text-align:center;}

.steptable table.elenco th  {
	background:#ccc;
	}	
	
.steptable a:link, .steptable a:visited {color:blue;}
.steptable a:hover, .steptable a:active {color:#990000;}
