/* 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: 610px;
	width: 902px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	display: none;
}

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

#DrawingSectionThree{
	position: absolute;
	top: 610px;
	width: 902px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	display: none;
}


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


#SystemMessage{
	position: absolute;
	top: 15px;
	width: 860px;
	left: 20px;
	height:135px;
}

#PowerPackPlugIn{
	position: absolute;
	top: 400px;
	width: 300px;
	left: 30px;
	height:100px;
}

#SupplySwitch{
	position: absolute;
	top: 560px;
	width: 300px;
	left: 30px;
	height:25px;
}

#HookOscilloscopeWires{
	position: absolute;
	top: 400px;
	width: 300px;
	left: 500px;
	height:100px;
	display: none;
}

#HookMeterWires{
	position: absolute;
	top: 250px;
	width: 100px;
	left: 640px;
	height:145px;
	display: none;
}

#FGControls{
	position: absolute;
	top: 340px;
	width: 50px;
	left: 240px;
	height:130px;
	display: none;
}

#Multiplier2{
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	height:25px;
}

#Multiplier3{
	position: absolute;
	top: 26px;
	width: 100%;
	left: 0px;
	height:25px;
}

#Multiplier4{
	position: absolute;
	top: 52px;
	width: 100%;
	left: 0px;
	height:25px;
}

#Multiplier5{
	position: absolute;
	top: 78px;
	width: 100%;
	left: 0px;
	height:25px;
}

#Multiplier6{
	position: absolute;
	top: 104px;
	width: 100%;
	left: 0px;
	height:25px;
}

#FGValueControl{
	position: absolute;
	top: 350px;
	width: 55px;
	left: 30px;
	height:125px;
	display: none;
}

#FGValueUpBig{
	position: absolute;
	top: 0px;
	width: 40%;
	left: 0px;
	height:55px;
}

#FGValueDownBig{
	position: absolute;
	top: 56px;
	width: 40%;
	left: 0px;
	height:55px;
}

#FGValueUpSmall{
	position: absolute;
	top: 0px;
	width: 40%;
	left: 50%;
	height:55px;
}

#FGValueDownSmall{
	position: absolute;
	top: 56px;
	width: 40%;
	left: 50%;
	height:55px;
}

#FGVoltageControl{
	position: absolute;
	top: 350px;
	width: 55px;
	left: 395px;
	height:125px;
	display: none;
}

#FGVoltageUpBig{
	position: absolute;
	top: 0px;
	width: 40%;
	left: 0px;
	height:55px;
}

#FGVoltageDownBig{
	position: absolute;
	top: 56px;
	width: 40%;
	left: 0px;
	height:55px;
}


#SystemMessage3{
	position: absolute;
	top: 150px;
	width: 400px;
	left: 450px;
	height:300px;
}

#SwitchToFrequency{
	position: absolute;
	top: 240px;
	width: 70px;
	left: 300px;
	height:60px;
}

#SwitchToVoltage{
	position: absolute;
	top: 258px;
	width: 70px;
	left: 125px;
	height:60px;
}

#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: 100px;
	width: 50px;
	height: 50px;
}

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

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

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

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

}

#VoltageScaleDownButton{
	position: absolute;
	left: 800px;
	top: 100px;
	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;
}


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

