/* 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: 140px;
	left: 50px;
	width: 923px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	display: block;
}

#OverviewPicture{
	position: absolute;
	top: 400px;
	left: 300px;
}

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

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


#DrawingSectionOne{
	position: absolute;
	top: 60px;
	width: 928px;
	left: 50px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	cursor: pointer;
}




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

#SystemMessage{
	position: absolute;
	bottom: 40px;
	width: 800px;
	left: 20px;
	height:150px;
	padding-top: 25px;
	background-color: #EEEEEE;
	border: 1px #990000 solid;
	border-radius: 5px;
}

#SystemMessage2{
	position: absolute;
	top: 10px;
	width: 900px;
	left: 12px;
	height:125px;
	padding-top: 10px;
	background-color: #EEEEEE;
	border: 1px #990000 solid;
	border-radius: 5px;
}

#ResetButton{
	position: absolute;
	top:0px;
	height: 40px;
	left: 10px;
	width: 175px;
	cursor: pointer;
}

#OuterRadiusControlValueArea{
	position: absolute;
	top:-110px;
	right: 10px;
	width: 175px;
}

#OuterRadiusDownButton{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	display: none;
	cursor: pointer;
}

#OuterRadiusUpButton{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	display: none;
	cursor: pointer;
}

#OuterRadiusShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#MotionControl{
	position: absolute;
	top: 100px;
	left:-50px;
	width: 300px;
	height: 200px;
}

#BackUpButton{
	position: absolute;
	top: 0px;
	left:0px;
	width: 50px;
	height: 200px;
	display: none;
	cursor: pointer;
}

#PlayPauseButton{
	position: absolute;
	top: 0px;
	left:50px;
	width: 200px;
	height: 200px;
	cursor: pointer;
}

#ForwardButton{
	position: absolute;
	top: 0px;
	left:250px;
	width: 50px;
	height: 200px;
	display: none;
	cursor: pointer;
}

#FinishedButton{
	position: absolute;
	bottom:10px;
	left:25px;
	height:25px;
	width:250px;
	cursor: pointer;
}

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

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

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

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

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

}

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

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

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 400px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
}

#SubmitButton{
	position: absolute;
	bottom: 50px;
	left: 600px;
	width: 120px;
	cursor: pointer;
}

#ReturnButton{
	position: absolute;
	bottom: 50px;
	left: 300px;
	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{
	
}


