@charset "utf-8";

body {
	width: 440px; height: 355px;
	text-align: center;
}

.specimenWindow {
	position: absolute;
	left: 15px; top: 50px;
}

.specimenImage {
	width: 175px; height: 175px;
}

.graphWindow {
	position:absolute;
	left:234px; top:50px;
	width: 181px;
}

.graphCan {
	position: absolute;
	width: 181px; height: 181px;
}

#graphGridCan {
	background: white;
	border: 2px solid black;
}

#graphCan {
	position: absolute;
	left: 2px; top: 2px;
}

#graphLblContainer {
	position: absolute;
	left: 173px; top: 74px;
	width: 220px; height:205px;
}

#graphLblY1 {
	position: absolute;
	left: 36px; top: 0px;
}

#graphLblY2 {
	position: absolute;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	left: 0px; top: 81px;
}

#graphLblY3 {
	position: absolute;
	left: 50px; top: 172px;
}

#graphLblX1 {
	position: absolute;
	left: 62px; top: 185px;
}

#graphLblX2 {
	position: absolute;
	left: 78px; top: 185px;
	width: 134px;
}

#graphLblX3 {
	position: absolute;
	left: 220px; top: 185px;
}

.controlBack {
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.samplePanelLeft {
	margin-right: 15px;
}

.controlPanelBack {
	display: inline-block;
	height: 55px;
	margin-top: 5px;
	padding: 0 10px;
}

#specimenCB {
	display: inline-block;
	width: 200px; height: 26px;
	position: relative;
	margin-top: 5px;
}

#gammaSlider {
	display: inline-block;
	position: relative;	
	width: 100px;
	margin-top: 5px;
}

#gammaSldrLbl {
	width: 140px;
}
