body {
	
	font-family		: Sans-serif;
	font-size		: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #FEDE0D;
	text-align: center;
}

.small {
	
	font-size		: 11px;
	
}

.evidente {
	
	font-size		: 14px;
	font-weight: bold;
	
}

.errore {
	color: red;
	font-weight: bold;
}

.giusto {
	color: green;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #834504;
}

table.scheletro {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	font-size		: 12px;
	background-color: #FEDE0D;
	width: 80%;
	height: 98%;
}

tr.scheletro_testata {
	height: 131px;
	background-color: #FFFFFF;
}

td.scheletro_testata {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid;
	border-color: #A5A5A4;
}

span.logo {
	font-family: cursive;
	font-size: 38px;
	color: #807E7D;
	font-weight: bold; 
}

span.sottotitolo {
	font-family: cursive;
	font-size: 18px;
	color: #595757;
	font-weight: bold;
}

tr.divisorio {
	background-color: #FEDE0D;
	height: 10px;
}

tr.scheletro_menu {
	background-color: #FFFFFF;
}

td.scheletro_menu {
	vertical-align: top;
	padding: 0px 0px 3px 0px; 
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Times;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-right: 1px solid #A5A5A4;
	border-bottom: 2px solid #A5A5A4;
	border-top: 1px solid #000000;
}

table.menu {
	width: 100%;
	background-color: #E8E8E6;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 1px 3px #CBCBC9;	
}

td.menu_sel {
	color: #F8C709;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #E8E8E6;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	height: 25px;
	width: 25%;
}

td.menu_unsel{
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #E8E8E6;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	height: 25px;
	width: 25%;
}

td.separatore_menu{
	background-color: #A5A5A4;
	width: 0.5px;
}

a.menu {
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.menu:hover {
	color: #F8C709;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

tr.scheletro_contenuto {
	height: 100%;
	background-color: #FEDE0D;
}

td.scheletro_centrale {
	with: 100%;
	vertical-align: top;
	padding: 10px 3px 3px 3px;
	background-color: #FFFFFF;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}

td.scheletro_sx {
	width: 150px;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	border-right: 5px solid;
	border-left: 0px solid;
	border-color: #FEDE0D;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}

td.scheletro_dx {
	width: 150px;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	border-right: 0px solid;
	border-left: 5px solid;
	border-color: #FEDE0D;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}

div.banner {
	border-radius: 15px;
	background-color: #FFFFFF;
	border-color: #000000;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

tr.scheletro_footer {
	height: 20px;
	background-color: #FFFFFF;
}

td.scheletro_footer {
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-size: 10px; 
	border-top: 1px solid #A5A5A4;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
}

a.footer {
	font-size: 10px; 
	text-decoration: none;
}

table.form_registrazione {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px, 0px, 0px, 0px;
	border-spacing: 0px;
	font-size		: 12px;
	width: 100%
}

td.form_registrazione {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
}

table.elenco_servizi {
	border: 0px;
	width: 100%;
	font-size		: 12px;
}

div.record1 {
	background-color: #FFA200;
	border: 1px solid;
	padding: 5px;
	margin: 3px;
	color: #222222;
	font-size: 13px;
}

div.record2 {
	background-color: #FCD7AF;
	border: 1px solid;
	padding: 5px;
	margin: 3px;
	color: #222222;
	font-size: 13px;
}

a.record {
	font-size: 11; 
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

span.home_grande{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

div.visibile {

}

div.nascosto {
	display: none;
}

a.cat_ser { 
	text-decoration: none;
	color: #222222;
}

a {
	color: #000000;
	vertical-align: top;
}

a:hover {
	color: #F8C709;
	vertical-align: top;
}
/*  **************** Style per il form ************** */

input {
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-transform: none;
	border:1px solid #2D71AB;
	background: #fff;
}

input:focus {
	outline: none;
	border:1px solid #2D71AB;
}

textarea {
	width:550px;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-transform: none;
	border:1px solid #2D71AB;
	background: #fff;
	height: 60px;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #2D71AB;
	font-size:11px;
	color: #000;
}

input.form_registrazione {
	background: #2D71AB;
	border: 1px solid #F3F00F;
	font-size:11px;
	color: #ffffff;
	padding: 5px;
}