@charset "utf-8";
/* CSS Document */

@charset "utf-8";
@import url("resets.css");

body {
	background-image:url(../_img/background_vertical_line.gif);
	background-repeat:repeat-x;
	background-color: #f0f0f1; 
	text-align: center;
}
.container{
	margin-top: 30px;
	background-color:#FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: 7px 7px 20px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    7px 7px 20px rgba(50, 50, 50, 0.2);
	box-shadow:         7px 7px 20px rgba(50, 50, 50, 0.2);
}
#wrapper {
	margin:auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:justify;
	width:850px;
	position: relative;
}
#Header img {
	vertical-align:bottom;
}
#banner img {
	position:relative;
	float:left;
	clear:both;
	top: -25px;
}
/* ------------------LANGUAGES------------------   */
.languages {
	position: absolute;
	right: 20px;
	top: 12px;
	z-index: 2;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}
.languages ul {
	list-style-type: none;
}
.languages ul li {
	display: inline;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.7em;
}
.languages ul li a {
	color: #999;
	text-decoration: none;
}
.languages ul li a:hover {
	color: #E86F00;
}
/* ------------------HORMENU------------------   */
#hormenu {
	width: 600px;
	height: 35px;
	float: left;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	position: relative;
	left: 300px;
	bottom: 35px;
}
#hormenu ul {
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height:35px;
}
#hormenu li {
	width:135px;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
} 
#hormenu ul li ul li {text-align: center;}
.separe {
	background-image: url(../_img/grey_border_hormenu_ai.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#hormenu a {
	display: block;
	color: #E86F00;
	text-decoration: none;
}
#hormenu a:hover {
	background-color:#EBEBEB;
	text-decoration: none;
}
div#hormenu li ul {display: none}
div#hormenu li:hover ul {
	display: block;
	font-size: 1.1em;
	position: absolute;
	z-index:1;
	width:130px;
	padding: 2px;
	margin: 0 0 0 -1px;
	border:1px solid;
	border-color: #626262;
	background: #FFF;
}
#hormenu li li {
	border: none; 
	width: 130px;
}
#hormenu li li a {padding: 2px 2px 2px 2px;}
#hormenu ul li ul li a {font-size: .7em; color: #333;}
/* ------------------CONTENUTI------------------   */
#main {
	position:relative;
	top: -10px;
}
.Contents {
	padding-left:1.2em;
	padding-right: .4em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: .8em;
}
.Contents h1 {
	font-size: 1.5em;
	padding-bottom: .5em;
	color: #F60;
	text-align: left;
}
.Contents h2 {
	font-size: 1em;
	color: #F60;
	text-align: left;
	line-height: 1.6em;
	padding-top: .5em;
	padding-bottom: .4em;
}
.Contents h3 {
	font-size: 0.9em;
	color: #F60;
	text-align: left;
	line-height: 1.7em;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	text-decoration: underline;
}
.Contents h4 {
	font-size: 1.1em;
	font-variant:small-caps;
	color: #999;
	text-align: left;
	line-height: 1.6em;
	padding-top: 0.6em;
}
.Contents p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: .5em;
	padding-right: .8em;
}
.Contents a {
	color: #C93;
	font-size: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.7em;
	color: #FF9B59;
}
.Contents a:hover {
	text-decoration: underline;	
}
/* ------------------LISTE------------------   */
.Contents ul {
	font-family: Tahoma, Geneva, sans-serif;
	padding-left:1.2em;
	padding-bottom: .5em;
}
.Contents ul li {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-left:1em;
	padding-right: .7em;
}
.Contents ol {
	font-family: Tahoma, Geneva, sans-serif;
	padding-left:1.4em;
	padding-bottom: .5em;
}
.Contents ol li {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-left:1em;
	padding-right: .7em;
}

/* ------------------AREA PRIVATA------------------   */
#moduli   {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}
#moduli a  {
	font-size: .9em;
}
#grey_background {
background: -moz-linear-gradient(top,  rgba(224,224,224,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,224,224,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,224,224,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,224,224,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,224,224,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#moduli td  {
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: .6em;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#moduli td h2 {
	color: #666666;
	font-size: .8em;
	padding-left: .3em;
	padding-bottom: 0;
}
#moduli ol {
	padding-left: 2em;
	padding-top: .5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
}
#moduli ol li  {
	line-height: 1.8em;
}
#moduli ul {
	padding-left: 2em;
	padding-top: .5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
}
#moduli ul li  {
	line-height: 1.8em;
}

.moduli_Smallcaps {
	font-size: 0.9em;
	margin-left: 1.2em;
	color: #828282;
	padding-left: 0.3em;
	line-height: normal;
	font-variant: small-caps;
}
#moduli td p {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
	padding-left: .3em;
	line-height:normal;
}
.legenda  {
	font-size: 0.8em;
	font-style:italic;
	text-align: left;
	color: #8E8E8E;
	margin-bottom: 1em;
}
.esempi_doc  {
	font-size: 0.8em;
	font-style:italic;
	text-align: center;
	color: #8E8E8E;
}
.download  {
	display:inline-block;
}

/* ------------------CLASSI------------------   */
#calendario_legenda {
	background-color: #F0F0F0;
	font-size: 0.9em;
	padding: 1em;
}

.blink {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	font-weight: bold;
	text-decoration: blink;
}
.citazione {
	font-style: italic;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.6em;
	color: #8E8E8E;
	background-color: #EFEFEF;
	display: block;
	padding-left: 1.3em;
	padding-right: 1.3em;
	padding-top: .2em;
	padding-bottom: .2em;
	margin-bottom: .7em;
	margin-left: 1em;
	margin-right: 1em;
}
.imp_red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #FF663A;
	font-variant: small-caps;
}
.underscore {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFC;
}
.separe_line {
	height: 3px;
	background-image: url(../_img/linea_grey_584.gif);
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	padding-top: .2em;
	background-position: center center;
}
.table1 {
	padding-top: 0.6em;
}
.contact_noback td:hover  {
	background-color: #FFF;
}
.contact_noback td {
	background-color: #FFF;
}

/* ------------------ICONE------------------   */

.borderbottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}	
.alignLeft { 
	float:left; 
	margin-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.alignRight { 
	float:right;
	margin-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.table_moduli_head {
	font-size: 1.2em;
	font-weight:bold;
	font-variant:small-caps;
	vertical-align:text-bottom;
}
.table_moduli_text{
	font-size: 1em;
	font-variant:small-caps;
	vertical-align:text-bottom;
}
.table_moduli_top { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.table_moduli_bottom { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* ------------------INPUT------------------   */
.inputbox {
	font-size: .9em;
	font-variant: normal;
	margin-bottom: 10px;
	margin-right: 35px;
	padding-bottom: 5px;
	position: relative;  
	background-color: #f4f4f4;  
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px; 		
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.45); 
	box-shadow: 1px 1px 4px rgba(0,0,0,0.45); 

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 18%, #e1e1e1 82%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(18%,#f1f1f1), color-stop(82%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 18%,#e1e1e1 82%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 18%,#e1e1e1 82%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 18%,#e1e1e1 82%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 18%,#e1e1e1 82%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#input {
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 1.2em;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.7em;
	color: #8E8E8E;
	margin-bottom: 1em;
}
#input p {
	padding-left: 1em;
	padding-bottom: .2em;
	font-size: 0.9em;
	text-align: center;
	font-variant: small-caps;
}
#input-text {
	padding-right: 1em;
	font-size: 1.2em;
}
#input-button {
	margin-left: .2em;
	font-size: .9em;
}

/* ------------------SIDEBOX ------------------   */
.sidebox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #909090;
	margin-top: 25px;
	font-variant: small-caps;
}
.sidebox ul {
	font-size: .9em;
	font-variant: normal;
	margin: 0px 35px 0px 0px; 
	position: relative; 
	padding: 15px 20px 15px 20px; 
	background-color: #f4f4f4;  
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px; 		
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.45); 
	box-shadow: 1px 1px 4px rgba(0,0,0,0.45); 
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 48%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(48%,#f3f3f3), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 48%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 48%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 48%,#ededed 100%); /* IE10+ */
background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 48%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.sidebox li { 
	text-align: left;
	display:block; 
	list-style:none; 
	background: none; 
	margin-left: .3em;
}
.sidebox li a {
	color: #FF9B59;
}
.sidebox li + li {
	margin-top: .5em;
	padding-top: .5em;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D9D9D9;
}
.sidebox h1 {
	padding-bottom: .5em;
	padding-right: 2em;
	text-align:center;
}
/* ------------------COLLAPSE------------------   */
#collapse {
	padding-left:1.2em;
	padding-right:1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.collapse input {
	margin-left: .5em;
	margin-right: .5em;
}
.collapse_grey {
	background-color: #EFEFEF;
}
.collapse h1 {
	font-size: .9em;
	vertical-align: middle;
	color: #F60;
	text-align: left;
	line-height: 1.7em;
}
.collapse p {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.7em;
	color: #8E8E8E;
	padding-top: 1em;
	margin-right: 4em;
}

/* ------------------FOOTER------------------   */
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	position:relative;
	clear:both;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	line-height: normal;
	color:#8E8E8E;
}
#footer a {
	color: #E86F00;
}
#footer a:hover {
	text-decoration: underline;	
}
