@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

#map-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#map-target {
	height: 100%;
	width: 100%;
}

#header{
	height: 110px;
	width: 100%;
	background-color: rgba(255,255,255,0.75);
	color: white;
	font-size: 22px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
  font-family: Arial, sans-serif;
}

#header A{
	font-size: 12px;
	text-decoration: none;
	padding: 0.5em;
}

#tigernet-logo-container {
	position: absolute;
	top: 0px;
	left: 10px;
}

#title-container {
  position: absolute;
  top: 3px;
  left: 50%;
}

#title-container h1,
#title-container h3 {
  position: relative;
  left: -50%;
  color: #464646;
  font-size: 20px;
  font-family: Roboto,​Arial,​sans-serif;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
#title-container h3 {
  font-size: 14px;
}

#esa-logo-container {
	position: absolute;
	top: 20px;
	right: 10px;
}

/*
#controls {
	position: absolute;
	top: 5px;
	right: 300px;
	padding: 20px;
	background-color: white;
	border: 1px solid black;
}
*/

/* --- OVERLAY STYLES --- */

#infobox {
	font-size: 12px;
}

#infobox .content-image {
	float: left;
	width: 200px;
}

#infobox .content-image-wider {
	float: left;
	width: 280px;
}

#infobox .content-container {
	margin-left: 220px;
}

#infobox .content-container-wi {
	margin-left: 300px;
}

#infobox .undercontruction,
#infobox .moreinfosoon {
	font-size: 14px;
	font-style: italic;	
}

#infobox .headline {
	font-size: 14px;
	font-weight: bold;
	display:none;
}

/* --- */

#infobox2 {
  position: absolute;
  left: 0;
  top: 55px;
  background-color: #fff;
}

#infobox-iframe {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

#infobox2 .titlebar {
  background: url("custom-theme/images/ui-bg_highlight-soft_100_deedf7_1x100.png") repeat-x scroll 50% 50% #DEEDF7;
  border: 1px solid #AED0EA;
  color: #222222;
  font-weight: bold;
  padding: 7px;
  height: 22px;
  font-size: 15px;
  margin: 3px;
  border-radius: 2px;
  position: relative;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#infobox2 .titlebar a.close-button {
  position: absolute;
  background: url(../images/close-icon.png) no-repeat center center;
  width: 9px;
  height: 9px;
  right: 15px;
  top: 13px;
  cursor: pointer;
}
#infobox2 .titlebar a.close-button:hover {
  background-image: url(../images/close-icon-s.png);
  width: 21px;
  height: 20px;
  right: 9px;
  top: 7px;
}

.bold {
  font-weight: bold;
}