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


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

#DrawingSectionTwo{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#DrawingSectionThree{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}


.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: 300px;
	left: 375px;
	width: 150px;
	cursor: pointer;
}

#ControlArea{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 290px;
	height: 182px;
	background-color: #DDDDDD;
	border: 1px #990000 solid;
	border-radius: 5px;
}

#UpButton{
	position: absolute;
	top: 5px;
	left: 120px;
	cursor: pointer;	
}

#DownButton{
	position: absolute;
	bottom: 5px;
	left: 120px;
	cursor: pointer;
	
}

#LeftButton{
	position: absolute;
	bottom: 64px;
	left: 5px;	
	cursor: pointer;
}

#RightButton{
	position: absolute;
	bottom: 64px;
	right: 5px;
	cursor: pointer;
}

#ChangePlanetButton{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 150px;
	height: 50px;
	cursor: pointer;
}

#DataButton{
	position: absolute;
	bottom: 64px;
	left: 63px;
	width: 160px;
	height: 45px;
	padding-top: 5px;
	font-size:32px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#990000;
	visibility: hidden;
	cursor: pointer;
}

.ControlButton{
	height: 50px;
	width: 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;
	font-weight: bold;
	color:#990000;
	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;
}

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

.InvisibleButton{
	
}

#ReturnToMovement{
	position: absolute;
	bottom: 300px;
	right: 150px;
	width: 150px;
	height: auto;
	font-size:32px;
}



