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

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

#SelectionButtons{
	position: absolute;
	top:53px;
	left:588px;
	width:275px;
	height:500px;
}

.BottomButtons{
	top:425px;
	width:50px;
	height:50px;
}

.TopButtons{
	top:102px;
	width:50px;
	height:50px;
}

#AButton{
	position: absolute;
	left:35px;
}

#ComWireButton{
	position: absolute;
	left:115px;
}

#RightRedButton{
	position: absolute;
	left:195px;
}

#DiodeButton{
	position: absolute;
	left:25px;
}

#RangeButton{
	position: absolute;
	left:85px;
}

#DataHoldButton{
	position: absolute;
	left:145px;
}

#RelativeButton{
	position: absolute;
	left:205px;
}

#OffButton{
	position: absolute;
	top:255px;
	left:20px;
	width:50px;
	height:30px;
}

#VDCButton{
	position: absolute;
	top:227px;
	left:20px;
	width:50px;
	height:25px;
}

#VACButton{
	position: absolute;
	top:200px;
	left:20px;
	width:59px;
	height:25px;
}

#OhmButton{
	position: absolute;
	top:162px;
	left:20px;
	width:60px;
	height:35px;
}

#Ohm2Button{
	position: absolute;
	top:190px;
	left:83px;
	width:20px;
	height:20px;
}

#ContinuityButton{
	position: absolute;
	top:162px;
	left:84px;
	width:40px;
	height:24px;
}

#Continuity2Button{
	position: absolute;
	top:190px;
	left:105px;
	width:20px;
	height:20px;
}

#CapacitanceButton{
	position: absolute;
	top:156px;
	left:129px;
	width:24px;
	height:40px;
}

#FButton{
	position: absolute;
	top:156px;
	left:155px;
	width:24px;
	height:40px;
}

#CButton{
	position: absolute;
	top:156px;
	left:180px;
	width:24px;
	height:48px;
}

#freqButton{
	position: absolute;
	top:180px;
	left:208px;
	width:45px;
	height:40px;
}

#freq2Button{
	position: absolute;
	top:208px;
	left:200px;
	width:20px;
	height:25px;
}

#microampButton{
	position: absolute;
	top:235px;
	left:200px;
	width:55px;
	height:23px;
}

#milliampButton{
	position: absolute;
	top:260px;
	left:200px;
	width:55px;
	height:23px;
}

#ampButton{
	position: absolute;
	top:285px;
	left:200px;
	width:55px;
	height:27px;
}

#Off2Button{
	position: absolute;
	top:315px;
	left:175px;
	width:55px;
	height:30px;
}

.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: 450px;
	left: 50px;
	width: 500px;
	height: 100px;
}

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


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



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

