/*BOTTONI*/
a.infoButton{background-color : navy;border : 1px white solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.infoButton:hover{background-color : #0000bb;border : 1px white solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.closeButton{background-color : #aa0000;border : 1px white solid;font-family : Verdana;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.plusButton{background-color : navy;border : 1px black solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.minusButton{background-color : navy;border : 1px black solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.plusButton:hover{background-color : #7b8fab;border : 1px black solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}
a.minusButton:hover{background-color : #7b8fab;border : 1px black solid;font-family : Times New Roman;font-size : 12px;font-weight : 600;width : 15px;color : white;text-align : center;text-decoration : none;}

/*COMPONENTI STANTDARD*/
body{background-color : #e0e9ee;font-family : verdana;padding : 2px;}
h1{font-size : 20px;font-style : oblique;font-family : verdana;font-weight : 500;margin: 1px;margin-bottom : 5px;padding : 1px;color : #556585;border-bottom : 1px #556585 solid;border-top : 1px #556585 solid;}
a{font-size : 11px;color : #006688;text-decoration : none;font-weight : 600;}
a:hover{font-size : 11px;color : #0099bb;text-decoration : none;font-weight : 600;}

/*STILE DELLE FINESTRE*/
.finestre{position : absolute;margin : 0px;padding : 0px;border : 1px navy solid;background-color : #f8f9f8;}
.contenutiFinestre{
margin : 0px;padding : 6px;overflow : auto;background-color : #f9fbfb;border : 0px #002020 solid;
font-family : verdana,sans-serif;font-size : 11px;font-weight : 400;color: #001030;
overflow : auto;text-align : justify;
}
.intestazioniFinestre{background-color : #eeeeee;border : 0px #002020 solid;margin : 0px;color : #006065;padding : 2px;margin : 0px;height : 25px;}
.testoIntestazioniFinestre{font-family : verdana,sans-serif;font-size : 13px;font-weight : 600;color: #006065;text-align : left;vertical-align : middle;}
a.linkBottoni{margin : 0px;padding : 0px;border : 0px gray solid;}
.bottoniDrag{border : 0px gray outset;margin : 0px;padding : 0px;}
.bottoniIngrandimentoRiduzione{border : 0px gray outset;margin : 0px;padding : 0px;}
.bottoni{border : 0px gray solid;margin : 0px;padding : 0px;}


.finestraInfo{
background-color : #ffffcc;
border : 1px red solid;
display : none;
position : absolute;
top : 100px;
left : 100px;
width : 320px;
height : 180px;
overflow : auto;
font-size : 11px;
font-weight : 600;
font-family : verdana,sans-serif;
padding : 4px;
}

/*.finestreTxt{margin : 0px;color : #001030;font-family : verdana;font-size : 11px;font-weight : 400;padding : 2px;margin : 0px;width : 100%;}*/
/*.intestazioniFinestre{margin : 0px;padding : 1px;background-color : #a0a0a9;border-bottom : 1px navy solid;}*/
