﻿@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: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;
}
.ctl_label {
    position:absolute;
    top:328px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
.myFont {
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
}
#resetBtn {
	position:absolute;
	left:10px; top:340px;
    width:60px; height:30px;
}
#aiBtn {
    position:absolute;
    left:17px; top:402px;
    width:120px; height:30px;
}
#emBtn {
    position:absolute;
    left:144px; top:402px;
    width:130px; height:30px;
}
#piSegLbl {
    left:299px; top:382px;
    width:190px;
    text-align: center;
}
#piSeg {
    position: absolute;
    left:295px; top:402px;
    height:30px;
}
#lbl1{
    position:absolute;
    text-align: center;
    left:58px; top:340px;
    width:182px; height:20px;
}
#lbl2{
    position:absolute;
    left:258px; top:340px;
    text-align: center;
    width:182px; height:20px;
}
#lbl3{
    position:absolute;
    left:157px; top:340px;
    text-align: center;
    width:182px; height:20px;
}
#lbl4{
    position:absolute;
    left:157px; top:340px;
    text-align: center;
    width:182px; height:20px;
}
#l_BG {
    position:absolute;
    left:68px; top:58px;
    width:180px; height:275px;
    background-color: #000000;
}
#r_BG {
    position:absolute;
    left:248px; top:58px;
    width:180px; height:275px;
    background-color: #000000;
}
#sectionContainer {
    position:absolute;
    left:68px; top:58px;
    width:360px; height:275px;
}
#l_sect {
    position:absolute;
    width:178px; height:271px;
    background:url(../images/translight.png) 0 0;
    border: 2px solid #000000;
    z-index: 1;
}
#r_sect {
    position:absolute;
    left:180px;
    width:178px; height:271px;
    background:url(../images/reflectedlight.png) 0 0;
    border: 2px solid #000000;
    z-index: 1;
}
#finalImg {
    position: absolute;
    left: 157px; top:58px;
    width:178px; height:271px;
    background:url(../images/addition.png) 0 0;
    border: 2px solid #000000;
}
#blendCanvas {
    position: absolute;
    left:68px; top:58px;
    z-index: 1;
}