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

body{
	background-color: #FFFFFF;
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:800px;
	padding-bottom: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
}

MainBody{
	position: relative;
	top: 0px;
}


#ProgramTitle{
	position: relative;
	left:0px;
	width:915px;
	top: 25px;
	text-align: center;
}

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#990000;
	text-align: center;
}

#OverviewSection{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 915px;
	height: 790px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#OverviewPicture{
	position: absolute;
	top: 570px;
	left: 325px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	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: 75px;
	width: 915px;
	left: 0px;
	height: 875px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#NextButton{
	position: absolute;
	top: 0px;
	right: 90px;
	width: 200px;
	height: 50px;
	cursor: pointer;
}

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

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




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


#RaiseLift{
	position: absolute;
	top: 800px;
	left: 5px;
	width: 90px;
	height: 100px;
}

#LowerLift{
	position: absolute;
	top: 800px;
	left: 205px;
	width: 90px;
	height: 100px;
}

#StopLift{
	position: absolute;
	top: 800px;
	left: 100px;
	width: 100px;
	height: 100px;
}

#SwitchPlanet{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 75px;
}

#SwitchBall{
	position: absolute;
	top: 100px;
	right: 0px;
	width: 250px;
	height: 110px;
}

#DropBall{
	position: absolute;
	top: 230px;
	right: 0px;
	width: 250px;
	height: 100px;
}

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

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

.InvisibleButton{
	
}

#FinalCertificate{
	position: absolute;
	top: 60px;
	width: 800px;
	left: 0px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#CertificateTitle{
	position: absolute;
	top: 20px;
	width: 800px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
	
}

#PersonsName{
	position: absolute;
	top: 60px;
	width: 800px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#CompletionDate{
	position: absolute;
	top: 110px;
	width: 800px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#FinalMessage{
	position: absolute;
	bottom: 25px;
	width: 800px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}


#GraphingProgram{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 800px;
	height: 50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	visibility: hidden;
}

#FormArea{
	position: absolute;
	width: 800px;
	top: 250px;
	left: 0px;
	height: 250px;
	visibility: hidden;
}

#ShortMessage{
	position: absolute;
	width: 800px;
	top: 0px;
	left: 0px;
	height: 50px;
	
}

#FormQuestions{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 400px;
	height: 100px;
}

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

#FormAnswers{
	position: absolute;
	top: 50px;
	left: 400px;
	width: 100px;
	height: 100px;
}

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

#SubmitButton{
	position: absolute;
	bottom: 50px;
	left: 325px;
	width: 150px;
}

#ResultsTable{
	position: absolute;
	top: 150px;
	width: 702px;
	left: 49px;
	height: 368px;
	border: black;
	border-style: solid;
	border-width: 3px;
}

td{
	width: 234px;
	height: 50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	border: black;
	border-style: solid;
	border-width: 3px;
}


.new-header{
	margin-left: 0px;
}
.new-header {
  overflow: hidden;
  background-color: #0684cb;
  width: 925px;
}

.new-header a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-family:"Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.new-header a:hover {
  background-color: #ddd;
  color: black;
}

.new-header a.active {
  background-color: #04AA6D;
  color: white;
}

.refresh-page{
	padding: 15px 20px 15px 20px;
	background-color: #0684cb;
	text-decoration: none;
	color: white;
	font-family:"Kumbh Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top:920px;
  left: 370px;
  border-radius: 50px;
  position: absolute;
}

.refresh-page img{
width: 26px;
display: inline-block;
vertical-align: top;
margin-top: -5px;
}

.refresh-page:hover{
	background-color: #064568;
}