#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 900px;
	height: 1500px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: visible;
}

#OverviewPicture{
	position: absolute;
	bottom: 250px;
	left: 300px;
}




#LabDirections{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
}

.optionvalues{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#000000;
	text-align: center;
	height: 50px;
	width: 100px;
	margin: 25px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#990000;
	text-align: center;
}

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}

.LargeDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}

.VeryLargeDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#990000;
	text-align: center;
}

.SuperLargeDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	color:#990000;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	display: none;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 1500px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#StartMotionButton{
	position: absolute;
	bottom: 150px;
	left: 350px;
	width: 200px;
	height: 75px;
	display: none;
}

#ReplayTrialButton{
	position: absolute;
	bottom: 25px;
	left: 350px;
	width: 200px;
	height: 75px;
	display: none;
}

#YScaleMessage{
	position: absolute;
	top: 250px;
	left: 25px;
	width: 850px;
	height: 50px;
}

#SystemMessage{
	position: absolute;
	top: 950px;
	left: 25px;
	width: 850px;
	height: 200px;
}

#ChangeYScale{
	position: absolute;
	bottom: 160px;
	right: 100px;
	width: 200px;
	height: 50px;
	display: block;
}

#GetDataButton{
	position: absolute;
	bottom: 100px;
	right: 100px;
	width: 200px;
	height: 50px;
	display: none;
}

#UserPreferencesButton{
	position: absolute;
	bottom: 40px;
	right: 100px;
	width: 200px;
	height: 50px;
}

#RawDataBox{
	position: absolute;
	top: 200px;
	left: 162px;
	height: 1200px;
	width: 600px;
}

#CloseDataArea{
	position: absolute;
	top:0px;
	right:0px;
	height:40px;
	width:50px;
	text-align: center;
	padding-top: 10px;
}

#DataTitle{
	position: absolute;
	top: 50px;
	left: 0px;
	height: 25px;
	width: 900px;
}

#DataArea{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1500px;
	width: 900px;
	background-color: #CCCCCC;
	display: none;
}

#UserPreferenceArea{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1500px;
	width: 900px;
	background-color: #CCCCCC;
	display: none;
}

#ClosePreferenceArea{
	position: absolute;
	top:0px;
	right:25px;
	height:40px;
	width:50px;
	text-align: center;
	padding-top: 10px;
}

#PreferenceTitle{
	position: absolute;
	top: 250px;
	left: 0px;
	height: 200px;
	width: 900px;
}

#Y-AxisMax{
	position: absolute;
	top: 500px;
	left: 0px;
	height: 25px;
	width: 900px;
}

#X-AxisMax{
	position: absolute;
	top: 700px;
	left: 0px;
	height: 25px;
	width: 900px;
}

#CollectionDelay{
	position: absolute;
	top: 900px;
	left: 0px;
	height: 25px;
	width: 900px;
}

#AutoScaleSettings{
	position: absolute;
	top: 1100px;
	left: 0px;
	height: 25px;
	width: 900px;
}


#BeginButton{
	position: absolute;
	bottom: 100px;
	left: 375px;
	width: 150px;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	
}
