html,
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font: 100% Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #3C88FB;
	background: white;
	line-height: 15px;
}


/* main */

#mainPanel {
	position: absolute;
	/*width: 100%;
	height: 100%;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
	

/* Google map */

div.infowindow {
     min-width:250px;
}

div.map {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

div.map div.mapArea {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
}

div.map div.mapHeader {
	display:none;
}

#preloader_container {
}

div.msg_box {
	background: white;
	border: 1px solid #3C88FB;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	text-align: center;
	width: 350px;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#preloader_text {
	margin-top: 10px;
	color: #3C88FB;
}

