
#realmpage {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	min-width: 910px;
	background-image: url('/img/whitepaper.jpg');
	min-height: 680px;
	padding-bottom: 20px;
}

	h1 {
	}
	#mapkey {
	  float:left;
	  width: 380px;
	}

  .type {
	  font-size: .5em;
	  width: 110px;
  }
  .type2 {
	  font-size: .5em;
	  width: 70px;
  }
  .name {
	  font-size: .85em;
	  width: 110px;
  }
  .adname {
	  font-size: .4em;
  }
  .adcreate {
	  font-size: .4em;
  }
  .cell {
	  background-color: #441111;
	  width: 50px;
	  height: 50px;
	  background-size: 50px 50px;
	  border:2px solid black;
  }
  .fl {
	  float:left;
  }
  .nofl {
	  margin-left: 450px;
  }
  .example {
	  font-size: .6em;
	  font-style: italic;
  }
  .colorbox {
	  width: 20px;
	  height: 20px;
	  float: left;
	  margin-left: 2px;
	  border: 1px solid black;
  }
  .iconthumb {
	  width: 20px;
	  height: 20px;
	  float: left;
	  margin-left: 2px;
	  border: 0;
  }
#icons {
	clear: left;
	padding-top: 15px;
}
#noimage {
	width:20px;
	height: 20px;
	float: left;
	margin-left: 2px;
	border: 1px solid black;
	font-size: .5em;
	background-color: #ffffff;
}

#realmpage canvas {
	position: absolute;
	left:0;
	top:0;
}

.canvascontainer {
	position: relative;
}
#realmc {
	 background-image: url('/img/tile1.jpg');
}
#keyc {
}
#realmpage .hitarea {
	position: absolute;
	left: 0;
	top: 0;
}
#realmpage .hitcell {
	position: absolute;
	width: 50px;
	height: 50px;
}


#feedback { color: red; }
#selectable .ui-selecting { border: 2px solid green; }
#selectable .ui-selected { border: 2px solid yellow; }
/*#selectable { padding: 20px; border: 2px solid blue; }
*/


.dirnav {
	position: absolute;
	cursor: pointer;
}
#eastnav {
	width: 0px;
	height: 0px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 12px solid #333333;

	left: 503px;
	top: 220px;
}
#westnav {
	width: 0px;
	height: 0px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 12px solid #333333;

	left: -13px;
	top: 220px;
}
#northnav {
	width: 0px;
	height: 0px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 12px solid #333333;

	left: 220px;
	top: -13px;
}

#southnav {
	width: 0px;
	height: 0px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 12px solid #333333;

	left: 220px;
	top: 503px;
}

#upnav {
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 13px solid #333333;

	left: 465px;
	top: -18px;
}
#upnav:after {
	content: "up";
	margin-left: 9px;
}



#downnav {
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 13px solid #333333;

	left: 45px;
	top: 508px;
}
#downnav:before {
	content: "down";
	left: -48px;
	top: -17px;
	position: relative;
}


#showdirty {
	font-size: .65em;
}



