
#infobox-1233aba11a6914698cd57c480741c78249705dc4 {
	z-index: 9999;
	position: absolute;
	bottom: 20px;
	left: 5px;
	right: 5px;
	height: 60px;
	text-align: center;
	opacity: 0.8;
	overflow: hidden;
}

#infotabs-1233aba11a6914698cd57c480741c78249705dc4 {
	z-index: 9999;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 16px;
	text-align: center;
	opacity: 0.8;
	overflow: hidden;
	line-height: 14px;
}

#infotabs-1233aba11a6914698cd57c480741c78249705dc4 > div {
	overflow: hidden;
	font-size: 10px;
	display: inline-block;
	opacity: 0;
	height: 14px;
	width: 100px;
	border: 1px solid black;
	background-color: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
}

#infotabs-1233aba11a6914698cd57c480741c78249705dc4 > .selected {
	background-color: #5ca5ff;
}

#infobox-1233aba11a6914698cd57c480741c78249705dc4 > * {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
}

.infoelement-1233aba11a6914698cd57c480741c78249705dc4 {
	position: absolute;
	width: 200px;	/* Also set in JS */
	top: 0;
	bottom: 0;
	display: none;	/* inline-block once visible */
	opacity: 0;
	background-color: #eeeeee;
	text-align: left;
	padding: 5px;
	border: 1px solid black;
	overflow: hidden;
	white-space: normal;
}

.infoelement-1233aba11a6914698cd57c480741c78249705dc4 p.infotitle {
	margin: 0;
}

.infoelement-1233aba11a6914698cd57c480741c78249705dc4 p.infodescription {
	margin: 0;
	font-size: 0.7em;
}




html,body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

p {
	font-size: 0.8em;
}

ul {
	font-size: 0.8em;
}

.info_bubble_category {
	font-size: 0.5em;
}

div#title {
	z-index: 10000;
	position: absolute;
	width: 210px;
	left: 25px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

a:link, a:visited {
	color: #5ca5ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffcc66;
	text-decoration: none;
}

.noborder {
	border-style: none;
}

#sidebar {
	position: absolute;
	width: 260px;
	top: 0;
	bottom: 0;
	left: 0;
}

div.sidebar-content {
	position: absolute;
	padding: 10px;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 0;
	overflow: auto;
}

#right-pane {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 260px;
	right: 0;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
	background: white;
}

#permalink {
	float: right;
	padding: 7px;
	font-size: 13px;
}

#toolbar {
	padding-top: 2px;
	padding-left: 7px;
	margin-left: 260px;
}

.warn {
	color: red;
	font-weight: bold;
}

#topbox {
	width: 100%;
	height: 30px;
	background-color: #5ca5ff;
	overflow: hidden;
}

a#permalinkanchor:link, a#permalinkanchor:visited {
	color: black;
}

a#permalinkanchor:hover {
	color: white;
}

#collapse-sidebar {
	position: absolute;
	z-index: 9999;
	left: 235px;
	margin: 5px;
}

#expand-sidebar {
	position: absolute;
	z-index: 9999;
	left: 260px;
	margin: 5px;
}

#expand-sidebar-button {
	display: none;
}

img {
	border: none;
}

#debug {
	opacity: 0.8;
	position: absolute;
	right: 10px;
	top: 50px;
	height: 400px;
	width: 400px;
	z-index: 11000;
	background-color: red;
	overflow: auto;
	color: white;
	font-weight: bold;
	display: none;
}

#search-box {
	position: absolute;
	top: 30px;
	left: 270px;
	width: 20em;
	height: 75%;
	background-color: white;
	border: 1px solid black;
	display: none;
}

#search-box ul {
	padding-left: 1.5em;
}

.box-top-bar {
	width: 100%;
	height: 2em;
	background-color: silver;
	overflow: hidden;
	border-bottom: 1px solid black;
}

.box-top-bar a:link, div.topbox a:visited {
	color: black;
}

.box-top-bar a:hover {
	color: white;
}


.box-title {
	font-weight: bold;
	padding: 5px;
}

.box-tool {
	float: right;
	padding: 5px;
}

.box-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 2em;
	bottom: 0;
	overflow: auto;
	padding: 5px;
}

#locationtext {
	position: absolute;
	left: 50px;
	right: 50px;
	padding: 5px;
	top: 0;
	z-index: 9000;
	text-align: center;
}

.other-content {
	margin: 0.5em;
}

.error {
	color: red;
	font-weight: bold;
}


