/* These are the stylings for the overall look and feel of all programs on site */

/* To use these make sure this line is in your html file:  <link rel="stylesheet" type="text/css" href="../packet/resources/sitewide/stylings.css"> */

/* This ID is for the title of the program found above the dotted areas of the problem */

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

#FullPage {
	position: relative;
	width:2050px;
	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;
}

#OverviewSection{
	position: absolute;
	top: 140px;
	left: 562px;
	width: 925px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: visible;
}

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

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

/* This class is for the title of the program found above the dotted areas of the problem */

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


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

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#990000;
	text-align: center;
}

.BlackDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	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;
	visibility: hidden;
}


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

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

#StartMotionButton{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#BallMove{
	position: absolute;
	top: 0px;
	width: 60px;
	left: 0px;
	height: 60px;
	display: block;
}

#BallArea{
	position: absolute;
	top: 495px;
	width: 200px;
	left: 140px;
	height:60px;
}

#CollectDataButton{
	position: absolute;
	width: 25px;
	height: 75px;
	left: 100px;
	top:100px;
	cursor: pointer;
}

#SystemMessage{
	position: absolute;
	top: 275px;
	left: 515px;
	width: 360px;
	height: 225px;
	border: 2px #990000 solid;
	border-radius: 10px;
	padding: 15px;
}

/* Properties of the Begin Button Div says where to put the begin button in the overview section of your page */

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

#VariableControlArea{
	position: absolute;
	top: 0px;
	left: 550px;
	width: 350px;
	height: 600px;
}

#ChangeLDown{
	position: absolute;
	top: 40px;
	left: 30px;
	width: 75px;
	height: 75px;
}

#ChangeLUp{
	position: absolute;
	top: 40px;
	left: 230px;
	width: 75px;
	height: 75px;
}

/* Stuff for the form for entering answers */
#FinishedButton{
	position: absolute;
	top:550px;
	right:150px;
	height:25px;
	width:100px;
	cursor: pointer;
}

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

#SystemMessage2{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 850px;
	height: 150px;
}

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

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

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

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

}

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

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

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 300px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
	border: 2px solid black;
	border-radius: 4px;
	padding: 10px;
}

#SubmitButton{
	position: absolute;
	bottom: 25px;
	right: 200px;
	width: 120px;
	cursor: pointer;
}

#ReturnButton{
	position: absolute;
	bottom: 25px;
	left: 200px;
	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{
	
}
.new-header {
  overflow: hidden;
  background-color: #333;
}

.new-header a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

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

.new-header{
	margin-left: 562px;
}
.new-header {
  overflow: hidden;
  background-color: #0684cb;
  width: 925px;
/*  margin-top: 15px;*/
}

.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:700px;
  margin-left: 500px;
  left: 410px;
  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;
}

