@charset "utf-8";




#infoOverlayBase {
	position: absolute;
	width: 190px;
	height: 510px;
	left: 210px;
	top: 90px;
	z-index: 7;
	opacity: 0;
	padding-right: 16px;
	padding-bottom: 16px;
	visibility: hidden;
}

#infoOverlay {
	position: relative;
	width: inherit;
	height: inherit;
	text-align: center;
	z-index: 8;
	background-color: rgb(230,230,230);
	background-color: rgba(230,230,230,0.85);
	border:1px solid #a1a1a1;
}

#infoOverlayButtonBox  {
	position: absolute;
	width: 200px;
	height: 40px;
	left: 0px;
	top: 16px;
	z-index: 8;
}

#infoOverlayText {
	position: relative;
	top: 60px;
	height: 380px;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	padding: 6px;
	z-index: 9;
	overflow: scroll;
}

#infoOverlayMoveBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 7;
	left: -16px;
	top: -16px;
	background-color: #000000;
	cursor: move;
}

#infoOverlaySizeBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 7;
	left: 191px;
	top: 511px;
	background-color: #000000;
}

#infoOverlayTextsize {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 6;
	left: 16px;
	top: 0px;
}

#infoOverlayPanDown {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 6;
	left: 60px;
	top: 0px;
}

#infoOverlayPanUp {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 6;
	left: 104px;
	top: 0px;
}

