﻿/* Last edited on 1/11/13 by Zack Piper*/
@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:500px;
	height:450px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
.zeiss_title {
    position:absolute;
    top:15px;
    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;
}
#speedSldrLbl {
    top: 389px;
    left:77px;
    width:200px;
}
#speedSldr {
	position:absolute;
    top:408px;
	left:77px;
	width:200px;
}
#zoomBtnLbl {
    top: 389px;
    left:367px;
    width:94px;
}
#zoomBtn {
	position:absolute;
    top:406px;
	left:367px;
    width:94px;
    height:29px;
}
#disk {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 337px;
    width: 337px;
}
#diskTransform {
    position: absolute;
    height: 337px;
    width: 337px;
}
#diskContainer {
    position: absolute;
    top: 41px;
    left: 20px;
    height: 334px;
    width: 470px;
    overflow: hidden;
}
#mask {
    position: absolute;
    top: -55px;
    left: -19px;
    height: 516px;
    width: 613px;
}
#maskContainer {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 375px;
    width: 490px;
    overflow: hidden;
}
#specContainer {
    position: absolute;
    top: 135px;
    left: 295px;
    height: 156px;
    width: 156px;
    overflow: hidden;
    box-shadow: 0 0 10px #FFFFFF;
}
#grid {
    position: absolute;
    top: 0px;
    left: -100px;
    height: 750px;
    width: 380px;
    transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
}
#lightLbl {
    position: absolute;
    top: 61px;
    left: 159px;
    color: #CDFFFF;
}
#diskLbl {
    position: absolute;
    top: 112px;
    left: 386px;
    color: #CDFFFF;
}
#lightLblCan {
    position: absolute;
    top: 66px;
    left: 134px;
}
#diskLblCan {
    position: absolute;
    top: 120px;
    left: 365px;
}
#diskCan {
    position: absolute;
    top: 24px;
    left: 82px;
    width: 337px;
    height:354px;
}