/****************************************
 * TITLE: Google Map Popup Stylesheet   *
 * CAMAR PRUTIH
 * MODIF: 2006-Sep-19  18.15 - 0600     *
 ****************************************/

*{
  margin: 0;
  padding: 0;
}

body {
  color: white;
  background-color: #F5F5DC;				/* #e2dfa8 Hintergrund Farbe, gilt auch für Sidebar, wenn nicht anderst definiert   */
  font-family: verdana, helvetica, arial, sans-serif;
  height: 700px;
  margin: 8px;
  padding: 0;
}

html > body {
  font-size: 12px;
}

.doNotDisplay {
  display: none;
}

#main {
  color: black;
  background-color: #F5F5DC;				/* #e2dfa8 Hintergrund Farbe, gilt auch für Sidebar, wenn nicht anderst definiert   */
  width: 1030px;
  height: 640px;
}

#main h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 0 5px 5px 0px;
  padding: 5px 0 5px 5px;
}

#main h2 {
  color: #F5F5DC;
  background-color: #758279;
  font-weight: normal;
  font-size: 12px;
  margin: 0 5px 5px 0px;
  padding: 5px 0 5px 5px;
}

#coord {
  font-size: 0.6em;
  margin: 0 0 10px 10px;
}

* html #map {
  font-size: 100%;
  margin: 0 0 0 5px;
  width: 800px;
  height: 600px;
  float: left;
  clear: left;
}

#map {
  font-size: 100%;
  margin: 0 0 5px 10px;
  width: 800px;
  height: 600px;
  float: left;
  clear: left;
}

#sidebar {
  float: right;
  width: 210px;
/*  height: 600px;*/
}

#sidebar h1 {
  color: black;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  margin: 0 5px 0 5px;
  padding: 5px 0 5px 5px;
}

#sidebar p {
  font-size: 11px;
  padding: 5px 0 2px 10px;
}

#sidebar form {
  font-size: 0.9em;
  padding: 5px 0 5px 0;
}

ul {
  margin: 0 0 0 5px;
  padding: 5px 0 0 5px;
}

li {
  list-style-type: disc;
  font-size: 0.9em;
  margin: 0 15px 5px 20px;
  padding: 0;
}

#small{
  font-size: 0.7em;
}

#loaddiv {
  position: absolute;
  top: 280px;
  left: 260px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  border: 4px groove #758279;
  background-color: #F5F5DC;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  opacity: .75;
  filter: alpha(opacity=75);
}

v\:* {
  behavior:url(#default#VML);
}



/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #758279;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 10px 8px 8px 8px;
  clear: both;
}

#footer .left {
  line-height: 1em;
  float: left;
  clear: left;
}

#footer .leftsmall {
  margin: 2em 0 0 0;
  line-height: 1em;
  font-size: 7px;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1em;
}

#footer .rightsmall {
  margin: 2em 0  0;
  line-height: 1em;
  font-size: 7px;
  text-align: right;
}

#footer .top {
  font-size: 9px;
  text-align: center;
  line-height: 1em;
}

#footer a {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

#footer a:hover {
  color: #cc0000;
  text-decoration: underline;
  background-color: inherit;
}