@charset "utf-8";
/* CSS Document */

/*dark e9e9e9
medium ececec
border = cccccc
light f5f5f5*/

* {
	margin:0px;
	padding:0px;
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
body{
	font-size:13px;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.no_border_right{
	border:none !important;
}
.right{
	float: right !important;
}

#top_bar {
	background: none repeat scroll 0 0 #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	height: 36px;
}
#left_bar {
    bottom: 0px;
    left: 0;
    position: absolute;
    top: 37px;
    width: 346px;
	background:#f9f9f9;
}
#map {
	bottom: 0px;
	left: 349px;
	position: absolute;
	right: 0;
	top: 37px;
	background:#09C;
	z-index: 0;
}
#ajax-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f9f9f9;
	z-index: 10;
	opacity: 0.8;
	text-align: center;
	display: none;
}
#ajax-loading div{
	position: relative;
	top: 46%;
}


