/* This is for any unique stylings that apply only to this program */

/* This ID is for entire area of the program you will see before the actual simulation section is displayed */

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

#OverviewPicture{
	position: absolute;
	top: 575px;
	left: 300px;
}


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

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	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;
	visibility: hidden;
}



/* This ID is for entire area of the program where you see how good your answers were */

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


#BeginButton{
	position: absolute;
	top: 450px;
	left: 400px;
	width: 150px;
}

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

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

#TrialTitle{
	position: absolute;
	left: 0px;
	width: 150px;
}

#Trial1{
	position: absolute;
	left: 150px;
	width: 60px;
}

#Trial2{
	position: absolute;
	left: 210px;
	width: 60px;
}

#Trial3{
	position: absolute;
	left: 270px;
	width: 60px;
}

#Trial4{
	position: absolute;
	left: 330px;
	width: 60px;
}

#Trial5{
	position: absolute;
	left: 390px;
	width: 60px;
}

#ToggleRuler{
	position: absolute;
	left: 450px;
	width: 150px;
}

#CrossSection{
	position: absolute;
	left: 600px;
	width: 150px;
}

#SubmitSwitchButton{
	position: absolute;
	left: 750px;
	width: 150px;
}

.MenuButton{
	height: 50px;
	border: 1px #990000 solid;
	
}

#ShowMeter{
	position: absolute;
	top: 485px;
	left: 200px;
	width: 50px;
	height: 50px;
}

#CloseX{
	position: absolute;
	top: 76px;
	left: 648px;
	width: 50px;
	height: 50px;
	visibility: hidden;
}

.InvisibleButton{
	
}

#SpaceForAnswer{
	position: absolute;
	top: 420px;
	width: 700px;
	left: 100px;
	visibility: hidden;
}

#FormArea{
	position: absolute;
	width: 700px;
	top: 0px;
	left: 0px;
}

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 200px;
	height: 100px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 200px;
	left: 0px;
	height: 50px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 200px;
	height: 100px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 200px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
}

#SubmitButton{
	position: absolute;
	top: 100px;
	left: 275px;
	width: 150px;
}
