#listona{
	text-indent: 4px;
	position:absolute;
	width:180px;
	float:right;
	z-index: 260;	
	right:0px;
	top:-9px;
}

.ui-btn-icon-notext.ui-btn-corner-all, .ui-btn-icon-notext.ui-corner-all {
-webkit-border-radius: 0.2em !important;
border-radius: 0.2em !important;
}

.gmnoprint{line-height: 23px !important}

.ui-btn-corner-all {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
 }

#map_canvas img, #map_canvas a   {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}
#titoloz{
    float:left;
    text-align:left;
    padding-left:50px;
    padding-top:10px;
}
#header{height:42px;z-index:140;}
#map_canvas  {
	width:100%;
	position:absolute;
	top:40px;
  	bottom:60px;
	left:0;
	right:0;
/*   -webkit-backface-visibility: hidden; outline: none;  */
}

#ScrollCB { display: none;visibility:hidden;z-index: 0} 
input{float:left;}
p {margin: 5px;}

#caricamento  {
	width:100%;
	z-index:350;
	position:absolute;
	top:0px;
	bottom:0px;
	background:#FFFFFF;
}
#caricamento table  {
	width:100%;
	height:100%;
}
#caricamento tr  {
	width:100%;
	height:100%;
	vertical-align:middle;
	padding:5px;
	text-align:center;
}
#cbChoices {visibility:hidden;}

#markersbutt{font-size:14px;}

/*FUSION TABLE'S INFO WINDOWS start*/ 
.googft-info-window  {
	font-family: "IM Fell Double Pica SC", serif;
    width:auto;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: auto;
}
.googft-info-window img{ 
    height:80px;
    width:130px;
}
.googft-info-window h2{ text-align:center; font-size:15px; }
/*FUSION TABLE'S INFO WINDOWS stop*/ 
/*

#LOGOLO  {
	position:absolute;
	top:8px;
	width:36px;
	height:50px;
	z-index:100;
  background-image: url(./images/layout/ObliLogoM.png);
}
*/
/*For Landscape mode*/ 
@media screen and (orientation:landscape)   {  
    #map_canvas  {
        width:100%;
        position:absolute;
        top:40px;
        bottom:1px;
        left:0;
        right:0;    
    }    

/*     #foo{height:100%,margin:0px 0px 0px 0px;} */
    
}  
/*For Tablets*/
@media only screen and (min-width: 767px)   {

    /*FUSION TABLE'S INFO WINDOWS start*/ 
    .googft-info-window  {
        font-family: "IM Fell Double Pica SC", serif;
        width:auto;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: auto;
    }
    .googft-info-window img{ 
        height:150px;
        width:200px; 
    }
    .googft-info-window h2{text-align:center; font-size:20px; }
    /*FUSION TABLE'S INFO WINDOWS stop*/  
    
} 
@media only screen and (min-width: 767px) and (orientation: portrait)  {

    /*FUSION TABLE'S INFO WINDOWS start*/ 
    .googft-info-window  {
        font-family: "IM Fell Double Pica SC", serif;
        width:auto;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: auto;
    }
    .googft-info-window img{ 
        height:150px;
        width:200px; 
    }
    .googft-info-window h2{text-align:center; font-size:20px; }
    /*FUSION TABLE'S INFO WINDOWS stop*/  
}