/* 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:700px;
	padding-bottom: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

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


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



#OverviewSection{
	position: absolute;
	top: 150px;
	left: 50px;
	width: 600px;
	height: 900px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#OverviewPicture{
	position: absolute;
	top: 375px;
	left: 133px;
}




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

.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: 60px;
	width: 600px;
	left: 50px;
	height: 900px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#DrawingSectionTwo{
	position: absolute;
	top: 0px;
	width: 600px;
	left: 50px;
	height: 900px;
	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;
}




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


#PlanetButton{
	position: absolute;
	top: 70px;
	right: 0px;
	width: 240px;
	height: 80px;
}

#MassButton{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 240px;
	height: 80px;
}

#ForceProbeButton{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 600px;
	height: 650px;
}

#NumberOfPulleysButton{
	position: absolute;
	top: 800px;
	left: 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{

}


.new-header{
	margin-left: -100px !important;
}
.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:965px;
  left: 250px;
  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;
}



