﻿@charset "utf-8";

/*IDs*/
#focalPlaneLbl {
    left:10px; top:50px;
    width:70px;
}
#focusLine {
    position:absolute;
    left:23px; top:65px;
    width:1px; height:15px;
    background-color:white;
}
#specimen2dSprite {
    position: absolute;
    left:262px; top:34px;
    width:175px; height:175px;
}
#specimen3dSprite {
    position: absolute;
    left:8px; top:45px;
    width:291px; height:227px;
}
#specimenCB {
    position: absolute;
    left:295px; top:305px;
    width:135px; height:26px;
}
#specimenCtlLbl {
    left:290px;
    width:145px;
}
#specimenWindowLbl {
    left:260px; top:18px;
    width:179px;
}
#speedBtns {
    position: absolute;
    left:22px; top:304px;
    width:250px; height:28px;
}
#speedCtlLbl {
    left:15px;
    width:264px;
}
#zDepthLbl {
    left:250px; top:237px;
    width:49px;
}
#zDepthLine {
    position:absolute;
    left:242px; top:220px;
    width:7px; height:24px;
    border-left: solid 1px white;
    border-bottom: solid 1px white;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

    width:450px; height:350px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}

/*Classes*/
.ctl_label {
    position:absolute;
    top:282px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
.diagram_label {
    position: absolute;
    color:#DDF9FF;
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.3);
    text-align: center;
}
.window_label {
    position:absolute;
    font-size:12px;
    color:#003E77;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    text-align: center;
}
.zeiss_title {
    position:absolute;
    left:14px; top:16px;
    width:237px; 
    text-align:center;
    font-size:22px;
    text-shadow:3px 3px 3px rgba(0,0,0,.5);
}