body {
	background: #333333;
	font-family: monospace;
	color: #333333;
	font-size: 14px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.everything {
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

button {
	background: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	cursor: pointer;
	margin: 5px;
	border-radius: 4px;
}

button:hover {
	background: #CCCCCC;
}

button:disabled {
	background: #999999;
	cursor: default;
}

.version {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.helpMenu {
	position: absolute;
	left: 300px;
	top: 150px;
	width: 800px;
	height: 500px;
	background: #CCCCCC;
	border: 1px solid #333333;
	border-radius: 50px;
	display: none;
	z-index: 98;
}

.helpScreen {
	position: relative;
	background: #CCFFCC;
	margin-left: 100px;
	margin-top: 50px;
	width: 600px;
	height: 400px;
	border: 1px solid #999999;
	border-radius: 5px;
	z-index: 99;
}

.helpLeft {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 290px;
	height: 390px;
	border-right: 1px solid #999999;
	overflow: auto;
}

.helpRight {
	position: absolute;
	top: 5px;
	left: 300px;
	width: 290px;
	height: 390px;
}

.helpText {
	display: none;
}

.genTopic {
	margin-top: 5px;
	cursor: pointer;
}

.helpTopic {
	display: none;
	cursor: pointer;
	margin-left: 5px;
}

.hlpClose {
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: -50px;
}

.topBar {
	width: 600px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	position: relative;
}

#money {
	color: #CCCCCC;
	position: absolute;
	right: 0px;
	top: 5px;
}

.topBar button {
	display: none;
}

.mainBar {
	width: 600px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.store {
	display: none;
	width: 100%;
}

.strItm {
	width: 100%;
	display: none;
	padding-left: 25px;
}

.storeHeader {
	cursor: pointer;
}

.strCatContainer {
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainBar .mainBarItem {
	display: none;
}

.mainBar .dish {
	cursor: default;
	border: 4px solid #bbf7ff;
	background-color: #c8f9ff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: relative;
}

.dish pre {
	font: 12px/8px monospace;
}

#labCritters {
	width: 100%;
	height: 450px;
}

#slideBG {
	position: absolute;
	background-color: #c8f9ff;
	width: 600px;
	height: 200px;
	top: 150px;
	z-index: 1;
}

.slideArrow {
	position: absolute;
	font-size: 100px;
	top: 30px;
	cursor: pointer;
}

.slideArrow:hover {
	color: #6969EC
}

#leftSlide {
	left: 25px;
}

#rightSlide {
	right: 25px;
}

#microscope {
	background-color: #c8f9ff;
	border-radius: 50%;
	border: 5px black solid;
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

#microscope .critter {
	display: block;
	unicode-bidi: embed;
	font-family: monospace;
	white-space: pre;
	font: 18px/12px monospace;
	margin-top: 50px;
}

.critter {
	display: block;
	unicode-bidi: embed;
	font-family: monospace;
	white-space: pre;
	font: 12px/8px monospace;
}

#labPellets {
	width: 100%;
	height: 210px;
	text-align: center;
}

.labFood {
	border: 1px solid #111111;
	border-radius: 25px;
	width: 80px;
	height: 25px;
	position: relative;
	display: inline-block;
	margin: 3px;
	padding-top: 5px;
	cursor: pointer;
}

#labFeedBtn {
	display: none;
	border: 1px solid #111111;
	background-color: #CCCCCC;
	text-align: center;
	width: 100px;
	border-radius: 10px;
	margin: auto;
	cursor: pointer;
}

#labPellets .labFood.selected {
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

[pType="alpha"] {
	background-color: #a29bf9;
}

[pType="beta"] {
	background-color: #FF6F6F;
}

[pType="gamma"] {
	background-color: #48e855;
}

[pType="delta"] {
	background-color: #ffeb3f;
}

[pType="epsilon"] {
	background-color: #ffa938;
}

[pType="omega"] {
	background-color: #ad65b7;
}

.specimen {
	position: absolute;
}

.specimenWrapper {}

.hpOuter {
	width: 100px;
	height: 10px;
	border: 1px solid #111;
	position: absolute;
}

.hpInner {
	background-color: #FF0000;
	height: 10px;
}

#enemyTopBar {
	top: 212px;
	left: 245px;
}

#enemyLeftBar {
	left: 20px;
	top: 187px;
}

#enemyRightBar {
	right: 20px;
	top: 187px;
}

#playerBar {
	bottom: 212px;
	left: 245px;
}

#enemySpecimenT {
	top: 2px;
	left: 212px;
}

#enemySpecimenL {
	left: 20px;
	top: 187px;
}

#enemySpecimenR {
	right: 20px;
	top: 187px;
}

#playerSpecimen {
	bottom: 2px;
	left: 212px;
}

pre {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	font: 4px/3px monospace;
}

#stock {
	background-color: #111111;
	width: 600px;
	height: 500px;
	overflow: auto;
	padding: 5px;
}

.item {
	padding-top: 10px;
	height: 30px;
	color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.item:hover {
	background-color: #333333;
	;
}

.item.disabled {
	background-color: #333333;
}

.item span {
	display: inline-block;
}

.item .name {
	width: 60%;
}

.item .price {
	width: 30%;
}

.item .qty {
	width: 10%;
	text-align: center;
}

.quest {
	position: relative;
}

#questMap table {
	width: 600px;
	height: 600px;
	background-color: #667274;
	border-collapse: collapse;
}

#mazeGrid td {
	width: 10%;
	height: 10%;
	text-align: center;
	color: #111111;
}

.bLeft.bRight.bTop.bBottom {
	background-color: #111111;
}

td.hidden {
	background-color: #111111;
}

.visited {
	background-color: #c8f9ff;
}

.bLeft {
	border-left: 1px solid #111111;
}

.bRight {
	border-right: 1px solid #111111;
}

.bTop {
	border-top: 1px solid #111111;
}

.bBottom {
	border-bottom: 1px solid #111111;
}

td.bPlayer {
	background-color: #f4eeba;
}

.bExit {
	background-color: #b0e4b3;
}

#questButtons {
	position: relative;
	height: 66px;
	width: 66px;
	margin: auto;
}

.questDir {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #111;
	background-color: #CCCCCC;
	text-align: center;
}

#goLeft {
	left: 0px;
	top: 22px;
}

#goUp {
	left: 22px;
	top: 0px;
}

#goDown {
	left: 22px;
	bottom: 0px;
}

#goExit {
	left: 22px;
	top: 22px;
}

#goRight {
	right: 0px;
	top: 22px;
}

#questEncounter {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 595px;
	height: 595px;
}

#alerts {
	background: #FFFFFF;
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 5px;
	width: 300px;
}

#alerts .alert {
	border-bottom: 1px dashed #333333;
	text-align: center;
}

#alerts:empty {
	display: none;
}