﻿@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:500px;
	height:400px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
.zeiss_title {
    position:absolute;
    top:18px;
    width:100%; 
    text-align:center;
    font-size:22px;
    text-shadow:3px 3px 3px rgba(0,0,0,.5);
}
.window_label {
    position:absolute;
    font-size:12px;
    color:#003E77;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    text-align: center;
}
.diagram_label {
    position: absolute;
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
.ctl_label {
	position:absolute;
	top:328px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
#sampleSldrLbl {
    left:174px;
    top:337px;
    width:150px;
}
#sampleSldr {
	position:absolute;
	left:190px;
	top:355px;
	width:120px;
}
#leftBtn {
	position:absolute;
	left:149px;
	top:354px;
    width:30px;
    height:30px;
}
#leftBtnArrow {
    position: absolute;
    pointer-events: none;
    width:15px;
    height:21px;
    left:7px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-filter: fliph;
}
#rightBtn {
    position:absolute;
    left:321px;
    top:354px;
    width:30px;
    height:30px;
}
#rightBtnArrow {
    pointer-events: none;
    width:15px;
    height:21px;
}
#objectiveContainer {
    position:absolute;
    left:45px;
    top:80px;
    width:200px;
    height:200px;
}
#airyDiskContainer {
    position:absolute;
    left:299px;
    top:90px;
    width:314px;
    height:385px;    
}
#objectiveRing{
    position:absolute;
    left:17px;
    top:52px;
    width:256px;
    height:257px;
}
#reticle{
    position:absolute;
    left:78px;
    top:120px;
}
#airyDiskLabel {
    position: absolute;
    left:349px;
    top:70px;
}
#intensityLabel {
    position: absolute;
    left:422px;
    top:157px;
}
#focalPlaneLabel {
    position: absolute;
    left:342px;
    top:295px;
}
#naLabel {
    position: absolute;
    left:220px;
    top:305px;
}
#doubleArrowCanvas{
    position:absolute;
    width:220px;
    height:60px;
    left:314px;
    top:274px;
}
#upArrowCanvas{
    position:absolute;
    width:220px;
    height:138px;
    left:396px;
    top:128px;
}