/* 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="../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: 75px;
	left: 562px;
	width: 925px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	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: 0px;
	width: 928px;
	left: 0px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#DrawingSectionTwo{
	position: absolute;
	top: 0px;
	width: 928px;
	left: 950px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#StartMotionButton{
	position: absolute;
	top: 150px;
	left: 265px;
	width: 60px;
	height: 350px;
}

#CollectDataButton{
	position: absolute;
	width: 50px;
	height: 25px;
	left: 275px;
	bottom:50px;
}

#SystemMessage{
	position: absolute;
	top: 175px;
	left: 515px;
	width: 360px;
	height: 250px;
	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;
}

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

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

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

/* Stuff for the form for entering answers */
#FinishedButton{
	position: absolute;
	top:525px;
	right:165px;
	height:25px;
	width:100px;
}

#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: 100px;
}

#ReturnButton{
	position: absolute;
	bottom: 25px;
	left: 200px;
	width: 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;
}

.InvisibleButton{
	
}
