/*
 * mapplanet.css
 * Styles for MapPlanet
 */
@charset "utf-8";

body {
  font-size: 100%;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}

a {
  color: #000090;
  background-color: transparent;
}

a:visited {
  color: #000090;
  background-color: transparent;
}

a:hover {
  color: #a00000;
  background-color: transparent;
}

a.menu {
  color: #e0e0e0;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-left: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  background-color: transparent;
}

a.menu:hover {
  color: #ffffff;
  background-color: #205080;
}
a.menu:visited {
  color: #e0e0e0;
}

a.menu2 {
  font-size: 80%;
  color: #e0e0e0;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  padding-left: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  background-color: transparent;
}

a.menu2:hover {
  color: #ffffff;
  background-color: #205080;
}

a.menu2:visited {
  color: #e0e0e0;
}


a.img {
  padding: 0px;
  margin: 0px;
  border: 1px dotted transparent;
}

a.img:hover {
  border: 1px dotted transparent;
}

a.local {
  color: #000090;
  text-decoration: none;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
a.local:visited {
  color: #000090;
}
a.local:hover {
  color: #a00000;
}

a.local2 {
  font-size: 100%;
  color: #000090;
  text-decoration: none;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
}
a.local2:visited {
  color: #000090;
}
a.local2:hover {
  color: #a00000;
}

a.smallbutton {
  margin-left: 0.125em;
  margin-right: 0.125em;
  font-size: 75%;
  color: #000090;
  background-color: #f0f0f0;
  text-decoration: none;
  font-weight: normal;
  padding: 2px;
  border-top: 1px solid #808080;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 1px solid #808080;
}

a.smallbutton:hover {
  background-color: #c7c7c7;
  color: #a00000;
}

a.smallbutton:visited {
  color: #000000;
}

div.mapinfo a.local2 {
  font-size: 80%;
}

a.mover {
  color: #000090;
  background-color: #ffff00;
  text-decoration: none;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
}

a.web {
  color: #0000a0;
  text-decoration: underline;
}
a.web:visited {
  color: #0000a0;
}
a.web:hover {
  color: #900000;
}

.img {
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
  margin: 0px;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid #c0c0c0;
  background-color: #e0e0e0;
}

.imgsel {
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
  margin: 0px;
  border-top: 1px solid black;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid black;
  background-color: #e0e0e0;
}

.selected {
  color: #ffff80;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-left: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  background-color: transparent;
}

.selected2 {
  font-size: 80%;
  color: #ffff80;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  padding-left: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  background-color: transparent;
}

.error {
  padding: 0.25em;
  font-size: 80%;
  color: #ffffff;
  background-color: #c00000;
}

.ok {
  padding: 0.25em;
  font-size: 80%;
  color: #ffffff;
  background-color: #009000;
}

.menutext {
  color: #a0a0c0;
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding-left: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  background-color: transparent;
}

div.menu {
  background-color: #414d59;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 10em;
  font-size: 80%;
}

div.content {
  background-color: #ffffff;
  position: absolute;
  padding-left: 1em;
  margin-right: 0px;
  padding-right: 1em;
  padding-bottom: 1em;
  top: 2em;
  left: 9em;
  z-index: 50;
}

div.spotHeader {
 position: relative;
 top: -8px;
 left: 8px;
}

div.marker {
 position: relative;
 top: -8px;
 left: 0px;
 font-size: 80%;
 font-family: Arial, Helvetica, sans-serif;
 padding-top: 0px;
 padding-right: 8px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin: 0px;
 width: 240px;
 overflow: visible;
}

div.marker h1 {
 margin-top: -4px;
 margin-bottom: 2px;
}

div#map span {
	font-size: 30%;
}

div.mapinfo {
 font-size: 80%;
 background-color: #e0e0e0;
 padding-left: 2em;
 padding-top: 4px;
 padding-bottom: 4px;
 margin-left: -2.4em;
 border-bottom: 1px solid #306090;
 border-right: 1px solid #306090;
 border-left: 1px solid #306090;
 z-index: 60;
}

table.article {
  width: 32em;
}

form {
    padding: 0px;
    margin: 0px;
}

th {
 text-align: center;
 border: 1px solid #c0c0c0;
 margin-left: 0.25em;
 margin-right: 0.25em;
 background-color: #c0c0d0;
}

div.sidebar {
 position: absolute;
 right: 0px;
 top: 60px;
 float: left;
 display: block;
 z-index: 900;
}
