.mapcontainer{
	/*-webkit-box-shadow: 4px 4px 3px rgba(100,100,100,0.75);*/
	/*box-shadow: 4px 4px 3px rgba(100,100,100,0.75);*/
	position:relative;
	/*-moz-box-shadow: 4px 4px 3px rgba(100,100,100,0.75);*/
	border: 3px solid #333;
	float: left;
	width: 600px;
	height: 670px;
}

#map{
	/* [disabled]background-color: rgb(245,252,208); */
	height: 670px;
	position:relative;
}

.fullScreen{

	position:fixed !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;

}

.mostScreen{
	position:fixed !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: 1px !important;
	height:100% !important;
}

.maphead{
	/* [disabled]top:0; */
	/* [disabled]height:60px; */
	position: relative;
	/* [disabled]padding-top: 9px; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]left: 0px; */
	/* [disabled]background-color: #CF0; */
	display: block;
}

.btnZoom{
	position:relative;
	/* [disabled]float: right; */
}

.zoomState{
	position: absolute;
	left:80px;
	top: 16px;
	width: 100px;
	height: 120px;
	z-index: 999999;
	background-image: url(../images/fullCA.png);
	cursor: pointer;
	background-repeat: no-repeat;
}

.zoomState:hover{
	background-image: url(../images/fullCA_hover.png);	
}



.mapinfo{
	/* [disabled]background-color: #FFF; */
	/* [disabled]height: 300px; */
	/* [disabled]width: 220px; */
	/* [disabled]position: absolute; */
	/* [disabled]left: 2px; */
	/* [disabled]bottom: 2px; *//*	width: 35%;*//*	min-width:550px;*/
}




.mapfoot{
	bottom:0;
	right:0;
	left:0;
	height:40px;
	position: absolute;
	padding-left: 10px;
	padding-bottom: 100px;
	background-color: #F60;  

}



h4{

	color:gray;
}

.current{

    background-color:#91AA9D;
}



  .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }

 .ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
  }
