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

.InvisibleButton{
	
}

#QuestionTextDiv{
	position: absolute;
	top: 500px;
	left: 50px;
	width: 500px;
	height: 100px;
}

#ScopeControls{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 600px;
}

#HorizontalPositionUpButton{
	position: absolute;
	left: 650px;
	top: 485px;
	width: 50px;
	height: 70px;
}

#HorizontalPositionDownButton{
	position: absolute;
	left: 600px;
	top: 485px;
	width: 50px;
	height: 70px;
}

#HorizontalPositionUpButton2{
	position: absolute;
	left: 650px;
	top: 555px;
	width: 50px;
	height: 45px;
}

#HorizontalPositionDownButton2{
	position: absolute;
	left: 600px;
	top: 555px;
	width: 50px;
	height: 45px;
}

#VerticalPositionDownButton{
	position: absolute;
	left: 650px;
	top: 300px;
	width: 50px;
	height: 50px;
}

#VerticalPositionUpButton{
	position: absolute;
	left: 650px;
	top: 350px;
	width: 50px;
	height: 50px;
}

#VerticalPositionDownButton2{
	position: absolute;
	left: 600px;
	top: 300px;
	width: 50px;
	height: 50px;
}

#VerticalPositionUpButton2{
	position: absolute;
	left: 600px;
	top: 350px;
	width: 50px;
	height: 50px;
}

#VoltageScaleUpButton{
	position: absolute;
	left: 700px;
	top: 300px;
	width: 100px;
	height: 100px;

}

#VoltageScaleDownButton{
	position: absolute;
	left: 800px;
	top: 300px;
	width: 100px;
	height: 100px;

}

#TimeScaleUpButton{
	position: absolute;
	left: 700px;
	top: 485px;
	width: 100px;
	height: 100px;

}

#TimeScaleDownButton{
	position: absolute;
	left: 800px;
	top: 485px;
	width: 100px;
	height: 100px;

}


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



#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: 100px;
	left: 0px;
	height: 25px;
	text-align: left;
}

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

#SpaceForAnswer{
	position: absolute;
	top: 75px;
	width: 300px;
	left: 600px;
	height: 150px;
}

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

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

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 250px;
}

#SubmitButton{
	position: absolute;
	top: 100px;
	right: 75px;
	width: 150px;
	height: 50px;
}


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