﻿/*Last edited by Zack Piper on 2/18/13*/
@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:14px;
    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 {
    left:42px;
    top: 388px;
    width:242px;
}
#speedSldr {
	position:absolute;
	left:42px;
	top:407px;
	width:242px;
}
#comboBox {
    position: absolute;
    top: 407px;
    left: 318px;
    height: 27px;
    width: 128px;
}
#cbLbl {
    position: absolute;
    top: 388px;
    left: 318px;
    width: 128px;
}
#specimenWindow {
    position: absolute;
    top: 64px;
    left: 308px;
    height: 195px;
    width: 179px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0,0,0,0.5);
}
#specimenImg {
    position: absolute;
    top: 18px;
    left: 2px;
    height: 175px;
    width: 175px;
    overflow: hidden;
}
#specLines {
    position: absolute;
    left: -10px;
    height: 203px;
    width: 195px;
}
#windowLblBox {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 100%;
    background: #C2DEF6;
}
#windowLbl {
    position: absolute;
    color: #003E77;
    width: 175px;
    top: 1px;
}
#diskHolder {
    position: absolute;
    top: 150px;
    left: 23px;
    transform: scale(0.849,0.326);
    -ms-transform: scale(0.849,0.326); 
    -webkit-transform: scale(0.849,0.326);
    -o-transform: scale(0.849,0.326);
    -moz-transform: scale(0.849,0.326); 
}
#disk1Can {
    position: absolute;
    top:0px;
    left:0px;
    width:292px;
    height:292px;
}
#disk2Can {
    position: absolute;
    top:8px;
    left:0px;
    width:292px;
    height:292px;
}
#diskShadow {
    position: absolute;
    top:19px;
    left:0px;
    opacity: 0.2;
}
#diskLbl {
    position: absolute;
    top: 258px;
    left: 105px;
    color: #CCE6FF;
}
#diskLbl span {
    opacity: 0.65;
}
#frameRateLbl {
    position: absolute;
    top: 292px;
    left: 255px;
    width: 170px;
    text-align: right;
    color: #DDECF9;
}
#frameRateVal {
    position: absolute;
    top: 292px;
    left: 439px;
}
#diskSpeedLbl {
    position: absolute;
    top: 270px;
    left: 255px;
    width: 170px;
    text-align: right;
    color: #DDECF9;
}
#diskSpeedVal {
    position: absolute;
    top: 270px;
    left: 439px;
}
#exposureLbl {
    position: absolute;
    top: 314px;
    left: 255px;
    width: 170px;
    text-align: right;
    color: #DDECF9;
}
#exposureVal {
    position: absolute;
    top: 314px;
    left: 439px;
}
#segmentsLbl {
    position: absolute;
    top: 318px;
    left: 40px;
    color: #DDECF9;
}
#segmentsVal {
    position: absolute;
    top: 318px;
    left: 169px;
}
#lightBeamSkinny {
    position: absolute;
    top: 35px;
    left: 206px;
    height: 160px;
    width: 52px;
    opacity: 0.2;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}
#lightBeamWide {
    position: absolute;
    top: 35px;
    left: 199px;
    height: 160px;
    width: 66px;
    opacity: 0.5;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}
#circleLight {
    position: absolute;
    top: 122px;
    left: 159px;
    opacity: 0.9;
    -webkit-filter: blur(4px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
    transform: scale(0.457,0.137);
    -ms-transform: scale(0.457,0.137); /* IE 9 */
    -webkit-transform: scale(0.457,0.137); /* Safari and Chrome */
    -o-transform: scale(0.457,0.137); /* Opera */
    -moz-transform: scale(0.457,0.137); /* Firefox */
}
#bottomBeam {
    position: absolute;
    top: 200px;
    left: 205px;
    height: 164px;
    width: 52px;
    opacity: 0.3;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}
#synchWindowRed {
    position: absolute;
    top: 338px;
    left: 307px;
    height: 24px;
    width: 176px;
    border-radius: 5px;
    background-color: #C04243;
}
#synchWindowGreen {
    position: absolute;
    top: 338px;
    left: 307px;
    height: 24px;
    width: 176px;
    border-radius: 5px;
    background-color: #43C143;
}
#synchLbl {
    position: absolute;
    top: 343px;
    left: 307px;
    width: 176px;
    text-align: center;
}