﻿/*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:550px;
	height:550px;
    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;
}
.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;
}
#sampleWindowLbl {
    left:34px;
    top:69px;
    width:204px;
}
#sampleWindowLb2 {
    left:308px;
    top:69px;
    width:204px;
}
#setSegment {
    position: absolute;
    top: 448px;
    left: 42px;
    height: 35px;
}
.sets {
    width: 57px;
    height: 30px; 
}
#sectionLbl {
    top: 488px;
    left: 227px;
}
#dropDownLbl {
    top: 488px;
    left: 362px;
}
#sampleSldrLbl {
    top: 488px;
    left:48px;
    width:150px;
}
#sampleSldr {
	position:absolute;
	left:48px;
	top:505px;
	width:150px;
}
#sampleBtnLbl {
    left:277px;
    width:100px;
}
#sampleBtn {
	position:absolute;
	left:277px;
	top:352px;
    width:100px;
    height:30px;
}
#imgContainer {
    position: absolute;
    left: 16px;
    top: 90px;
}
#imgContainer2 {
    position: absolute;
    left: 284px;
    top: 90px;
}
#specimenCB {
    position: absolute;
    width: 140px;
    height: 26px;
    left: 354px;
    top: 507px;
    border-radius: 3px;
    border-color: gray;
}
#loader {
    position: absolute;
    width: 150px;
    top: 215px;
    left: 65px;
}
#loader2 {
    position: absolute;
    width: 150px;
    top: 215px;
    left: 335px;
}
#frameNum {
    position: absolute;
    top: 511px;
    left: 267px;
}