*{
	padding:0;
	margin:0;}

body{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    line-height: 1.5;
	color:#000;}
	
ul li{
	list-style: none;}
	
a, a:hover{
	cursor:pointer;
	color: #000;
	text-decoration: none;}

a:hover{
	color: rgb(19, 91, 164);}
	
form, fieldset, a img{
	border:none;}
	
input{
	margin-bottom:10px;
	border:1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	width:223px;
	height:22px;
	line-height:22px;}	
	
input.goButton{
	float:right;}
		
input[type='radio']{
	background:none;
	width:auto;
	height:auto;}	

form.login {
	text-align:right;}
	
form.login label{
	float: left;}

h1, h2, h3{
	color: rgb(19, 91, 164);}
	
h1{
	font-size: 22px;
	font-weight: bold;}
	
h2{
	font-size:18px;
	font-weight:bold;}
	
h3{
	font-size:12px;
	padding-bottom: 10px;}
	
.global{
	overflow:hidden;
	background:url(../images/noise.gif) repeat-x bottom left;}

.wrapper{
	overflow:hidden;
	position:relative;
	margin:auto;
	width:985px;}
		
#header{
	min-width:985px;}		
	
#logo{
	background: rgb(19, 91, 164);}
	
#logo img{
	float:left;
	padding:35px 0px;}
	
#nav{
	line-height:40px;
	height:40px;
	text-align:center;
	background:#003f5f;}

#nav a{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;}
	
/* box home page */
#mainHp{
	clear:both;
	width:950px;
	margin:15px auto;
	background:#e5e4e4 url(../images/bg_main_hp.gif) no-repeat top center;}
	
#innerMainHp{
	margin:auto;
	overflow:hidden;
	padding:10px;
	background: url(../images/bg_inner_main_hp.gif) no-repeat  bottom center;}

#mainBox{
	overflow:hidden;
	padding:20px 20px 25px 20px;
	background:#FFF url(../images/bg_main_box.gif) no-repeat top center;}

#mainBoxLeft{
	width:284px;
	float:left;
	padding:10px 0px 0px 0px;}
	
#mainBoxRight{
	float:left;
	width:190px;
	margin-left:20px;
	padding:10px 0px 0px 0px;}
	
#mainBoxText{
	position:relative;
	float:right;
	width:370px;}
	
#mainBoxText h1{
	border-left: 1px solid #e5e4e4;
    margin: 25px 0;
    padding: 0 0 0 10px;}
	
#mainBoxText h1 span{
	display: block;}
	
/* showhide div assistenza */
#hideshow, #hideshow1 {
	z-index:2;
    background-color: #f0f0f0;
    border: 1px solid rgb(19, 91, 164) ;
    height: auto;
	width: 255px;
    position: absolute;
    visibility: hidden;}
	
#hideshow span, #hideshow1 span, .warning{
	color: #ff0000;}
	
#hideshow p, #hideshow1 p {
	padding:0 3px 3px 3px;}

.warning{
	font-size:11px;
	line-height: 13px;
	margin-top: 5px;}

.close a{
	width:20px;
	height:20px;
	float:right;}
	
.helpdeskFirstHp{
    left: 370px;
    top: 115px;}
	
.helpdeskSecondHp{
	left: 370px;
    top: 155px;}	
		
.helpdeskFirst{
	top:324px;
	left:723px;}	
	
.helpdeskSecond{
	top: 367px;
	left:723px;}	

.helpdeskSecond.en{
	top: 349px;}
	
/* classi per contenuto pagine interne */	
#main{
	clear:both;
	margin:15px 0px 30px 0px;
	background:#e5e4e4 url(../images/bg_main.gif) no-repeat top center;}
	
#innerMain{
	margin:auto;
	overflow:hidden;
	padding:20px;
	background: url(../images/bg_inner_main.gif) no-repeat  bottom center;}

#mainLeft{
	width:680px;
	float:left;
	padding-top:10px;
	background:url(../images/bg_main_left.gif) no-repeat  top center;}
	
#innerMainLeft{
	overflow:hidden;
	padding:15px;
	background:#FFF;}
	  
#innerMainLeft p{
	padding:5px 0px;}
	  
#innerMainLeft a{
	text-decoration: underline;}
	
#innerMainLeft p a{
   color: rgb(19, 91, 164) !important;
   font-style:italic !important;}

#mainRight{
	margin-left:700px;}
	
*:first-child+html div#mainRight{
	margin-left:690px;} /*per IE7 */
		
* html #mainRight{
	margin-left:689px;}

#sidebar{
	width:250px;
	padding-top:10px;
	background:url(../images/bg_sidebar.gif) no-repeat center top;}

#inner_sidebar{
    padding:15px;
	background:#FFF;}

/* classi news */
#newsroll{
	padding-left:40px;
	height:50px;
	line-height:50px;
	background: url(../images/bg_news.gif) no-repeat center center;}
	
#titleNews{
	float:left;
	width:70px;}
#titleNews h3 a {
	color:#003b71;
	font-size:18px;
	font-weight:bold;
	margin-top:8px;}
	
#titleNews p {
	color:#003b71;
	font-size:18px;
	font-weight:bold;}
	
#contentNews{
	float:left;}
	
#all_news{
	padding:10px 30px 0 0;
	float:right;}

/* classi footer */
#footer{
	margin-bottom: 10px;}

#footer p, #footer li{
	font-size: 11px;}

#innerFooter{
	padding: 0 10px;
	overflow: hidden;}

#footer .credits {
	background:url(../images/logo_footer.png) no-repeat left center;
	padding-left: 35px;
    float: left;}
	
#footer .credits p {
    line-height: normal;}
	
#footer .right{
    float: right;}	
	
#footer .right a{
	color:#008cba;}	
	
#footer .right a:hover{
	color: rgb(19, 91, 164);}

.menu {
	overflow:hidden;
	float:right;}

.menu li {
	color:#FFFFFF;
	float:left;}
	
.menu li a{
	font-weight:bold;
	width:143px;
	display:block;
	background: url(../images/menu_off.gif) no-repeat center right;}

.menu li a:hover{
	background: url(../images/menu_on.gif) no-repeat center right;}
	
.menu li.first a{
	border-left:1px solid #014d73;}	
	
.menu li.first a:hover{
	border-left:none;}	

.language li {
	color:#FFFFFF;
	float:left;
	width:26px;
	margin-right:7px;}
	
.language li a {
	display:block;}
	
.language a:hover, .select {
	background:url(../images/lang_button.png) no-repeat center center;}

/* classi liste */
.arrow_blu li a, .arrow li a{
	padding-left:15px;}
	
.arrow_blu li a{
	background: url(../images/arrow_blu.png) no-repeat left center;}
	
.arrow li a{
	background: url(../images/arrow.png) no-repeat left center;}
	
.dashed li{
	padding:10px 0px 10px 5px;
	background: url(../images/dashed.gif) repeat-x bottom left;}

.dotted li{
	padding:5px 0px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;}
	
.dotted_2 li{
	padding:5px 0px;
	list-style-type: disc;
	font-weight: bold;
    list-style-position: outside;
    margin-left: 45px;}
	
.number li{
	padding:5px 0px;
    list-style-position: outside;
	list-style-type:decimal;
    margin-left: 15px;}
	
.circle_2 li{
	list-style-type:lower-latin;
    list-style-position: outside;
    margin-left: 45px;
	padding:5px 0px;}
			
.listSecond_left{
	float:left;
	width:400px;}
	
.listSecond_right{
	margin-left:410px;}
	
.icon li{
	padding:5px 0px;}

.icon li a {
	text-decoration:none !important;
	color:rgb(19, 91, 164) ;
	height:40px;
	line-height:40px;}
	
.icon li img {
	vertical-align:middle;
	padding-right:15px;}

.icon li ul {
	padding-left:45px;}

	
.listSecond li ul{
	margin-left:15px;}

.listSecond li a {
	height:35px;
	line-height:35px;
	text-decoration:none !important;
	color:rgb(19, 91, 164) ;}
	
.listSecond li a:hover, .icon li a:hover{
	color:#666666;}
	
.fltLeft{
	float:left;}
	
#testo_rientrante {
	padding:20px 0px 20px 70px;
	font-style:italic;}
	
.title_news{
	color:#003b71;
	font-size:18px;
	font-weight:bold;}
	
.goButton{
	width:auto;
	height:auto;
	border: 1px solid #5da4ec;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2363a3+0,356aa0+31,003f5f+100 */
	background: #2363a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #2363a3 0%, #356aa0 31%, #003f5f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2363a3 0%,#356aa0 31%,#003f5f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2363a3 0%,#356aa0 31%,#003f5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2363a3', endColorstr='#003f5f',GradientType=0 ); /* IE6-9 */
    padding: 2px 10px;
	color: #fff;
	cursor: pointer;}	

.marginTop{
	margin-top: -35px;}
  	
/* style per il layer della POP UP di avviso */
#layer1 {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 99.9%;
	height: 99%!important;
	height:1200px;
	background-color:#333;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	border:1px solid #000000;
	margin:0px;
	z-index:1;
	text-align: center;
}
#layer2 {
	display:block;
	position:absolute;
	left: 25%;
	right: 25%;
	top: 20%;
	padding: 3%;
	background: white;
	border:1px dotted #014d73;
	z-index:150;
}
#layer2 input[type=button]{
	background: #014d73;
	border: 0 none;
	border-radius: 0;
	width: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: lighter;
	position: absolute;
	top: 2px;
	right: 2px;
    cursor: pointer;
    color: #ffffff;
}
/* classi per la pagina news.jst */
ul#news span {
	margin: 0 5px 0 0;
	color:#009fd2;
	font-size:14px;
	font-weight:bold; }
#news li {
	padding-left:20px;
	background-image:url(../images/arrow_blu.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	margin-bottom:10px;}

#news li a {
	text-decoration:none; }
	
#news li a:hover { 
    text-decoration:underline;}
/* fine classi pagina news*/

.clear{
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;}
/* form contatti */
#contatti input, 
#contatti select,
#contatti textarea
{width: 99%;
margin: 15px 0;
padding: 10px 5px;
border: 1px solid #e5e4e4;
border-radius: 4px;}
.button-form {
	width: 90%;
	margin:10px auto;
	text-align: center;}
#contatti input.goButton {
    float: none !important;
	width: 15% !important;}
#contatti li {
	list-style-type: disc;
	margin-left: 30px;}
/* fine form contatti */
