
/* html, body height moved to pages that need it */

h1, p {
	/*
	margin-left: 80px;
	margin-right: 20px;
	*/
}

#locpage {
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('/img/whitepaper.jpg');
}
#realmcontainer {
	position: relative;
	top: 105px;
	left: 170px;
}
.realmcontrols {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:auto;
	padding: 2px;
	pointer-events: none;
}
.realmcontrols .storybutton {
	pointer-events: auto;
}
.rc_visible {
	cursor: auto;
}
.realmcanvas {
	position:absolute;
	left:0;
	top:0;
}
.realmcell
{
	position:absolute;
	border: 1px solid black;
	width: 99px;
	height: 99px;
	background-image: url('/img/tile1.jpg');
}
.outlinecell
{
	position:absolute;
	border: 1px solid black;
	width: 99px;
	height: 99px;
	z-index: -1000;
}
.tinycell {
	width: 10px;
	height: 10px;
}
.addlink {
	padding: 2px;
}
.addbutton {
	background-color: white;
	color: black;
	border-color: black;
	border-width: 1px;
	padding-top: 35px;
	height: 52px;
	text-align: center;
}
.realmbutton {
	background-color: white;
	color: black;
	border-color: black;
	border-width: 1px;
	text-align: center;
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	min-width: 12px;
	/*
	padding-top: 15px;
	height: 25px;
	width: 77px;
	*/
}
#locpage .storybutton {
	background-color: #4a90d9;
	color: white;
	border: 1px solid #2d5a8a;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 2px;
	min-width: 12px;
	font-size: 12px;
	cursor: pointer;
	z-index: 10;
}
#locpage .storybutton:hover {
	background-color: #3a7bc8;
}
.updownb {
	width: 20px;
	/*
	display: inline-block;
	position: absolute;
	*/
}
.up {
	border-radius: 0;
	width: 0px;
	height: 0px;
	background-color: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 18px solid black;
	padding: 0px;
	margin-bottom: 8px;
}
.down {
	border-radius: 0;
	width: 0px;
	height: 0px;
	background-color: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 18px solid black;
	padding: 0px;
	margin-top: 8px;
	/*
	left: 32px;
	*/
}
.hideb {
	opacity: 0;
}
#levelouter {
	position: relative;
}
#levelcontainer {
	position: absolute;
	/*
	margin-left: 21px;
	*/
}
.level {
	width: 15px;
	height: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-radius: 2px;
}
.groundlevel {
	width: 21px;
	margin-left: 0px;
}
.offlevel {
	background-color: #ffffff;
	border: 1px solid black;
	/*
	border: 1px solid #1B27C4;
	*/
}
.onlevel {
	/*
	background-color: #1B27C4;
	border: 1px solid #1B27C4;
	*/
	background-color: black;
	border: 1px solid black;
}
.locspacer {
	height: 100px;
}

