﻿@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:550px;
	height:420px;
    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;
    top:62px;
    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:358px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
#leftWindowLbl {
    left:16px;
    width:254px;
}
#rightWindowLbl {
    left:280px;
    width:254px;
}
#speedSldrLbl {
    left:19px;
    width:230px;
}
#speedSldr {
	position:absolute;
	left:29px;
	top:378px;
	width:210px;
}
#specimenCB {
    position:absolute;
    left:269px; top:379px;
    width:140px; height:26px;
}
#specimenCBLbl {
    left:259px;
    width:160px;
}
#scanBtn {
	position:absolute;
	left:437px;
	top:368px;
    width:84px;
    height:29px;
}
#superCan {
    position:absolute;
    left:282px; top:82px;
    width:250px; height:250px;
}
#widefieldCan {
    position:absolute;
    left:18px; top:82px;
    width:250px; height:250px;
}