body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: Verdana;
  font-size: 12px;
  color: #FEC536;
  background-color: #000;
}

#loadscreen {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#loadmessage {
  color: #000;
}

#loadmessage h1 {
  font-size: 48px;
}

#loadmessage h2 {
  margin-top: 12px;
  font-size: 24px;
}

#help {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 480px;
  height: 320px;
  z-index: 999;
  overflow-y: auto;
  background-color: #000;
  border: 1px solid #355355;
}

.helpcontent {
  color: #fff;
  padding: 18px;
  cursor: pointer;
}

.helpcontent h2 {
  font-size: 24px;
  color: #FFC631;
}

.helpcontent h3 {
  margin-top: 18px;
  font-size: 12px;
  color: #FFC631;
}

.helpcontent img.left {
  clear: both;
  float: left;
  margin-right: 6px;
}

.helpcontent img.right {
  clear: both;
  float: right;
  margin-left: 6px;
}

#mapviewer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#minimapcontainer {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 235px;
  z-index: 10;
  border: 1px solid #355355;
}

#minimapmenu {
  height: 14px;
  line-height: 12px;
  background-color: #CADBF9;
  color: #08677D;
  border-bottom: 1px solid #08677D;
  text-align: center;
}

#minimapmenu a {
  color: #08677D;
  text-decoration: none;
}

#minimapmenu a.toggled {
  font-weight: bold;
}

#minimap {
  position: relative;
  width: 235px;
  /*z-index: 10;
  border: 1px solid #355355;
  overflow: hidden;*/
}

.loc {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background: transparent;
  background-image: url('../gfx/alt-3.png');
  overflow: hidden;
  z-index: 6;
}

.locinactive {
  background-image: url('../gfx/alt-4.png');
}

.selectedpixel {
  z-index: 9;
}

.locationlabel {
  position: absolute;
  padding: 1px;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  z-index: 7;
}

.locationlabel a {
  color: #fff;
  text-decoration: none;
}

.locationlabelselected {
  color: #000;
  background-color: #fff;
  font-weight: bold;
  z-index: 8;
  border: 1px solid #000;
}

.locationlabelselected a {
  color: #000;
  text-decoration: none;
}

#anchors {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 140px;
  height: 271px;
  z-index: 10;
  padding: 6px;
  border: 2px solid #355355;
  background-color: #000;
  color: #FEC536;
  overflow-x: hidden;
  overflow-y: auto;
}

.outpost {
  cursor: pointer;
}

.menusilent {
  color: #7E4B1c;
}

.menugrain {
  color: #F2F2E0;
}

.selectedanchor {
  font-weight: bold;
}

.tip {
        position: absolute;
	color: #fff;
	width: 172px;
	z-index: 100;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
        color: #FEC536;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../gfx/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../gfx/bubble.png) bottom right;
}

.clear {
  clear: both;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
}
