/*
//	===========================================================
//	===		@Softwawe: TruView
//	===		@PackageVersion: 1.3.50
//	===		@Filename: HTML5Viewer.css
//	===		@FileVersion: 1.3.50
//	===		@Author: Sam Wang
//	===		@Copyright (c) 2010-2012 Ortery Technologies Inc.
//	===		 All rights reserved.
//	===========================================================
*/

.animateViewerPhoto {
	z-index: 1;
	margin: auto;

	background-repeat: no-repeat;
	background-position: center center;
}

.animateViewerDisplayer {
	visibility: hidden;
}

.animateViewerSvgDiv {
	top: 0px;

	z-index: 2;
	position: absolute;

	overflow: hidden;
}

.animateViewerSvgDiv audio {
/*	fix the problem element occupy extra space on iPad	*/
	position: absolute;
	z-index: -10;
}

.animateViewerTextCalculator {
	margin: 0;
	padding: 0;
	border: 0;
	white-space: nowrap;
}

.animateViewerSvgElem {
	width: 100%;
	height: 100%;
}

.animateViewerSvgTitle {
	position: relative;
	left: 0px;
	top: 0px;

	z-index: 2;
	overflow: visible;
	display: table-cell;
	vertical-align: middle;

	font-weight: bold;
	font-style: normal;
	font-family: Arial;

	color: white;
	border-bottom: 1px solid black;
}

.animateViewerEaselDiv {
	font-family: 'Arial';
	font-weight: bold;
	text-shadow: 3px 3px 3px #000000;
	text-align: center;
	color: white;

	z-index: 4;
	position: absolute;

	overflow: hidden;
}

.animateViewerBtnDiv, .animateViewerPageBtnDiv {
	bottom: 0px;

	z-index: 5;
	position: absolute;
}

.animateViewerPageBtnDiv {
	right: 0px;
}

.animateViewerCtrBar {
	cursor: pointer;

	position: absolute;
	bottom: 0px;
}


.animateViewerPageBtn {
	color: white;
	opacity: 1.0;
	background-color: rgb(127, 127, 127);

	display: block;

	text-align: left;
	font-family: Arial;

	line-height: normal;

	border-radius: 0px;
}

.animateViewerPageBlock {
	position: relative;

	border-style: groove;
	border-color: grey;
}

.animateViewerPageToggleBtn, .animateViewerStartPageBtn {
	z-index: 5;
	position: absolute;

	right: 0px;
	bottom: 0px;

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;

	border-style: outset;
	-moz-border-radius:10%;
	-webkit-border-radius:10%;
	border-radius:10%;

	display:inline-block;
	color:#777777;

	font-weight:bold;
	font-family: Arial;

	line-height: normal;

	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.animateViewerPageAudioPlayer {
	position: absolute;
	z-index: 5;

	right: 10px;
	top: 10px;

	width: 7%;
	height: auto;

	display: none;
}

.animateViewerSignAudioPlayer {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:2;
	width: 10%;
	height: auto;
}

.animateViewerHintDiv {
	width: 90%;
	height: 90%;
	right: 5%;
	top: 5%;
	position: absolute;
	z-index: 6;
	background-color: #3AC5E0;
}

.animateViewerHintBtn {
	z-index: 5;
	position: absolute;
	right: 0px;
	top: 0px;
}

.animateViewerHintTextDiv {
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 5%;
	font-size: 20px;
	font-family: "Arial Black";
	color: white;
}

.animateViewerMagnifierDiv {
	z-index: 3;
	position: absolute;

	background-color: white;
	background-repeat: no-repeat;

	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-o-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);

	cursor: move;
}

.animateViewerMagnifierFrame {
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#animateViewerContMenu {
	display: none;
}