form#auth  {font-family:arial;font-size:100%;color:#000;}

form#auth label  {float:left;display:block;margin:3px 0;clear:both;}

form#auth input  {
	color:#000;
	margin:0 0 7px 0;
	border:1px solid #d8d8d8;
	width:auto;
	float:none;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	background: url('gradient_white.png') repeat-x top left #efefef;
	padding:3px 10px;
}
 
form#auth select {color:#000;margin:0 0 7px 0;border:1px solid #d8d8d8;width:240px;float:right;-moz-border-radius:9px;-webkit-border-radius:9px;background: url('gradient_white.png') repeat-x top left #efefef;padding:3px 5px 3px 10px;}

form#auth option {display:block;color:#666;}
input, textarea { /* Stili per il campo di testo e per la textarea */
        color:#666;
        float:right;
        font-size:160%;
        font-family:arial;
        height:auto;
        border:1px solid #d8d8d8;
        width:auto;
        -moz-border-radius:12px;
        -webkit-border-radius:12px;
        background: url('gradient_white.png') repeat-x top left #efefef;
        padding:2px 10px;
        margin-bottom:10px;

}
 
form#auth textarea {
	color:#666;
	float:right;
	font-size:130%;
	font-family:arial;
	height:auto;
	border:1px solid #d8d8d8;
	width:auto;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background: url('gradient_white.png') repeat-x top left #efefef;
	padding:2px 10px;
	margin-bottom:10px;
}

#send {background: url('gradient_black.png') repeat-x top left #a80329; clear:both;-moz-border-radius:15px;-webkit-border-radius:15px;border:0;cursor:pointer;color:#fff;margin-top:15px;float:right;font-weight:bold;font-size:110%;padding:5px 15px;}

.faulty_field{background:#fff4f4 !important;color:#ff0000;border:1px solid #ff0000 !important;}
label span {color:#ff0000;font-size:85%; }
 
#main{ height:400px; margin:0 auto; padding:0;}
body {
	background: #CCC;
	margin:0;
	padding:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 200;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a, 
.sx li ul li a.readmore {
	color: #576680;
}

a:hover,
.sx li ul li a.readmore:hover {
	color: #999;
}

a:focus {
	outline: none;
}


a.button { 
    background-color: #7F577A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #576680;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}






span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, sans-serif;
}

h2 {
	color: #333;
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family:   Arial, sans-serif;
}

h3 {
	color:  #000;

	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family:  Arial, sans-serif;
}

h4 {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.larghezza {
	width: 930px;
	margin: 2 auto;
}

#scatola {
	height:100%;
	background-color: #fff;
	width: 980px;
	border-left: 30px solid #8994A6;
	border-right: 30px solid #8994A6;
	margin: 0 auto;
}

header {
	padding: 50px 20px;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover {
		font-weight: normal;
	letter-spacing: -2px;
	line-height:normal;
	text-decoration: none;
	text-transform: none;
	color: #333;
	background-color: #FFF;
	font-size: 55px;
	padding: 10px;

}


nav {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 56px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
		letter-spacing: 0;
	margin-top:8px;
	font-weight: bold;
	padding: 10px 17px;
	text-decoration: none;
	color: #666;
	display: block;
	font-family: Arial,sans-serif;
	font-size: 16px;

}
nav ul li.selected a,
nav ul li.selected a:hover {
	color: #fff;
	background-color: #CCC;
	font-weight:bold;
}


nav ul li a:hover {
	color: #000;
	text-decoration: none;
}

img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
    margin-left: 165px;
    /*width: 85%;*/
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 { 
	font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
	color: #999999;
	font-size: 12px;
	padding: 0 0 10px 0;
	/* [disabled]border: 2px dashed Black; */
}

article .article-info a { 
	color: #666;
}

.sx {
    float: right;
    width: 28%;
	margin-top: 10px;
}

.sx h4 {
		color: #444;
	padding: 12px;
	background-color: #CCC;
	border-bottom: 3px solid #0000;
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 100;

}

.sx ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sx ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sx li ul {
    list-style: none outside none;
    margin: 0px;
}

.sx li ul li {
		padding: 8px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	display: block;
	border-top: none;

}

.sx li ul li.text { 
	border-bottom: none;
}



.sx li ul li a {
	font-weight: normal;
	color: #666;
}

.sx li ul li a:hover {
	color: #000;
}







.clear {
	clear: both;
}






@media screen and (max-width: 540px) {

	nav ul li { float: none; text-align:center; }
	nav ul li a { font-size: 13px; }
	nav { height: auto; }

}
.rTable {    display: table;    width: 100%; } 
.rTableRow {    display: table-row; font-weight: bold; font-size: 120%; background-color: #FFF;} 
.rTableHeading {    display: table-header-group;    background-color: #ddd; } 
.rTableCell, .rTableHead {    display: table-cell;    padding: 3px 10px;    border: 1px solid #999999; } 
.rTableHeading {    display: table-header-group;    background-color: #ddd;    font-weight: bold; } 
.rTableFoot {    display: table-footer-group;    font-weight: bold;    background-color: #ddd; } 
.rTableBody {    display: table-row-group; }
.quesito {  font-size: 130%; border: 1px solid #999999;  padding: 13px 10px; } 
