/* 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: 150px;
	left: 50px;
	width: 915px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: visible;
}

#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:16;
	color:#000000;
	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;
	display: none;
}



/* This ID is for entire area of the program where you see how good your answers were */

#DrawingSection{
	position: absolute;
	top: 60px;
	width: 920px;
	left: 50px;
	height: 620px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}


#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
	cursor: pointer;
}


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

#DiameterLocation{
	position: absolute;
	top: 15px;
	left: 15px;
	height: 325px;
	width: 325px;
}

#VoltageMove{
	position: absolute;
	top: 0px;
	width: 50px;
	left: 0px;
	height:25px;
	display: block;
}

#VoltageArea{
	position: absolute;
	top: 495px;
	width: 210px;
	left: 140px;
	height:25px;
}

#VoltageSettingButton{
	position: absolute;
	top: 550px;
	width: 22px;
	left: 170px;
	height:40px;
	cursor: pointer;
}

#PowerButton{
	position: absolute;
	top: 550px;
	width: 40px;
	left: 70px;
	height:50px;
	cursor: pointer;

}


/* Stuff for the form for entering answers */
#FinishedButton{
	position: absolute;
	top:395px;
	left:150px;
	height:25px;
	width:100px;
	cursor: pointer;
}

#SpaceForAnswer{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 0px;
	height: 600px;
	background-color: #ffffff;
	display: none;
}

#SystemMessage2{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 850px;
	height: 150px;
}

#AnswerTitle{
	position: absolute;
	width: 900px;
	top: 220px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 900px;
	top: 260px;
	text-align: center;
}

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

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 500px;

}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 500px;
	right: 0px;
	height: 50px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 550px;
	width: 300px;
	height: 200px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 300px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
	border: 2px solid black;
	border-radius: 4px;
	padding: 10px;
}

#SubmitButton{
	position: absolute;
	bottom: 25px;
	right: 200px;
	width: 120px;
	cursor: pointer;
}

#ReturnButton{
	position: absolute;
	bottom: 25px;
	left: 200px;
	width: 180px;
	cursor: pointer;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
	cursor: pointer;
}

.InvisibleButton{
	
}