html, body { 
    font-family:verdana,arial,tahoma,helvetica,sans-serif; 
    font-size:12px;
	overflow:hidden; 
	padding:0; 
	margin:0; 
	width:100%; 
	height:100%; 
} 
		
#formSelezione {
    padding:0;
    margin:0;
    overflow: auto
}

#map_canvas { 

  margin-left:10px; 
  margin-right:10px;
  /*border:solid 1px black;*/
} 

.bordoSopra {
    /*border-bottom: solid 1px black;*/
    border-top: solid 1px black;
}

.divPerZoomPunto{ /*Questo div contiene la barra di scorrimento per non allungare troppo il fumetto*/
    width: 460px; height: 270px; overflow: auto; margin-right: 15px; 
}

.divPerFonte{
    font-size: x-small;
    margin-top: 5px;
    width: 460px;
}


.divPerLegenda{ /*Questo div contiene la barra di scorrimento per non allungare troppo il fumetto*/
    width: 300px; height: 300px; overflow-y: auto; margin-right: 15px;
}

a.bcolor img{
    border-color: White; 
    border-width: 1px;
    border-style: solid;
}

a.bcolor:hover img{
    border-color: Black;
    border-width: 1px;
    border-style: solid;
}

a.bcolor:visited img{
    border-color: White; 
    border-width: 1px;
    border-style: solid;
}

.cellaBordiNeri {
    border: solid 1px black;
}


/*Per libreria di yahoo UI*/

body
{
    background-color:#F8F8F8;
}

.yahooPanel1 .bd {
    overflow:auto;
    background-color:#F8F8F8 !important;
}

.yahooPanel1 .ft {
    /*height:6px;*/
    padding:0;
    margin:0;
}

.yahooPanel1 .yui-resize-handle-br {
    right:0;
    bottom:0;
    height: 8px;
    width: 8px;
    position:absolute;
}

/*  
    The following CSS is added to prevent scrollbar bleedthrough on
    Gecko browsers (e.g. Firefox) on MacOS.
*/

/*
    PLEASE NOTE: It is necessary to toggle the "overflow" property 
    of the body element between "hidden" and "auto" in order to 
    prevent the scrollbars from remaining visible after the the 
    Resizable Panel is hidden.  For more information on this issue, 
    read the comments in the "container-core.css" file.
   
    We use the #reziablepanel_c id based specifier, so that the rule
    is specific enough to over-ride the .bd overflow rule above.
*/

.yahooPanel1_c.hide-scrollbars .yui-resize .bd {
    overflow: hidden;
}

.yahooPanel1_c.show-scrollbars .yui-resize .bd {
    overflow: auto;
}

/*
    PLEASE NOTE: It is necessary to set the "overflow" property of
    the underlay element to "visible" in order for the 
    scrollbars on the body of a Resizable Panel instance to be 
    visible.  By default the "overflow" property of the underlay 
    element is set to "auto" when a Panel is made visible on
    Gecko for Mac OS X to prevent scrollbars from poking through
    it on that browser + platform combintation.  For more 
    information on this issue, read the comments in the 
    "container-core.css" file.
*/

.yahooPanel1_c.show-scrollbars .underlay {
    overflow: visible;
}

/*Fine libreria di yahoo UI*/