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


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

#KeyPad{
	position: absolute;
	top: 200px;
	left: 505px;
	width: 300px;
	height: 300px;
}

#Key7{
	position: absolute;
	top: 0px;
	left: 0px;
}

#Key8{
	position: absolute;
	top: 0px;
	left: 100px;
}

#Key9{
	position: absolute;
	top: 0px;
	left: 200px;
}

#Key4{
	position: absolute;
	top: 100px;
	left: 0px;
}

#Key5{
	position: absolute;
	top: 100px;
	left: 100px;
}

#Key6{
	position: absolute;
	top: 100px;
	left: 200px;
}

#Key1{
	position: absolute;
	top: 200px;
	left: 0px;
}

#Key2{
	position: absolute;
	top: 200px;
	left: 100px;
}

#Key3{
	position: absolute;
	top: 200px;
	left: 200px;
}

#KeyDelete{
	position: absolute;
	top: 300px;
	left: 0px;
}

#Key0{
	position: absolute;
	top: 300px;
	left: 100px;
}

#Keydp{
	position: absolute;
	top: 300px;
	left: 200px;
}

#KeyEnter{
	position: absolute;
	top: 200px;
	left: 300px;
}

#KeyNext{
	position: absolute;
	top: 0px;
	left: 300px;
}

.KeyButton{
	width: 94px;
	height: 94px;
	

}

.KeyButton2{
	width: 94px;
	height: 192px;
	
}



.InvisibleButton{
	
}

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

#AvailableLanguages{
	position: absolute;
	top: 380px;
	left: 20px;
	width: 300px;
}

#Language1{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
}

#Language2{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 300px;
}

#Language3{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}

#Language4{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 300px;
}
