﻿body {
    position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #1D2D3F;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	font-family:Arial, Helvetica, bold, sans-serif ;
}
.neverscroll {
	overflow: hidden !important;
}
.loadicon {
	position:absolute;
}
.header {
    position: absolute;
    top: 0;
	color:#FCB1CC; 
	text-align:center;
	width: 100%;
	height: 10%; 
}
.header:before {
	display:inline-block;
	content: '';
	height: 100%;
	vertical-align:middle;
	margin-left: -0.25em;
}
/*.gangimage {
`	top: 20%;
	position: relative;
	height: 80%;
}*/
.imagediv {
    position: absolute;
    top: 10%;
	height:80%;
	width: 100%;
	text-align:left;
}
.imagediv img {
	border: 0;
}
.footer{
	position:absolute;
	height:10%;
	top: 90%;
	width: 100%;
	/* border: red solid 1px;*/
	color: #628AB7; 
	text-align:center;
}
.footer:before {
	display:inline-block;
	content: '';
	height: 100%;
	vertical-align:middle;
	margin-left: -0.25em;
}
.imagediv * {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.arrowdiv {
	position: absolute;
}
.arrowdiv img {
	background: transparent; 
	border: 0;
	cursor: pointer;
}
.popupoverlay {
	position: absolute;
	height: 100%;
	width: 100%;	
	opacity: 0.0;
	background-color: #1D2D3F;	
	cursor:pointer;
}
.popupframe {
	position: absolute;
	opacity: 1.0;
	background-color: #1D2D3F;
	margin: 0;
	cursor:pointer;
}
.popupframe img {
	border: 0;
	padding: 0;
	margin: 0;
}
.popuptitle {
	position: absolute;
	color: #628AB7;
	background-color: #1D2D3F;
	height: 10%;
	cursor: pointer;
	text-align:center;
	font-size:x-small;
}
.popuptext {
	background-color: white;
	padding: 1em;
	overflow:auto
}

div.tooltip {
	position: absolute;
	color: black;
	background-color: white;
	border: 1px gray solid;
	padding: 0.5em;
	border-radius: 10px;
}
