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

#OverviewPicture{
	position: absolute;
	top: 350px;
	left: 150px;
}

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

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	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;
}

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

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

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

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

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

#BeginButton{
	position: absolute;
	top: 275px;
	left: 375px;
	width: 150px;

	visibility: visible;
}

#BatteryQualityMessage{
	position: absolute;
	top: 560px;
	right: 30px;
	width: 400px;
	height: 40px;
}

#ViewResistor{
	position: absolute;
	top: 95px;
	left: 360px;
	width: 100px;
	height: 40px;
}

#ChangeVoltage{
	position: absolute;
	top: 395px;
	left: 640px;
	width: 70px;
	height: 110px;
}

#ViewCurrent{
	position: absolute;
	top: 250px;
	left: 190px;
	width: 85px;
	height: 165px;
}

#ViewVoltage{
	position: absolute;
	top: 240px;
	left: 540px;
	width: 85px;
	height: 165px;
}

#ChangeResistance{
	position: absolute;
	top: 95px;
	left: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ReturnFour{
	position: absolute;
	top: 95px;
	right: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ChangeBatteries{
	position: absolute;
	top: 95px;
	left: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ReturnFive{
	position: absolute;
	top: 95px;
	right: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

.Button{
	height: 50px;
	background-color: #AAAAAA;
	border: 4px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#990000;
}

.InvisibleButton{
	
}
