body
{
	font-family: verdana;
	font-size: 9pt; 
}

.btn
{
	height:25px; 
	width:100px;
	margin-bottom:5px;
	border-radius:6px;
	outline:none;
	border: 1px solid #999;
	cursor:pointer;
}

.btn:hover
{
	color:#FFF;
	background-color:gray;
}

.btnSelected
{
	height:25px; 
	width:100px;
	margin-bottom:5px;
	color:#FFF;
	background-color:gray;
	border-radius:6px;
	border: 1px solid #999;
	outline:none;
}

#toggleDiv
{
	float:right; 
	margin-right:5px; 
	margin-top:5px;
	position:relative;
	z-Index:10000;
}

#divOblique, #divMap
{
	 border:1px solid #000;
	 z-index: 10; 
}

.btnFind
{
	height:20px; 
	width:60px;
	border-radius:6px;
	outline:none;
	border: 1px solid #999;
}

.btnFind:hover
{
	height:20px; 
	width:60px
	color:#FFF;
	background-color:gray;
	border-radius:6px;
	border: 1px solid #999;
	outline:none;
}

#divSearch
{
	margin-bottom:5px;
	margin-top:5px;
}

.ui-autocomplete-input
{
	outline:none;
	width: 200px;
	border-radius:6px;
	border:1px solid gray;
}

#search_address_btn, #clear_btn
{
	outline:none;
	vertical-align: text-bottom;
}

#search_address_text{
	width: 20em;
}

.ui-tooltip, .arrow:after {
	background: gray;
	border: 2px solid white;
}

.ui-tooltip {
	width: 10em;
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	/*text-transform: uppercase;*/
	box-shadow: 0 0 7px black;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.ui-tooltip
{
	z-Index:99999;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.ui-menu {
    z-Index:999999;
}
