﻿/* CSS DOCUMENT */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

body, html {
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    background-image: url('../images/sfondo.jpg');
    background-repeat: repeat-x;
    background-color: #F5F6F7;
}

*{
    font-family: "Verdana";
    color: #333333;
    font-size: 10px;
}

#logo a{
    font-size: xx-large; 
    color: #C0C0C0; 
    font-weight: bold; 
    text-decoration: none;
    text-transform: uppercase;
}

#logo{
    font-size: large; 
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    color: #C0C0C0; 
    font-weight: bold; 
    text-decoration: none;
    text-transform: uppercase;
}


#logo a:hover, #logo:hover{
    color:#FFFFFF;
}

#top {
    position: fixed;
    text-align:center;
    width : 100%;
    z-index:100;
    clear: both;
    border-bottom: 1px solid #808080;
    background-image: url('../images/sfondo.png');
    background-repeat: repeat-x;
    background-color: #B4B4B4;
}

#wrapper {
    width: 900px;
    height: auto;
    text-align: center;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    top: -20px;
    min-height: 580px;
    margin-bottom:20px;
    clear:both;
}

#pannello {
    background: #6d6f6e;
    width: 100%;
    height: auto;
    display: none;
    background-image: url('../images/sfondo.png'); 
    background-color: #B4B4B4;
    z-index: 1000;
}

#notifiche {
    position: fixed;
    border-radius: 5px;
    top: 50px;
    left: 10px;
    text-align: left;
    height:90%;
    background-color:rgb(255, 253, 253);
    width: 250px;
    min-height: 500px;
    display: none;
    z-index: 100;
    -moz-box-shadow: 0 0 4px 4px #C0C0C0;
    -webkit-box-shadow: 0 0 4px 4px #C0C0C0;
    box-shadow: 0 0 4px 4px #C0C0C0;
    overflow-y: auto;
    padding: 5px;
}

#icona_numero_notifiche{
  display: inline-block;
  font-size:9px; 
  font-weight:bold;
  position:relative;
  top:-35px;
  border-radius: 15px;
  left:10px; 
  margin-bottom:-50px;
  color:white;
  background-color:black;
  border:2px solid; 
  border-image: url('../images/sfondo.png') 30 round; 
  padding:2px;
}

.iconaNumeroNotificheHeader{
  display: inline-block;
  font-size:9px; 
  font-weight:bold;
  position:relative;
  top:-45px;
  border-radius: 10px;
  left:-17px; 
  margin-bottom:-45px;
  margin-right:-17px;
  color:white;
  background-color:black; 
  padding:2px;
  max-width: 50px;
}

.iconaSegnaletica {
    border-radius: 3px;
    display:block; 
    overflow: auto; 
    width: 20px;
    box-shadow: 2px 2px 4px #000000;
    padding:1px;
}

#risultati_ricerca_globale {
    position: relative;
    display: block;
    clear: both;
    top: 3px;
    right: 0px;
    width: 200px;
    height: auto;
    background-image: url('../images/sfondo.png');
    z-index: 1000;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    -moz-box-shadow: 0 18px 14px -14px #C0C0C0;
    -webkit-box-shadow: 0 18px 14px -14px #C0C0C0;
    box-shadow: 0 18px 14px -14px #C0C0C0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}


.fine_foglio {
    clear: both;
    width: 100%;
    height: auto;
    background: url('../images/div_foglio.png') no-repeat 50% 100%;
    z-index: 0;
}


#risultati_ricerca_globale a{
    color: #FFFFFF;
}

#pagina {
    width: 98%;
    text-align: center;
    padding: 5px;
    margin-top: 130px;
    margin-left : auto;
    margin-right : auto;
    height: auto;
}

#sottomenu {
    text-align: center;
    width: 95%;
    height: 90px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom: 60px;
    padding: 10px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0 0 1px 1px #E5E5E5;
    -webkit-box-shadow: 0 0 1px 1px #E5E5E5;
    box-shadow: 0 0 1px 1px #E5E5E5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#avvisi {
    position:relative;
    width: 96%;
    background-color: #FFFFFF; 
    /*background-color:E1E1C4*/
    height: auto;
    margin-top: -40px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom: 35px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #BCBCBC;
    /*-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 
    inset 0 4px 5px rgba(0,0,0,.6), 
    inset 0 1px 0 rgba(0,0,0,.6);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 
    inset 0 4px 5px rgba(0,0,0,.6), 
    inset 0 1px 0 rgba(0,0,0,.6);
    box-shadow: 0 1px 0 rgba(255,255,255,.2), 
    inset 0 4px 5px rgba(0,0,0,.6), 
    inset 0 1px 0 rgba(0,0,0,.6);*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contaAlertHeader{
    width: fit-content !important; 
    height: 80px; 
    min-width: 40px;
    padding: 5px; 
    font-size: 20px !important;
    color: white; 
    background-color: slategrey; 
    border-radius: 100px; 
    cursor: pointer; 
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

p.titolo_sottomenu {
    position:relative;
    top:-105px;
    margin-bottom:-100px;
    height: auto;
    width: auto;
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 30px;
    color: #333333;
    z-index: 1;
}

.slides_container {
width: auto;
height: auto;
}

.slides_container div {
width: auto;
height: auto;
display:block;
}

.impaginazione{
float:right;
list-style: none;
}

.impaginazione ul{
list-style: none;
}

.impaginazione li{
display: list-item;
text-align: -webkit-match-parent;
float: left;
margin: 0 1px;
}

.impaginazione li a{
display: block;
width: 13px;
height: 0;
padding-top: 13px;
background-image: url('slider/impaginazione.png');
background-position: 0 0;
float: left;
overflow: hidden;
}

.impaginazione li:hover{
background-image: url('slider/impaginazione.png');
background-position: 0 -26px;
}

.slide_corrente{
background-image: url('slider/impaginazione.png');
background-position: 0 -13px;
}

.applicazione{
text-align: center;
min-height: 60px;
min-width: 60px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.nome_applicazione{
width:auto;
padding: 4px 8px 5px 8px;
color:#FFFFFF;
font-weight:bold;
margin-left: 5px;
margin-right: 5px;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#CCCCCC), to(#000000), color-stop(0.4, #000000));
-moz-box-shadow: 0 0 1px 1px #E5E5E5;
-webkit-box-shadow: 0 0 1px 1px #E5E5E5;
box-shadow: 0 0 1px 1px #E5E5E5;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.nome_opzione{
font-weight: bold;
min-width: 50px;
max-width:100px;
padding: 3px 5px 3px 5px;
font-weight:bold;
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
border: 1px solid #BAB872;
text-transform: capitalize;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#ECECE1), to(#C6C58A), color-stop(0.4,#C6C58A));
-moz-box-shadow: 0 0 1px 1px #D8D598;
-webkit-box-shadow: 0 0 1px 1px #D8D598;
box-shadow: 0 0 1px 1px #D8D598;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.applicazione img {
height: 40px;
padding: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #e6f5fc;
/* background-image: url('../images/sfondo_applicazione.png'); */
border-radius: 5px;
-moz-box-shadow: 0 0 1px 1px ;
-webkit-box-shadow: 0 0 1px 1px #83B4E6;
box-shadow: 0 0 1px 1px #83B4E6;
}

.miniapplicazione img {
height: 15px;
padding: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-image: url('../images/sfondo_applicazione.png');
border-radius: 5px;
-moz-box-shadow: 0 0 1px 1px ;
-webkit-box-shadow: 0 0 1px 1px #83B4E6;
box-shadow: 0 0 1px 1px #83B4E6;
}


p.titolo_sottomenu img {
height: 50px;
padding: 3px;
margin-right: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #e6f5fc;
/ *background-image: url('../images/sfondo_applicazione.png'); * /
border-radius: 5px;
-moz-box-shadow: 0 0 1px 1px ;
-webkit-box-shadow: 0 0 1px 1px #83B4E6;
box-shadow: 0 0 1px 1px #83B4E6;
}

#sottomenu ul li {
font-size: 10px;
text-align: center;
vertical-align: middle;
min-height: 60px;
width: 120px;
line-height:15px;
padding: 10px 10px 10px 10px;
float: left;
display: inline;
/*color: #32a4da;
color: #FF6600;*/
}

#sottomenu ul li img{
height: 40px;
}

#sottomenu ul li:hover{
background-color: #F5F6F7;
-moz-box-shadow: 0 0 2px 2px #C0C0C0;
-webkit-box-shadow: 0 0 2px 2px #C0C0C0;
box-shadow: 0 0 2px 2px #C0C0C0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}

#contenuto {
text-align: center;
min-height: 400px;
width: 95%;
background-color: #FFFFFF;
padding-top: 10px;
padding-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
margin-left : auto;
margin-right : auto;
margin-bottom: 50px;
border: 1px solid #D3D3D3;
-moz-box-shadow: 0 0 1px 1px #E5E5E5;
-webkit-box-shadow: 0 0 1px 1px #E5E5E5;
box-shadow: 0 0 1px 1px #E5E5E5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

p.titolo_contenuto {
position: relative;
top: -34px;
line-height: 50px;
width: 100%;
margin: 0px;
margin-bottom: -20px;
background-image:url('../images/sfondo_titolo_contenuto.png');
font-family: Trebuchet MS;
font-size: 15px;
text-transform: capitalize;
color: #FFFFFF;
font-weight: 500;
text-align:left;
background-repeat: no-repeat;
z-index: 10;
padding-left: 15px;
}

p.titolo_contenuto img{
height: 15px;
margin-right: 5px;
}

.scheda {
width: 90%;
height: auto;
min-height: 200px;
border: 1px solid #CCC;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#EAEAEA), to(#FFF), color-stop(0.8,#FFF));
-moz-box-shadow: 0 0 1px 1px #EBEBEB;
-webkit-box-shadow: 0 0 1px 1px #EBEBEB;
box-shadow: 0 0 1px 1px #EBEBEB;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin: 40px auto 10px auto;
padding: 5px 5px 10px 5px;
vertical-align: text-top;
z-index: 10;
}

.opzioni_scheda {
position: relative;
top: -45px;
right: 5px;
margin-bottom: -44px;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#999), to(#EAEAEA), color-stop(1,#EAEAEA));
float: right;
width: auto;
height: auto;
border: 1px;
padding: 3px;
-moz-box-shadow: 0 0 1px 1px #EBEBEB;
-webkit-box-shadow: 0 0 1px 1px #EBEBEB;
box-shadow: 0 0 1px 1px #EBEBEB;
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
-moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
z-index:1;
}

.opzioni_pagina{
background-image:none;
z-index:100;
background-color:#FFF;
top:-48px;
}

.footer_scheda {
position: relative;
top: 46px;
right: 5px;
margin-top: -37px;
margin-bottom: 100px;
line-height: 15px;
vertical-align: middle;
float: right;
width: auto;
height: auto;
border: 1px;
padding: 3px;
background-color: #FFFFFF;
color:#666666;
border-bottom: 1px solid #A6A6A6;
border-right: 1px solid #A6A6A6;
border-left: 1px solid #A6A6A6;
border-top: 1px solid #FFFFFF;
-moz-border-radius:0px 0px 3px 3px;
-webkit-border-radius:0px 0px 3px 3px;
border-radius:0px 0px 3px 3px;
z-index:1;
display: table-cell; 
vertical-align: middle;
}

.footer_scheda img {
vertical-align: top;
height:auto;
max-height: 15px;
width: 15px;
margin-bottom:auto;
margin-right: 2px;
clear:both;
}

.avviso_scheda {
position: relative;
display: inline;
top: -52px;
float: left;
margin-bottom: -30px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
font-size: 14px;
font-weight: bold;
width: auto;
height: auto;
border: 1px 1px 0px 1px;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#F4F4F4), to(#CCCCCC), color-stop(0.4,#CCCCCC));
-moz-border-radius:2px 2px 0px 0px;
-webkit-border-radius:2px 2px 0px 0px;
border-radius:2px 2px 0px 0px;
}

.opzioni_scheda img:first-of-type, .opzioni_scheda input[type="image"] {
width: 20px;
height: 20px;
padding: 5px 10px 5px 10px;
}

.opzioni_sottotitolo img:first-of-type,.opzioni_sottotitolo input[type="image"]{
width: 15px;
height: 15px;
padding: 2px 5px 2px 5px;
margin: 0px 0px 0px 0px;
display: inline;
}

div.opzioni_sottotitolo + p {
  margin:0px;
  padding:0px;
}

.immagineSovrappostaOpzioneSottotitolo{
height: 10px !important; 
position: relative !important;
top:-8px !important;
right:13px !important;
z-index: 1 !important;
margin-bottom: -8px !important;
margin-right: -13px !important;
}

.opzioni_sottotitolo form, .opzioni_scheda form{
padding: 0px;
margin: 0px;
margin-top: -4px;
display: inline;
}

.opzioni_scheda a:hover, .opzioni_scheda input[type="image"]:hover, .opzioni_sottotitolo img:first-of-type:hover, .opzioni_sottotitolo input[type="image"]:hover{
-moz-box-shadow: 0 0 1px 1px #888;
-webkit-box-shadow: 0 0 1px 1px #888;
box-shadow: 0 0 1px 1px #CCC;
}

.opzioni_scheda a{
  height: 30px !important;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
}

.avviso_scheda img:first-of-type{
height: 20px;				
}

.immagineSovrappostaOpzione{
height: 14px !important; 
position: relative !important;
top:-15px !important;
right:21px !important;
z-index: 1 !important;
margin-bottom: -15px !important;
margin-right: -15px !important;
}

.messaggio{
width: auto;
min-height: 25px;
text-align: center;
font-size: 10px;
font-weight: bold;
padding: 5px 10px 0px 55px;
margin: 30px 10px 30px 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow: 0 0 2px 2px #EBEBEB;
-webkit-box-shadow: 0 0 2px 2px #EBEBEB;
box-shadow: 0 0 2px 2px #EBEBEB;
}

.attenzione{
color: #FFFFFF;
text-transform: uppercase;
text-shadow: 1px 1px 1px #333333;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#F99500), to(#C17400), color-stop(0.4,#C17400));
}

.info{
color: #666;
text-transform: uppercase;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#F0FFFF), to(#D1F3E6), color-stop(0.4,#D1F3E6));}

.conferma{
color: #00FF00;
border-color: #669900;
background: #F1E2C0;
}

.divieto{
color: #FFFF00;
border-color: #CC3300;
background: #FF0000;
background-image: url('../images/ko.png');
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: 3 1;
}

.messaggio img{
height: 25px;
position: relative;
float: left;
top: -3px;
right: 5px;
}

@-moz-keyframes blink {
    0% {opacity:1;}
    50% {opacity:0.1;}
    100% {opacity:1;}
} 

@-webkit-keyframes blink {
    0% {opacity:1;}
    50% {opacity:0.1;}
    100% {opacity:1;}
}
/* IE */
@-ms-keyframes blink {
    0% {opacity:1;}
    50% {opacity:0.1;}
    100% {opacity:1;}
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {opacity:1;}
    50% {opacity:0.1;}
    100% {opacity:1;}
} 
.blink-image {
    -moz-animation: blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out; /* IE */
    animation: blink normal 1.5s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.foto {
-moz-box-shadow: 0 0 2px 2px #888;
-webkit-box-shadow: 0 0 2px 2px #888;
box-shadow: 0 0 2px 2px #888;
}

.foto:hover {
-moz-box-shadow: 0 0 2px 2px #FF9900;
-webkit-box-shadow: 0 0 2px 2px #FF9900;
box-shadow: 0 0 2px 2px #FF9900;
}

.mostra_nascondi {
cursor: pointer;
text-align: center;
font-style: italic;
color:#999999;
font-size: 8px;
}

.area_mostra_nascondi {
display: none;
}

.documento{
font-size: 10px;
height: auto;
line-height: 20px;
vertical-align: middle;
width: 97%;
margin: 0px 2px 4px 2px;
border: 1px solid #EAEAEA;
text-align: left;
padding: 2px;
background: #FCFCFC;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.documento:hover{
background: #E4E4E4;
}

.documento img, .documento input[type="image"], legend img{
vertical-align: top;
height:auto;
max-height: 20px;
width: 20px;
padding-right: 6px;
margin-bottom:auto;
margin-right: 6px;
border-right: 1px solid #EAEAEA;
clear:both;
}


.oggetto{
height: auto;
line-height: 15px;
vertical-align: middle;
margin: 4px;
text-align: left;
border-bottom: 1px solid #C0C0C0;
padding: 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor: pointer;
}

.oggetto:hover{
background: #CADFFF;
}

.oggetto img{
vertical-align: top;
height:auto;
width: 15px;
padding-right: 6px;
margin-right: 6px;
}


.aggiunti{
height: auto;
line-height: 15px;
vertical-align: middle;
background: #A6CAFF;
margin: 1px;
border: 1px solid #000066;
text-align: left;
padding: 1px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
cursor: pointer;
display: inline-block;
}

.aggiunti img{
vertical-align: top;
height:auto;
width: 15px;
padding-right: 2px;
margin-right: 2px;
}

.documento form{
margin:0px;
padding:0px;
display:inline;
}

.fisso  {
background: #FFF2C1;
}

#footer {
bottom: 1px;
min-height : 20px;
width : 100%;
clear : both;
border-top:1px solid #808080;
background-position: bottom;
background-image: url('../images/sfondo.png');
background-repeat: repeat-x;
background-color: #B4B4B4;
box-shadow:0px -5px 10px #C0C0C0;
-webkit-box-shadow:0px -5px 10px #C0C0C0;
-moz-box-shadow:0px -5px 10px #C0C0C0;
position:relative;
bottom:0px;
z-index:100;
}

img {
behavior: url("https://www.hiol.it/global/pngbehavior.htc");
border: 0px; 
}

.immagine_sfuocata{
filter: alpha(opacity=40);
opacity:0.4;
background-image:url('../images/ko.png');
}

hr{
width: 90%;
border: 0;
height: 1px;
margin-top:5px;
margin-bottom:5px;
color: #2e2e2e;
background-color: transparent;
-webkit-box-shadow: 0 10px 5px #888888;
-moz-box-shadow: 0 10px 5px #888888;
box-shadow: 0 10px 5px #888888;
}

/* TESTO */

p.titolo_applicazioni {
position: relative;
font-family: Trebuchet MS;
font-size: 30px;
text-align:left;
color: #FFFFFF;
text-decoration: none;
clear: both;
border-bottom: 2px solid #CCCCCC;
margin-bottom: 20px;
}

#fine_pagina {
width: 100%;
clear: both;
border-bottom: 2px solid #B1B165;
margin-bottom: 20px;
}

p.titolo {
font-family: Trebuchet MS;
font-size: 25px;
font-weight:bold;
text-align: left;
vertical-align:bottom;
color: #333;
padding: 5px 5px 0px 130px;
text-decoration: none;
clear: both;
margin: 0px 0px 20px 0px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
text-shadow: 1px 1px 1px #999;
}

p.sottotitolo {
font-family: Trebuchet MS;
font-size: 14px;
margin-bottom: 5px;
font-weight: bold;
color: #757575;
clear: both;
text-align: left;
border-bottom: 1px solid #808080;
line-height:25px;
height:25px;
}

.opzioni_sottotitolo {
height:19px;
position: relative;
top: -29px;
margin-bottom: -68px;
float:right;
width: auto;
padding: 2px 5px 1px 5px;
border: 1px solid #808080;
border-bottom: 1px solid #FFFFFF;
-webkit-border-radius: 2px 2px 0px 0px;
-moz-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;	
}

.titolo_applicazioni img{
height:35px;
}

.titolo img{
position: relative;
background:#FFF;
border:1px solid #D1D1D1;
padding:3px;
max-height: 100px;
min-height:50px;
max-width: 100px;
top: -150px;
left: -115px;
margin-right: -108px;
margin-bottom: -170px;
z-index:50;
}

.sottotitolo img{
vertical-align: top;
height:auto;
width: 20px;
margin-bottom:auto;
margin-right: 3px;
}

#text_red {
font-family: "Verdana";
font-size: 10px;
color: red;
}

#text_green {
font-family: "Verdana";
font-size: 10px;
color: green;
}

#testo_grassetto {
font-family: "Verdana";
font-size: 10px; 
font-weight: bold;
}

#testo_barrato {
font-family: "Verdana";
font-size: 10px; 
text-decoration: line-through;
}

#promo {
font-family: "Lucida Handwriting";
font-size: 10px;
font-style:inherit;
color: maroon;
}

#testo_corsivo {
font-family: "Verdana";
font-size: 10px; 
font-style: italic;
}

#testo_sottolineato {
font-family: "Verdana";
font-size: 10px; 
text-decoration : underline;
}

#alert {
font-family: "Verdana";
font-size: 12px; 
color: red; 
font-weight: bold;
}

#soft {
font-family: "Verdana";
color: #C0C0C0;
}

#ok {
font-family: "Verdana";
font-size: 12px; 
color: green;
}

#testo_risalto {
font-family: "Verdana";
font-size: 16px; 
font-weight: bold;
}

fieldset { 
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
border: 1px solid #808080;
padding: 2px;
text-align: center;
font-size: 12px;
}

marquee{
margin:0px;
padding:0px;
}

.titolo_fieldset{
height:100%;
width:100%;
background:#999966;
display:inline;
margin: 0px;
}

.mappe { 
height:auto;
width: auto;
border: 1px solid #999999;
-moz-box-shadow: 0 0 5px 5px #E8E8E8;
-webkit-box-shadow: 0 0 5px 5px #E8E8E8;
box-shadow: 0 0 5px 5px #E8E8E8;
}

legend {
position: relative;
top:-35px;
height:auto;
float:left;
max-width: 95%;
padding: 5px;
margin:0 0 -25 0;
border:1px solid #808080;
border-bottom:3px solid #FFFFFF; 
color: #333333;
font-size: 10px;
font-weight:800;
text-transform: capitalize;
text-align:left;
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
display: inline;
line-height: 20px;
}

.elencopuntato ul li 
{
text-align: left;
padding: 0px 0px 0px 15px;
color: #666666;
font-weight: 900;
margin: 0px 0px 0px -25px;
list-style-type:none;
background-image:url('../images/point.png');
background-repeat:no-repeat;
background-attachment:scroll;
background-position: left;
display: inline-block;
clear:both;
line-height: 20px;
vertical-align:middle;
float:left;
}

.elencopuntato ul li img{
height: 16px;
margin:0px 0px -4px 0px;
padding:0px;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

#link_red {
font-family: "Verdana";
font-size: 12px; 
color: red;
}

#lavagna {
font-family:"Lucida Calligraphy";
font-size: 15px;
font-weight:bold; 
color: white;
}

.riflesso { 
-webkit-box-reflect: below -5px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4))); 
}


.elemento {
height: auto;
text-align:left;
border:1px solid #FFFFFF;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
padding: 3px;
margin: 3px;
}

.elemento:hover {
background-color:#DBDBC8;
border:1px solid #999966;
}

.unitaDiMisura{
  padding: 2px;
  margin-right: 3px;
  margin-left: 3px;
  text-align: center;
  color: #2e2e2e;
  font-weight: bold;
  -moz-box-shadow: 0 0 1px 1px #CCCCCC;
  -webkit-box-shadow: 0 0 1px 1px #CCCCCC;
  box-shadow: 0 0 1px 1px #CCCCCC;
  background-color: #ffffff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  display: inline;
}

.testo_sfondo{
padding: 3px 5px 3px 5px;
margin-right: 2px;
margin-left: 2px;
text-align: center;
color: #FFFFFF;
font-weight: bold;
-moz-box-shadow: 0 0 1px 1px #CCCCCC;
-webkit-box-shadow: 0 0 1px 1px #CCCCCC;
box-shadow: 0 0 1px 1px #CCCCCC;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
display: inline-block;
}

.verde{
background-color: #99CC00;
border: 1px solid #669900;
}

.rosso {
background-color: #FF3300;
border: 1px solid #CC3300;
}

.giallo {
background-color: #FFCC00;
border: 1px solid #CC9900;
}

.bianco {
color: #333;
background-color: #FFF;
border: 1px solid #CCC;
text-decoration:blink;
}

.grigio {
color: #333333;
background-color: #CCCCCC;
border: 1px solid #999999;
}

#title_bar {
font-family: Trebuchet MS;
font-size: 25px;
font-weight:bold;
text-align:left;
color: #066;
text-decoration: none;
clear: both;
padding: 0.3em;
color: olive;
}

#title_table {
font-family: "Verdana";
font-size: 14px; 
font-weight:bold;
}

#title_site {
font-family: "Verdana";
font-size: 30px; 
color: black;
}


div.cerchio{
margin: 10px;
width: 50px;
height: 50px;
border-radius: 50%; /* non 100px ma 150px */
text-align: center;
border: 2px outset #eee;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
font-size:30px;
padding: 10px;
}

/* TABELLA ELENCO OGGETTI */

table.elenco {
padding: 0;
margin: 0;
border-collapse: collapse;	
table-layout: fixed;
width: 100%;
}

table.sottoelenco, table.excel {
padding: 0px;
margin: 0px;
border-collapse: collapse;	
}

table.excel tbody tr td{
border: 1 solid #999999;
word-wrap: break-word;         /* All browsers since IE 5.5+ */
overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

table.excel{
border: 1 solid #999999;
}


table.elenco thead tr td {
font-family: Trebuchet MS;
font-size: 13px;
font-weight:bold;
color: #D1D1D1;
font-weight: bold;
text-transform:uppercase;
clear: both;
text-align: center;
line-height: 30px;
vertical-align: middle;
height:auto;
background-image: url('../images/sfondo_tabella.jpg');
}

table.sottoelenco thead tr td, table.excel thead tr td{
font-size: 10px;
text-transform: uppercase;
font-weight:bold;
color:  #5D5D5D;
clear: both;
text-align: center;
border-bottom: 1px solid #7C7C7C;
height:auto;
background-color: #E1E1E1;
height: 20px;		
}

table.sottoelenco tr td, table.excel tr td,table.elenco tr td{
font-size: 10px;				
}

table.sottoelenco tr.unita_misura td, table.excel tr.unita_misura td {
font-size: 8px;
text-transform: capitalize;
font-style: italic;
color:  #5D5D5D;
clear: both;
text-align: center;
border-bottom: 1px solid #E6E8DD;
height:auto;
background-color: #E6E8DD;
}

table.sottoelenco tr.unita_misura, table.excel tr.unita_misura{
height: 10px;
}

table.sottoelenco tfoot tr td, table.excel tfoot tr td{
font-size: 10px;
text-transform: uppercase;
text-decoration: underline;
font-weight:bold;
color: #5D5D5D;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
height: 30px;
}

table.elenco tbody tr:hover, table.elenco tbody tr.alterna:hover, table.sottoelenco tbody tr:hover, table.sottoelenco tbody tr.alterna:hover, table.excel tbody tr:hover, table.excel tbody tr.alterna{
background: #EBEBEB;			
}

table.elenco tfoot tr{
height: 15px;
background-image: url('../images/sfondo_tabella.jpg');	
}

.divInvio{
  width: 150px;
  height: 150px;
  border-radius: 15px;
  padding: 30px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
  font-size: 25px;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  cursor: pointer;
}

.togliOmbra {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important; 
}

.divInvio img{
    height: 80px;
    max-width: 145px;
}

.link_immagine {
position: relative;
padding: 2 2 2 2;
width: auto;
height: 20px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
z-index: 4;
display: inline;
}

table.elenco thead img{height: 20px; margin: 0 5 0 0; padding: 0; vertical-align:middle; line-height:20px;}
table.sottoelenco thead img{height: 15px;}
table.elenco tbody tr{height: 30px;}
table.sottoelenco tbody tr, table.excel tbody tr{height: 30px;}
table.elenco tr.alterna, table.sottoelenco tr.alterna, table.excel tr.alterna{background-color: #F4F4F4;}

.link_immagine:hover {background: #FFFFFF;cursor: pointer;}

table.caratteristiche td.nome, table.caratteristiche td.valore{font-size: 10px; border-bottom: #c5c5c5 1px dotted;padding: 5px; vertical-align:middle;}
.caratteristiche .nome{font-size: 10px; margin-right:8px;padding:1px 0 1px 0;text-align:right; color: #666666; font-weight:bold;}
.caratteristiche .valore{font-size: 10px; padding:1px;}

.valore table tr{
    height: 15px;
    padding: 0px;
    border-collapse: collapse;
}

.valore table tr td{
    padding: 0px;
}

.valore table{
    border-spacing: 0px;
}

/* ELEMENTI DI INPUT */

.sottotitolo_form{
font-size: 14px;
margin-bottom: 1px;
font-weight: bold;
color: #666;
clear: both;
text-align: left;
height: auto;
text-transform:uppercase;	
line-height: 25px;
}

.sottotitolo_form img{
height: 25px;
margin-right: 5px;	
}

.parte_form{
border: 1px solid #CCC;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#FFF), to(#EAEAEA), color-stop(0.8,#EAEAEA));
-moz-box-shadow: 0 0 1px 1px #EBEBEB;
-webkit-box-shadow: 0 0 1px 1px #EBEBEB;
box-shadow: 0 0 1px 1px #EBEBEB;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin: 5px auto 35px auto;
padding: 5px 2px 10px 2px;	
}

table.form{
padding: 0;
}

table.form tr.nome td{
text-align: left;
color: #666;
font-weight:bold;
height: 10px;
font-size:10px;
vertical-align:bottom;
padding:5px 0px 5px 7px;
text-transform:capitalize;
}

table.form tr.nome td img{
height:15px;	
}

.info_campo{
position:relative;
top:5px;
height:18px;
width:18px;
margin: -5px 1px 1px 1px;
padding:9px 9px 9px 9px;
background-image: url('../images/campo_info.png');
background-size: 18px 18px;
background-repeat: no-repeat;
display:inline;
}

table.form tr.valore td:not(select){
padding: 5px 0px 5px 5px;
vertical-align: top;
text-align:left;
color: #999;
font-size:10px;
font-style:italic;
}

table.form tr.valore td.testo{
padding: 5px 0px 5px 5px;
vertical-align: top;
text-align:left;
color: #999;
font-size:10px;
text-transform:uppercase;
}

table.form tr.valore td.richiesto{
padding-left: 20;
background-image: url('../images/richiesto.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 5 1;
}

table.form tr.valore{
min-height:35px;
}

form.immagine {
display: inline;
margin: 0px 0px -1px 0px;
}

form.immagine input[type="image"]{
margin: 0px 0px -1px 0px;
}

textarea, input[type="text"], input[type="password"], select {
font-family: "Verdana";
font-size: 10px;
font-weight:bold; 
border: 1px solid #C0C0C0;
border-radius:2px;
padding:2px;
text-align:left;
}

textarea{
width: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, radio:focus { 
outline:none;
border-color:#9ecaed;
box-shadow:0 0 10px #9ecaed;
}

input[type="checkbox"]{
-webkit-appearance: none;
margin-right: 15px;
}

label {
cursor: pointer;
margin-bottom: 10px;
line-height: 20px;
}

label img{
height:20px;
}

.campo_data, .campo_data_dal, .campo_data_al{
background-image:url(../images/form/calendar.gif);
background-repeat: no-repeat;
background-size:20px 20px;
padding:1px;
background-position:right;
padding-right:200px;
cursor:pointer;
position:relative; 
z-index: 50;
}

.campo_euro{
background-image:url(../images/form/euro.png);
background-repeat: no-repeat;
background-size:20px 20px;
padding:1px;
background-position:right;
padding-right:200px;
}

.campo_percentuale{
  background-image:url(../images/form/percentuale.png);
  background-repeat: no-repeat;
  background-size:18px 18px;
  padding:1px;
  background-position:right;
  padding-right:200px;
  }

.campo_cf, .campo_iban, .campo_comune, .campo_provincia {
text-transform:uppercase;
}

.pulsante{
width: 80px;
height: auto;
background-color: #E6E6FF;
color: #666666;
text-align: center;
text-transform: capitalize;
font-size: 10px;
border: solid thin #999999;
-webkit-border-radius: .7em;
-moz-border-radius: .7em;
border-radius: .7em;
cursor: pointer;
-moz-box-shadow: 0 0 1px 1px #CCCCCC;
-webkit-box-shadow: 0 0 1px 1px #CCCCCC;
box-shadow: 0 0 1px 1px #CCCCCC;
}

.pulsante:active{
-moz-box-shadow: 0 0 0px 0px #CCCCCC;
-webkit-box-shadow: 0 0 0px 0px #CCCCCC;
box-shadow: 0 0 0px 0px #CCCCCC;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#CCCCCC), to(#C0C0C0), color-stop(0.4, #C0C0C0));
}

.bottoni {
min-width: 70px;
padding: 5px;
margin-top: 10px;
color: #ffffff;
text-shadow: 1px 1px 1px #000;
border: solid thin  #999999;
-webkit-border-radius: .7em;
-moz-border-radius: .7em;
border-radius: .7em;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 2px #bbb;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#999999), to(#666666), color-stop(0.4, #666666));
cursor: pointer;
cursor: hand;
font-size:10px;
font-weight:bold;
}

.bottoni:active{ 
background-image: -webkit-gradient(linear, left top, left bottom,  from(#ffffff), to(#999999), color-stop(0.4, #999999));			
}

.validazione {
  display: none;
  position: absolute;
  width: auto;
}

.validazione ol {
  font-size: 12px;
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  padding: 10px 10px 10px -50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.validazione span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: 1px;
}

.validazione-alt {
  position:absolute;
  width: auto;
  margin: -8px 1px 1px 0px;
  height: 0px;
  display: none;

}

.validazione-alt li {
  text-align:center;
  width:100%;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #9F4631;
  border: 0;
  color: white;
  background: #F46644;
  padding: 1px 5px 1px 5px;
  margin-left:-35px;
  margin-top: 1px;
  line-height: 15px;
  list-style:none;
}

/* STILE PER CAMPI ORARIO */

.flatpickr-input {
  font-size: 10px; /* Imposta la dimensione del font a tua preferenza */
}

.numInput, .numInputWrapper {
  font-size: 10px !important; /* Modifica anche la dimensione del font nel calendario se necessario */
  height: 30px !important;
}

.flatpickr-time-separator{
  position: relative;
  top: -5px;
}

.flatpickr-calendar {
  width: 100px !important;  /* Imposta una larghezza più piccola */
  height: 30px !important;
  font-size: 10px !important; /* Riduci la dimensione del font */
}

input[type="text"].flatpickr-input {
  width: auto;  /* Imposta la larghezza automatica in base al contenuto */
  max-width: 50px !important;  /* Limita la larghezza massima per mantenere la dimensione del campo */
  padding: 5px;
}

.campo_orario {
  background-image: url(../../../images/orologio.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 1px;
  background-position: right;
  padding-right: 200px;
  cursor: pointer;
  position: relative;
  z-index: 50;
  width: 60px;
}

/* FINE STILE PER CAMPI ORARIO */

.cerca {

}


.cerca_piccolo {
	display:inline;
}

.cerca_piccolo input[type="text"] {
background: url('../images/cerca.png') no-repeat 10px 6px #FFF;
background-size: 20px 20px;
border: 0 none;
color: #000000;
font: bold 12px Arial,Helvetica,Sans-serif;
width:200px;
padding: 6px 15px 6px 35px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.cerca input[type="text"] {
background: url('../images/cerca.png') no-repeat 10px 6px #FFF;
background-size: 20px 20px;
border: 0 none;
width: 200px;
color: #000000;
font: bold 17px Arial,Helvetica,Sans-serif;
padding: 6px 15px 6px 35px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.cerca input[type="text"]:focus {
background-color: #FFF;
color: #6a6f75;
border: 1px solid #333;
width: 300px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#mini_pannello_ricerca{
position:fixed;
top: 250px;
left:30px;
border: 1px solid #CCC;
background-image: -webkit-gradient(linear, left top, left bottom,  from(#FFF), to(#EAEAEA), color-stop(0.8,#EAEAEA));
-moz-box-shadow: 0 0 1px 1px #EBEBEB;
-webkit-box-shadow: 0 0 1px 1px #EBEBEB;
box-shadow: 0 0 1px 1px #EBEBEB;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin: 5px auto 35px auto;
padding: 5px 2px 10px 2px;
min-height: 50px;
}

.pannello_ricerca{
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
width: auto;
max-width: 300px;
text-align: center;
margin-left: auto;
margin-right: auto;
height:auto;
margin-top: 20px;
margin-bottom: 20px;
}

.filtri {
height: 100px;
background: white;
border: 1px solid;
border-color: #e5e5e5 #dbdbdb #d2d2d2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
text-align:center;
max-width:500px;
}
 
 
.filtri .col {
float: left;
box-sizing: border-box;
width: auto;
height: 100px;
padding: 5px 10px 5px 10px;
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
color: #343434;
border-right: 1px solid #dadada;
}

.pannello_ricerca form {
padding:0px;
margin:0px;
}

.pannello_ricerca .titolo{
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width: 100%;
height:auto;
min-height: 30px;
text-transform: capitalize;
font-size: 13px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 25px;
color: #FFF;
font-weight:bold;
-webkit-box-shadow: 0px 5px 5px #CCC;
-moz-box-shadow: 0px 5px 5px #CCC;
box-shadow: 0px 5px 5px #CCC;
}

.pannello_ricerca .invia{
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
height:auto;
min-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #BBDC7E;
margin-top: 25px;
color: #FFF;
box-shadow:0px -5px 10px #C0C0C0;
-webkit-box-shadow:0px -5px 10px #C0C0C0;
-moz-box-shadow:0px -5px 10px #C0C0C0;
}

/* WIDGET COLLEGAMENTI */

.collegamenti_widget{
background-color:#FFF;
height:auto;
width:350px;
border:1px solid #999999;
text-align:left;
}

.collegamenti_form{
margin:0px; 
padding:0px;
}

.collegamenti_aggiunti{
width:auto;
clear:none;
float:left;
}

.collegamenti_ricerca{
border:0px !important;
width:100%;
-webkit-box-shadow: 0px 0px 0px #999 !important;
box-shadow: 0px 0px 0px #bbb !important;
}

.collegamenti_ricerca:focus{
-webkit-box-shadow: 0px 0px 0px #999 !important;
box-shadow: 0px 0px 0px #bbb !important;
}

.collegamenti_risultati{
position: absolute;
width: auto;
max-width: 300px;
background-color: #F3F3ED;
z-index:300;
}

/* FINE WIDGET COLLEGAMENTI */

/* dock - top */
.dock {
	position: relative; 
	height: 30px; 
	text-align: center;
	z-index:2;
}
.dock-container {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg2.gif);*/
	padding-left: 20px;
	z-index:2;
}
a.dock-item {
	display: block;
	width: 30px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index:2;
}
.dock-item img {
	border: none; 
	margin: 5px 5px 0px; 
	width: 65%; 
	z-index:2;
}
.dock-item span {
  color:#C0C0C0;
	display: none; 
	z-index:2;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	z-index:2;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
	z-index:2;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #FFFFFF; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index:2;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
	z-index:2;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
	z-index:2;
}





/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


/* Lightview */

/*
 *  Part of Lightview - The jQuery Lightbox
 *  http://projects.nickstakenburg.com/lightview
 *
 *  IMPORTANT:
 *  When modifying or adding skins it's recommended to do this in a seperate file,
 *  overwriting or building on top of the styling defined here to make updating easier.
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/lightview/documentation/skins
 *
 */
 
*/*{
color: #FFFFFF;
}*/

.lv_window {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.lv_window,
.lv_controls_top,
.lv_controls_top_close,
.lv_thumbnails,
.lv_thumbnails_top_close {
  z-index: 100000;
}
.lv_skin {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.lv_bubble,
.lv_shadow {
  position: absolute;
}
.lv_bubble * {
 display: inline;
 position: relative;
 float: left;
 z-index: none;
}

.lv_skin * {
  margin: 0;
  padding: 0;
}

.lv_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

/* wrapper for the spinner */
.lv_spinner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

/* The the previous/next overlay buttons on top of images */
.lv_inner_previous_next_overlays {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  /*background: url('skins/blank.gif');*/
}
.lv_inner_previous_next_overlays * { padding: 0; margin: 0; }
.lv_inner_previous_next_overlays .lv_button {
  position: relative;
  height: 100%;
  width: 49%;
  /*background: url('skins/blank.gif');*/
  zoom: 1;
  cursor: pointer;
}
.lv_button_inner_previous_overlay { float: left; }
.lv_button_inner_next_overlay { float: right; }


.lv_title_caption {
  color: #eaeaea;
  position:absolute;
  font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
  
}
.lv_title_caption_slider { position: relative; float:left; overflow-y: hidden;}
.lv_title_caption_slide { position: relative; float: left; top: 0; left: 0; padding: 15px 0 7px 0; }
.lv_title { font-weight: bold; }
.lv_title, .lv_caption {
  float: left;
  clear: both;
}

.lv_update_queue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}
.lv_update_queue .lv_window,
.lv_update_queue .lv_content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}
.lv_content .lv_content_wrapper {
  float: left;
  clear: both;
  position: relative;  
}
.lv_update_queue .lv_content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.lv_content_wrapper canvas {
	float: left;
	zoom: 1;
}

.lv_content {
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: auto; /* scrollbars */
  text-align: left;
  /*background: url('skins/blank.gif');*/ /* Chrome 18+ opacity bug */
}

.lv_measure_element {
  position: relative;
  float: left;
  clear: both;
}
.lv_content_canvas,
.lv_content_image,
.lv_content_flash,
.lv_content_object,
.lv_content_iframe,
.lv_content_html {
  float: left;
  border: 0;
  clear: both;
  padding: 0;
  margin: 0;
  background: none;
}


.lv_blank_background, /* IE  */
.lv_content /* Chrome 18+ */
 { /*background-image: url('skins/blank.gif');*/ }

/* The buttons on the side when you view a gallery */
.lv_side_buttons_underneath {
  position: absolute;
  top: 50%;
  left: 50%;
  clear: both;
  width: 100%;
  padding: 0;
  height: 67px;
  margin-top: -34px;
}
.lv_side_buttons_underneath * { padding: 0; margin: 0; }

.lv_side_buttons_underneath .lv_side_left { float: left; }
.lv_side_buttons_underneath .lv_side_right { float: right; }

.lv_side,
.lv_side_button {
  height: 37px;
  width: 41px;
  position: absolute;
}
.lv_side {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  cursor: pointer;
}

.lv_side_left { margin-left: -41px; }
.lv_side_right { margin-right: -41px; }
.lv_side_button {
  height: 31px;
  width: 41px;
  cursor: pointer;
}
.lv_side_button_previous {
  margin-left: 0px;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -33px;
}
.lv_side_button_previous:hover,
.lv_side_left .lv_side_button_out { background-position: 0px -64px; }
.lv_side_button_next {
  margin-left: 0px;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -41px -33px;
}
.lv_side_button_next:hover,
.lv_side_right .lv_side_button_out { background-position: -41px -64px; }
.lv_side_buttons_underneath .lv_side_button_out { margin-left: 0; }

/* disabled states */
.lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button,
.lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button { background-position: 0px -95px; }

.lv_button_top_close {
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  /* the spacing option set on the relative controls is taken into account when positioning */
  top: 17px;
  /* left or right is set on the css of the skin */
}
.lv_button_top_close:hover {
  background-position: -33px 0px;
}



/*
 * Top Controls
 */
.lv_controls_top {
  position: fixed;
  top: 0;
  left: 50%;
  width: 126px;
  margin-left: -63px;
  height: 63px;
  overflow: hidden;
}
.lv_controls_top_with_slideshow {
  width: 147px;
  margin-left: -74px;
}

.lv_controls_top .lv_top_middle {
  width: 100%;
  height: 33px;
  margin-top: 15px;
  float: left;
  position: relative;
}

.lv_controls_top .lv_top_button {
  height: 100%;
  float: left;
  position: relative;
}
.lv_controls_top .lv_icon {
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.lv_controls_top .lv_icon_disabled {
  cursor: default;
  color: #2e2e2e;
  text-shadow: none;
}

.lv_top_previous { width: 63px; }
.lv_top_previous .lv_icon { background-position: 0px -96px; }
.lv_top_previous:hover .lv_icon { background-position: 0px -129px; }
.lv_top_previous .lv_icon_disabled,
.lv_top_previous:hover .lv_icon_disabled { background-position: 0px -162px; }

.lv_top_slideshow { width: 21px; display: none; position: relative; }
.lv_controls_top_with_slideshow .lv_top_slideshow { display: block; }
.lv_top_slideshow .lv_icon { background-position: -63px -96px; }
.lv_top_slideshow:hover .lv_icon { background-position: -63px -129px; }
.lv_top_slideshow .lv_icon_disabled,
.lv_top_slideshow:hover .lv_icon_disabled { background-position: -63px -162px; }

.lv_top_slideshow_playing .lv_icon { background-position: -148px -96px; }
.lv_top_slideshow_playing:hover .lv_icon { background-position: -148px -129px; }


.lv_top_next { width: 62px; }
.lv_top_next .lv_icon { background-position: -84px -96px; }
.lv_top_next:hover .lv_icon { background-position: -84px -129px; }
.lv_top_next .lv_icon_disabled,
.lv_top_next:hover .lv_icon_disabled { background-position: -84px -162px; }

.lv_icon span { margin-top: 5px; width: 30px; text-align: center; line-height: 23px; }
.lv_top_previous span { float: right; margin-right: 7px; }
.lv_top_next span { float: left; margin-left: 6px; }


.lv_controls_top_close {
  height: 33px;
  width: 33px; /* 46 */
  position: fixed;
  top: 0;
  right: 0;
  padding: 13px;
}
.lv_controls_top_close_button {
  height: 33px;
  width: 33px;
  float: left;
  position: relative;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -166px -21px;
  cursor: pointer;
}
.lv_controls_top_close_button:hover {
  background-position: -166px -54px;
}


/*
 * Relative Controls / Slider
 */
.lv_controls_relative {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  height: 50px;
  overflow: hidden;
  /*background: url('skins/blank.gif');*/
}
.lv_slider {
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  font-size: 9px;
  height: 21px;
  line-height: 21px;
  padding: 15px 0 14px 0;
  position: relative;
  overflow: hidden;
}
.lv_slider .lv_slider_numbers {
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  margin: 0 2px;
}
.lv_slider .lv_slider_slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
}

.lv_slider_number,
.lv_slider_number_empty { 
  float: left;
  position: relative;
  height: 21px;
  width: 28px;
  line-height: 21px;
  overflow: hidden;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #4a4a4a;
  text-align: center;
  padding: 0;
  margin: 0;
  zoom: 1;
  text-transform: none;
  text-decoration: none;
  border: none;
  background-repeat: no-repeat;
  background: url('skins/light/sprite.png');
  background-position: -67px 0px;
  cursor: pointer;
}

.lv_slider_number_empty { background-position: -151px 0px; cursor: default; }
.lv_slider_number_last { margin-right: 0; }

.lv_slider_number:hover {
  background-position: -95px 0px;
  
}
.lv_slider_numbers .lv_slider_number_active,
.lv_slider_numbers .lv_slider_number_active:hover {
  background-position: -123px 0px;
  color: #808080;
  cursor: default;
}

.lv_slider .lv_slider_icon,
.lv_slider .lv_icon {
  height: 21px;
  width: 21px;
}
.lv_slider .lv_slider_icon {
  zoom: 1;
  padding: 0 2px; /* IE6 needs padding instead of margin */
  display: inline;
  position: relative;
  cursor: pointer;
  float: left;
}
.lv_slider .lv_icon {
  background: url('skins/light/sprite.png');
  background-repeat: no-repeat;
  /* IE6 */
  position: absolute; 
  top: 0;
  left: 2px;
  display: block;
}

.lv_slider_previous .lv_icon { background-position: -82px -21px; }
.lv_slider_previous .lv_icon:hover { background-position: -82px -42px; }
.lv_slider_previous_disabled .lv_icon,
.lv_slider_previous_disabled .lv_icon:hover { background-position: -82px -63px; cursor: default; }

.lv_slider_next .lv_icon { background-position: -103px -21px; }
.lv_slider_next .lv_icon:hover { background-position: -103px -42px; }
.lv_slider_next_disabled .lv_icon,
.lv_slider_next_disabled .lv_icon:hover { background-position: -103px -63px; cursor: default; }

.lv_slider_slideshow { position: relative; top : 0; left: 0; display: inline; }
.lv_slider_slideshow .lv_icon { background-position: -125px -21px;}
.lv_slider_slideshow .lv_icon:hover { background-position: -125px -42px; }
.lv_slider_slideshow_playing .lv_icon { background-position: -146px -21px; }
.lv_slider_slideshow_playing .lv_icon:hover { background-position: -146px -42px; }
.lv_slider_slideshow_disabled .lv_icon,
.lv_slider_slideshow_disabled .lv_icon:hover { background-position: -125px -63px; cursor: default; }


/* thumbnails */
.lv_thumbnails {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	padding: 15px 0 15px 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.lv_thumbnails_slider {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.lv_thumbnails_slide {
  position: absolute;
  top: 0;
  left: 0;
}

.lv_thumbnail {
	width: 119px;
	height: 72px;
	float: left;
	position: relative;
	display: inline; 
	overflow: hidden; /* IE6 */
}
.lv_thumbnail_image {
	position: relative;
	background: red;
	background: #161616;
  width: 108px;
  height: 60px;
  margin: 6px;
  float: left;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
  cursor: pointer;
  overflow: hidden;
  display: inline; /* IE6 */
  z-index: 0; /* IE8 */
  
}
.lv_thumbnail_image img { position: absolute; }
.lv_thumbnail_active .lv_thumbnail_image {
	filter: alpha(opacity=55);
	opacity: .55;
	display: inline;
}

.lv_thumbnail_icon {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
  display: none; /* IE6 */
}

.lv_thumbnail_image_spinner_overlay {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background: #161616;
}

.lv_thumbnail_icon_video { background-position: 0px -196px; }
.lv_thumbnail:hover .lv_thumbnail_icon_video { background-position: -36px -196px; }
.lv_thumbnail_active:hover .lv_thumbnail_icon_video { background-position: 0px -196px; }

/* 
 * Skins
 */
/* normalization for all skins */
.lv_content { text-align: left; }

.lv_content,
.lv_content h1,
.lv_content h2,
.lv_content h3,
.lv_content h4,
.lv_content h5,
.lv_content h6 { color: #333; }

.lv_content a,
.lv_content a:hover {
  color: #0088cc;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}
.lv_content a:hover { text-decoration: underline; }

.lv_title_caption a,
.lv_title_caption a:hover {
  color: #b4b4b4;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}
.lv_title_caption a:hover { text-decoration: underline; }

/* 
 * skin: 'light'
 */
/* title/caption */
.lv_window_light .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* close button */
.lv_window_light .lv_button_top_close {
	top: 17px;
	left: 55px;
}

/* sprite */
.lv_window_light .lv_side_button_previous,
.lv_window_light .lv_side_button_next,
.lv_window_light .lv_button_top_close,
.lv_window_light .lv_controls_top_close_button,
.lv_window_light .lv_slider .lv_icon,
.lv_window_light .lv_slider_number,
.lv_window_light .lv_slider_number_empty,
.lv_window_light .lv_controls_top_close_button,
.lv_controls_top_skin_light .lv_icon,
.lv_controls_top_close_skin_light .lv_controls_top_close_button,
.lv_thumbnails_skin_light .lv_thumbnail_icon {
  background-image: url('skins/light/sprite.png') !important;  
  background-image: url('skins/light/sprite_ie_lt_7.png'); /* IE < 7 */
}


/*
 * skin: 'dark'
 */
/* normalization */
.lv_content_dark,
.lv_content_dark h1,
.lv_content_dark h2,
.lv_content_dark h3,
.lv_content_dark h4,
.lv_content_dark h5,
.lv_content_dark h6 {
  color: #f3f3f3;
}

.lv_content_dark a,
.lv_content_dark a:hover {
  color: #b4b4b4;
}

/* sprite */
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous,
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_next,
.lv_window_dark .lv_button_top_close,
.lv_window_dark .lv_controls_top_close_button,
.lv_window_dark .lv_slider .lv_icon,
.lv_window_dark .lv_slider .lv_slider_number,
.lv_window_dark .lv_slider .lv_slider_number_empty,
.lv_window_dark .lv_controls_top_close_button,
.lv_controls_top_skin_dark .lv_icon,
.lv_controls_top_close_skin_dark .lv_controls_top_close_button,
.lv_thumbnails_skin_dark .lv_thumbnail_icon {
  background-image: url('skins/dark/sprite.png') !important;
  background-image: url('skins/dark/sprite_ie_lt_7.png'); /* IE < 7 */
}

/* close button */
.lv_window_dark .lv_button_top_close {
  top: 18px;
  left: 53px;
}

/* controls: 'relative' */
.lv_window_dark .lv_slider_number { color: #acacac; }
.lv_window_dark .lv_slider_number:hover { color: #e3e3e3; }
.lv_window_dark .lv_slider_number_active,
.lv_window_dark .lv_slider_number_active:hover { color: #5d5d5d;}

/* controls: 'top' */
.lv_controls_top_skin_dark .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_dark .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_dark .lv_icon_disabled,
.lv_controls_top_skin_dark .lv_icon_disabled:hover { color: #575757; }


/* 
 * skin: 'mac'
 */
/* title/caption */
.lv_window_mac .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* sprite */
.lv_window_mac .lv_side_button_previous,
.lv_window_mac .lv_side_button_next,
.lv_window_mac .lv_button_top_close,
.lv_window_mac .lv_controls_top_close_button,
.lv_window_mac .lv_slider .lv_icon,
.lv_window_mac .lv_slider_number,
.lv_window_mac .lv_slider_number_empty,
.lv_window_mac .lv_controls_top_close_button,
.lv_controls_top_skin_mac .lv_icon,
.lv_controls_top_close_skin_mac .lv_controls_top_close_button,
.lv_thumbnails_skin_mac .lv_thumbnail_icon {
  background-image: url('skins/mac/sprite.png') !important;
  background-image: url('skins/mac/sprite_ie_lt_7.png'); IE < 7
}

/* close button */
.lv_window_mac .lv_button_top_close {
  top: 39px;
  left: 39px;
}

/* controls: 'relative' */
.lv_window_mac .lv_slider_number { color: #acacac; }
.lv_window_mac .lv_slider_number:hover { color: #e1e1e1; }
.lv_window_mac .lv_slider_number_active,
.lv_window_mac .lv_slider_number_active:hover { color: #5d5d5d; }

/* controls: 'top' */
.lv_controls_top_skin_mac .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_mac .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_mac .lv_icon_disabled,
.lv_controls_top_skin_mac .lv_icon_disabled:hover { color: #575757; }



/* INIZIO TABS */
ul.tabs {
	margin: 0; 	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #999; 	border-left: 1px solid #999;
}
ul.tabs li {
	margin: 0; 	padding: 0;
	float: left;
	height: 29px;
	line-height: 29px; /* per allineare verticalmente il testo dentro ai Tabs */
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #D2E1F6;
}
ul.tabs li a {
	padding: 0 20px;
	display: block;
	color: #555555;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #fff; /* per dare l'effetto smusso all'interni dei Tabs */
	outline: none;
}
ul.tabs li a:hover {
	background: #D2E1F6;
}

ul.tabs li img {
	height: 25px;
	margin-right:3px;
	vertical-align:middle;
}

ul.tabs li.active, ul.tabs li.active a:hover  { /* background e bordo inferiore devono avere lo stesso colore del box con il contenuto */
	background: #fff;
	border-bottom: 1px solid #fff;
}
 
/* Contenuto */
.contenitore_tab {
	background: #fff;
	border: 1px solid #999;	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.contenuto_tab {
	padding: 20px;
	font-size: 1.2em;
}

/* FINE TABS */

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  font-size: 16px !important;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
