/* 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: 125px;
	left: 50px;
	width: 925px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: visible;
}

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




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

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

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

/* 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;
}


#DrawingSectionOne{
	position: absolute;
	top: 55px;
	width: 925px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#PersonName{
	position: absolute;
	top: 250px;
	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: 250px;
	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;
}



#FinalCertificate{
	position: absolute;
	top: 25px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: hidden;
}

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

#CompletionDate{
	position: absolute;
	top: 150px;

}

#Return1{
	position: absolute;
	top: 250px;
}

#Return2{
	position: absolute;
	top: 350px;
}

#ReturnResultBad{
	position: absolute;
	top: 450px;
}

#FinishTime{
	position: absolute;
	top: 550px;
}

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

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	cursor: pointer;
}

.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;
	cursor: pointer;
}

.InvisibleButton{
	
	
}



#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
	cursor: pointer;
}

#SubmitButton{
	position: absolute;
	bottom: 200px;
	right: 375px;
	width: 150px;
	cursor: pointer;
}

#Wrench1Button{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 250px;
	cursor: pointer;
}

#Wrench2Button{
	position: absolute;
	top: 275px;
	left: 0px;
	width: 900px;
	height: 250px;
	cursor: pointer;
}
