@charset "utf-8";

@font-face {
    font-family: 'InterstateRegular';
    src: url('interstate-regular-webfont.eot');
    src: url('interstate-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('interstate-regular-webfont.woff') format('woff'),
         url('interstate-regular-webfont.ttf') format('truetype'),
         url('interstate-regular-webfont.svg#InterstateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img{
	border: none;
	border-style: none;
	outline: none;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;	
}

#app_cont {
	position: relative;
}

#overview{
	position:relative;
	display:block;
}

.sign{
	color:#262626;
	padding:6px 9px;
	font-size: 13px;
	line-height:18px;	
	font-family: 'InterstateRegular';
	background:url(skilt.png);
	z-index: 5000;	
	display:block;
}

#hoverpop{
	position: absolute;
	height: auto;	
	opacity:0.9;
	display:block;
	
}
	#hoverpop hr{
		height:1px;
		border:0;
		background:#262626;
		width:150px;
	}
	

#areainfo{
	position: absolute;
	z-index:4000;
	width:900px;
	display:none;
}

	#areainfo div{
		text-align:center;
		position: absolute;
		height: auto;
		padding:2px 5px;
		color:#262626;
		background:#FFF;
		font: 10px Georgia, "Times New Roman", Times, serif;
		-webkit-border-radius:3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		opacity:0.9;
	}
	
	#areainfo .right img{
		position:absolute;
		right:-25px;
		top:0px;
	}
	
	#areainfo .left img{
		position:absolute;
		left:-25px;
		top:0px;
	}
	
	#areainfo .downleft img{
		position:absolute;
		left:-25px;
		top:0;
	}
	
	#areainfo .down img{
		position:absolute;
		left:50%;
		margin-left:-8px;
		bottom:-25px;
	}
	
.btn{
	text-align:center;
	position: absolute;
	height: auto;
	padding:3px 7px;
	color:#676767;
	background:#FFF;
	font: 13px Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	border:1px solid #efefef;
	z-index:7000;
	cursor:pointer;
}
	.btn:hover{
		opacity:1;
		color:#333;
	}
	
#loader{
	text-align:center;
	position: absolute;
	height: auto;
	padding:3px 7px;
	background:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:1;
	border:1px solid #efefef;
	z-index:7000;
	left: 420px;
	top: 170px;
}

#toggleAreaInfo{
	position:absolute;
	cursor:pointer;	
	left:11px;
	bottom:11px;
	width: 320px;
}


#toggleAvailable{
	position:absolute;
	cursor:pointer;
	bottom:11px;
	left:11px;
	width:149px;
	z-index:300;
}