﻿@charset "utf-8";

p.entry {
	display: none;
}

#panelRoot {
	width : 580px;
	margin-left : 8px;
	margin-right : auto;
	padding-top : 20px;
}

#panelMap {
	margin-top:10px;
}

#map {
	width: 500px;
	height: 350px;
}

#msg {
	padding:0.2em;
	background-color:#f0f0ff;
	color=red;
}

#results {
	font-size : 8pt;
	color : #3355ff;
	background-color : #ddeeff;
	padding : 0.5em;
}

#panelButtons {
	text-align : center;
	padding-top : 10px;
}

#panelButtons input {
	font-weight : bold;
	margin-left : 10px;
	padding : 0.5em 2em 0.5em 2em;
	background-color : #aabbcc
}

.gmap {
	width : 500px;
	height : 350px;
}

#return {
	margin:0 0 15px 0;
}

h3.chip {
	margin-top:5px;
}

div.marker_detail,
div.marker_access {
	width: 280px;
}
/*div.marker_data_html h3 {
	font-size : 14px;
	text-align:left;
	paddin-left:15px;
	font-weight:bold;
	margin-bottom:4px;
	color: #333333;
	background-repeat: no-repeat;
	width: 256px;
}*/

div.marker_detail p,
div.marker_access p {
	width: 270px;
	height:60px;
	overflow: auto;
	margin-top: 5px;
	padding:0 4px 4px 4px;
}