/* 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: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

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


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

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

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	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: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	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;
}

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


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

#ReactButton{
	position: absolute;
	top: 150px;
	left: 373px;
	width: 150px;
	touch-action: manipulation;
}

#ProgressTable{
	position: absolute;
	top: 300px;
	width: 500px;
	left: 200px;
	height: 255px;
	border: #990000;
	border-style: solid;
	border-width: 3px;
}

.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;
}




.InvisibleButton{
	
}

#FinalCertificate{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 0px;
	height: 600px;
	visibility: hidden;
}

#CertificateTitle{
	position: absolute;
	top: 10px;
	width: 900px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#990000;
	
}

#PersonsName{
	position: absolute;
	top: 40px;
	width: 900px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#990000;
}

#CompletionDate{
	position: absolute;
	top: 110px;
	width: 900px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#FinalMessage{
	position: absolute;
	bottom: 25px;
	width: 900px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#ResultsTable{
	position: absolute;
	top: 85px;
	width: 500px;
	left: 200px;
	height: 420px;
	border: #990000;
	border-style: solid;
	border-width: 3px;
}

#SubmitButton{
	position: absolute;
	bottom: 15px;
	left: 400px;
	width: 150px;
}

td{
	width: 245px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#000099;
	border: #990000;
	border-style: solid;
	border-width: 3px;
}



#PersonName{
	position: absolute;
	top: 320px;
	left: 10px;
	width: 430px;
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: right;
}

#StudentName{
	position: absolute;
	top: 320px;
	left: 450px;
	width: 430px;
	height: 25px;
	
}

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

