@charset "utf-8";
/* CSS Document */

.floor-block {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	margin: 0 12px 0 0;
	padding: 7px 16px;
	line-height: 1em;
	border: 1px solid #ffffff;
	background: #b3d136;
}

.floor-block:hover {
	border: 1px solid #586815;	
}

.floor-block-inactive {
	background: #b3d136;
}

.floor-block-active {
	background: #6c801b;
	border: 1px solid #586815;
}

.floor-block-active:hover {
	background: #6c801b;
}

.clear {
	clear: both;	
}

#stage-heading {
	color: #b3d136;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#stage { /* Rock n' Roll! */
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px 0 0 0;
	padding: 12px;
}

#ground-stage, #first-stage, #second-stage, #third-stage {
	position: relative;	
}

#map-magic {
	position: absolute;
	top: 0px;
	left: 0px;
}

.stage-inactive {
	display: none;	
}

.plot-locations {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 1749px;
	width: 326px;
}

.hide {
	display: none;
}

#easyTooltip {
	width: 87px;
	height: 64px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	color: #6c5536;
	font-size: 12px;
	line-height: 16px;
	background: url('../images/tooltip.png') no-repeat;
}

#easyTooltip .available {
	color: #a5b22e;
	font-weight: bold;
}

#easyTooltip .sold {
	color: #dd0101;
	font-weight: bold;
}