
/* loading */

.loading_pane {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background: white;
	opacity: .7;
	position: fixed;
	left: 0; top: 0;
	z-index: 500;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
}

.loading_page.finished {
	opacity: 0;
	display: none;
}


/* viewport */


.mhsIMGVscrollWrapper {
	position: relative;
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: black;
	cursor: move;
	z-index: 300;
}

.mhsIMGVscrollWrapper.full {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
}

.dragWarning {
	position: absolute;
	width: 100%;
	top: 45%;
	text-align: center;
	padding: 7px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	background: rgba(0,0,0,.7);
	color: white;
	z-index: 500;
}


.mhsIMGnavKey a.nkToggleOpen,
.mhsIMGnavKey a.nkToggleClosed {
	background: #1188ff url(/database/graphics/viewer-sprites.png) 100% -26px no-repeat;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 0 0;
	border-bottom-left-radius: 0 0;
	color: white;
	padding: 7px 28px 7px 14px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.mhsIMGnavKey a.nkToggleClosed {
	background: #1188ff url(/database/graphics/viewer-sprites.png) 100% 2px no-repeat;
}

.mhsIMGnavKey div {
	border: 1px solid red;
	background: rgba(255, 200, 200, .25);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* viewer controls */

.view_controls {
	padding: 4px 7px;
	margin: 0;
	background: #1188ff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 0 0;
	border-top-left-radius: 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	right: 0;
	z-index: 400;
}

.view_controls a {
	color: white;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 18px;
	min-height: 16px;
	cursor: pointer;
	padding: 4px 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #1188ff;
	background: #1188ff;
}

.view_controls a.selected {
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
	color: #1188ff;
}

.view_controls a:hover {
	border: 1px solid #e0e0e0;
	color: white;
	text-decoration: none;
}

.view_controls .fullToggleMin {
	background: url(/database/graphics/viewer-sprites.png) 5px -158px no-repeat;
}

.view_controls  .fullToggleMax {
	background: url(/database/graphics/viewer-sprites.png) 5px -192px no-repeat;
}


.view_controls .rotCC,
.view_controls .rotC {
	width: 22px;
	background: url(/database/graphics/viewer-sprites.png) 5px -57px no-repeat;
	text-indent: -999em;
}
.view_controls .rotC {
	background: url(/database/graphics/viewer-sprites.png) 8px -87px no-repeat;
}

.extrasPane {
/*	position: absolute;
	display: none;
	z-index: 200;
	right: 0;
	top: 28px;
	background: white;
*/	
	display: inline-block;
	line-height: 0;
}


.extrasPane a,
.extrasPane a:link,
.extrasPane a:visited {
	font-family: sans-serif;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	color: white;
	line-height: 1;
}
.extrasPane a + a {
	margin-left: 4px;
}