// Utilitzat a NGPanel pel control NGScaleButton

.NGButtonItemInactive {
	cursor: pointer;
}

.NGButtonItemActive {
	cursor: pointer;
}

.NGScaleControlDivInactive {
	cursor: pointer;
}
.NGScaleControlDivActive {
	cursor: pointer;
}


.olControlLoadingPanel {
    background-image:url(../img/loading.gif);
    position: relative;
    width: 32px;
    height: 32px;
    top:40%;
	left:40%;    
    background-position:center;
    background-repeat:no-repeat;
    display: none;
	z-index:9999999 !important;
}


.SeparadorButton {
	cursor: pointer;
}

/** caja del desplegable de escalas **/
.scaleText {
	font:8pt "Verdana";color:#000000;
	border-style: solid none solid solid; 
	border-color: #C9C9C9; 
	border-width: 1px 0px 1px 1px; 
	overflow: hidden; 
	width: 45px; 
	height: 15px; 
	white-space: nowrap; 
	cursor: pointer; 
	background-color: rgb(255, 255, 255);
}


#streetviewDiv {
	background:transparent url(../img/NonStreetView.png) no-repeat scroll center;
	float:right;
	height:100%;
	width:100%;
	/*width:200px; height:100px;*/
}

