/* layout */
form{
border:0;
}
body{
margin:0;
padding:0;
background:url(images/struttura/sfondo_body.gif) repeat-y center top #DFE6F1;
}
ul{
margin:0;
padding:0;
list-style-type:none;
}
.sfondo_esterno{
background: url(images/struttura/sfondo_esterno.gif) repeat-x left top;
}
.sfondo_flash{
background: url(images/struttura/flash_dentro.gif) repeat-x left top;
}
.sfondo_pagina{
background: url(images/struttura/sfondo_pagina.gif) repeat-y left top;
}
.sfondo_pagina2{
background: url(images/struttura/sfondo_pagina2.gif) repeat-y left top;
}
.sfondo_bottom{
background: url(images/struttura/sfondo_bottom.gif) repeat-y left top;
}
/* table */
.table_x100{
height:100%;
width:100%;
}
.table_Hx100{
height:100%;
}
.table_Wx100{
width:100%;
}
/* subnav */
.subnav{
font:10px Verdana, Arial, Helvetica, sans-serif;
}
.subnav a{
color:#E2ECF2;
height:16px;
line-height:16px;
width:150px;
position:relative;
display:block;
text-decoration:none;
border:2px solid #435665;
}
.subNavProfilo a{
width:120px;
}
.subnav a:hover{
background:#BA424B;
}
.subnav .selected{
background:#BA424B !important;
}
/* tableNewsHome */
.tableNewsHome tr td{
padding:5px 5px 5px 0;
text-align:left;
}
.tableNewsHome tr.tdBorder td{
border-bottom:1px solid #667789;
}

/* testo */
.testo{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
text-align:justify;
}
.testo a{
background:#89A3C0;
color:#E0EEFF;
text-decoration:none;
}
.testo a:hover{
background:none;
text-decoration:underline;
}
/* testo_scuro */
.testo_scuro{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#202E3D;
text-align:justify;
}
.testo_scuro a{
color:#202E3D;
text-decoration:none;
}
.testo_scuro a:hover{
color:#000;
}
/* testo_bianco */
.testo_bianco{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
text-align:justify;
}
.testo_bianco a{
color:#FFF;
text-decoration:none;
}
.testo_bianco a:hover{
color:#EEE;
}
/* titoli */
.title_blu{
color:#1B6998;
font-weight:bold
}
.title_azzurro{
color:#C2DDFF;
font-weight:bold
}
/* bottom */
.bottom{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#6B6966;
text-align:center;
}
.bottom a{
color:#767676;
text-decoration:underline;
}
.bottom a:hover{
text-decoration:none;
}
/* eurob */
.eurob{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#9CAFC3;
text-align:center;
}
.eurob a{
color:#9CAFC3;
text-decoration:none;
}
.eurob a:hover{
color:#7A8C9F;
}
/* moduli */
.textfield{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#484848;
border:1px solid #EEEEED;
background:#F9F9F9;
width:100%;
}
.note{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#484848;
border:3px solid #EEEEED;
width:100%;
}
.bottone{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#484848;
border:5px solid #D22512;
background:#EEEEED;
width:100%;
}
/* gallery */
/*
.gallery img{
border-bottom:2px solid #7A8C9F;
}
.gallery a{
height:72px;
display:block;
position:relative;
background:none;
}
.gallery a:hover{
background:#BA424B;
}
*/
.gallery a{
display:block;
position:relative;
background:none;
border:1px solid #7A8C9F;
}
.gallery a:hover{
border:1px solid #E71700;
}
/* moduli */
label{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#E2ECF2;
}
input{
padding:1px;
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
width:100%;
border:1px solid #9BABBB;
background:#667789;
margin-bottom:5px;
}
textarea{
padding:1px;
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
width:100%;
border:1px solid #9BABBB;
background:#9BABBB;
margin-bottom:5px;
}
.button{
border:5px solid #BA434C;
background:#AB7782;
width:100%;
}

.imgLight{ position:relative; height:62px; display:block; float:left; width:62px;}
a.imgLight span {
display:none;
}
a.imgLight:hover span{ background:transparent; display: block; width: 32px; height: 32px; position: absolute; top: 0; right: 0; border: 15px solid #BA424B; cursor:pointer;}
a.imgLight:hover span.arrowHover{ border: 15px solid #fff;}

/*Verifica*/
#mostraMessaggio, #mostraMessaggioPage{
	/*border:20px solid #787878;*/ background-color:none; z-index:12;
	display:none;
	width:600px;
	height:450px;
	position:absolute;
	top:0;
	left:0;
	font-size:10px;
	line-height:14px;
	color:#838383;
	text-align:left;
}
#mostraMessaggio span, #mostraMessaggioPage span{
	display:block;
	/*padding:16px 20px 20px 20px;*/
}
#mostraMessaggio span.bianco, #mostraMessaggioPage span.bianco, #mostraMessaggio .tableCal span{
	padding:0;	/* fix span padding */
}
#mostraMessaggioPage{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	/*margin-left:-100px;*/
}
#velinaMessaggio{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11;
	/*background:#000;
	opacity:0.85;*/
}
