/* 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: 450px;
	left: 250px;
}

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

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

#AvailableLanguages{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 200px;
}

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

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


#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: 350px;
	left: 375px;
	width: 150px;

	visibility: visible;
}

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

#ViewResistorOne{
	position: absolute;
	top: 75px;
	left: 425px;
	width: 80px;
	height: 30px;
}

#ViewResistorTwo{
	position: absolute;
	top: 226px;
	left: 425px;
	width: 80px;
	height: 30px;
}

#ViewResistorThree{
	position: absolute;
	top: 378px;
	left: 425px;
	width: 80px;
	height: 30px;
}

#ChangeVoltage{
	position: absolute;
	top: 413px;
	left: 622px;
	width: 70px;
	height: 110px;
}

#ViewCurrentOne{
	position: absolute;
	top: 70px;
	left: 170px;
}

#ViewVoltageOne{
	position: absolute;
	top: 10px;
	left: 440px;
}

#ViewCurrentTwo{
	position: absolute;
	top: 218px;
	left: 170px;
}

#ViewVoltageTwo{
	position: absolute;
	top: 156px;
	left: 440px;
}

#ViewCurrentThree{
	position: absolute;
	top: 368px;
	left: 170px;
}

#ViewVoltageThree{
	position: absolute;
	top: 305px;
	left: 440px;
}

#ViewCurrentFour{
	position: absolute;
	top: 490px;
	left: 170px;
}

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

#Stripe1Change{
	position: absolute;
	top: 270px;
	left: 340px;
	width: 30px;
	height: 120px;
}

#Stripe2Change{
	position: absolute;
	top: 270px;
	left: 380px;
	width: 30px;
	height: 120px;
}

#Stripe3Change{
	position: absolute;
	top: 270px;
	left: 420px;
	width: 30px;
	height: 120px;
}


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



#RandRforR{
	position: absolute;
	bottom: 40px;
	left: 350px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ReturnFour{
	position: absolute;
	top: 95px;
	right: 50px;
	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:28px;
	color:#990000;
}

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

.InvisibleButton{
	
}

.Meter{
	width: 50px;
	height: 50px;
}
