#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: 390px;
	left: 312px;
}




#LabDirections{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 850px;
}

.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:14px;
	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;
	visibility: hidden;
}


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



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

#TouchButton{
	position: absolute;
	top: 275px;
	right: 150px;
	width: 150px;
	cursor: pointer;
}

#ControlForDesktop{
	position: absolute;
	top:0px;
	left: 0px;
	width: 540px;
	height:150px;
}

#ControlForTouch{
	position: absolute;
	top:0px;
	left: 0px;
	width: 540px;
	height:150px;
}

#AngleControlValueArea{
	position: absolute;
	top:-110px;
	left: 0px;
}

#AngleDownButton{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#AngleUpButton{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

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

#SpeedControlValueArea{
	position: absolute;
	top:-110px;
	left: 182px;
}

#SpeedDownButton{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#SpeedUpButton{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}
#SpeedShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#FieldControlValueArea{
	position: absolute;
	top:-110px;
	left: 364px;
}

#FieldDownButton{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#FieldUpButton{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

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

#AngleControlValueArea2{
	position: absolute;
	top:-110px;
	left: 0px;
}

#AngleDownButton2{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#AngleUpButton2{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

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

#SpeedControlValueArea2{
	position: absolute;
	top:-110px;
	left: 182px;
}

#SpeedDownButton2{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#SpeedUpButton2{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}
#SpeedShowHideButton2{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#FieldControlValueArea2{
	position: absolute;
	top:-110px;
	left: 364px;
}

#FieldDownButton2{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

#FieldUpButton2{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
	cursor: pointer;
}

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


#KickBallButton{
	position: absolute;
	top: 500px;
	left: 50px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

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


.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #c0c0c0;
	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{
	
}



