/* 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: 75px;
	left: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

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




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

.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: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#PrefixArea{
	position: absolute;
	top: 225px;
	left: 460px;
	width: 440px;
}

.PrefixBox{
	width: 80px;
	height: 70px;
	padding-top: 10px;
	border: #000000;
	border-style: solid;
	border-width: 5px;
	border-radius: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#000000;
	text-align: center;
	
}

#TeraBox{
	position: absolute;
	left: 310px;
	top: 10px;
}

#GigaBox{
	position: absolute;
	left: 210px;
	top: 10px;
}

#MegaBox{
	position: absolute;
	left: 110px;
	top: 10px;
}

#kiloBox{
	position: absolute;
	left: 10px;
	top: 10px;
}

#milliBox{
	position: absolute;
	left: 10px;
	top: 110px;
}

#microBox{
	position: absolute;
	left: 110px;
	top: 110px;
}

#nanoBox{
	position: absolute;
	left: 210px;
	top: 110px;
}

#picoBox{
	position: absolute;
	left: 310px;
	top: 110px;
}


#NewNumberArea{
	position: absolute;
	top: 225px;
	left: 10px;
	width: 440px;
}

.NumberBox{
	width: 120px;
	height: 70px;
	padding-top: 10px;
	border: #000000;
	border-style: solid;
	border-width: 5px;
	border-radius: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#000000;
	text-align: center;
	
}

#OneBox{
	position: absolute;
	left: 10px;
	top: 50px;
}

#TwoBox{
	position: absolute;
	left: 150px;
	top: 50px;
}

#ThreeBox{
	position: absolute;
	left: 290px;
	top: 50px;
}

#CheckBox{
	position: absolute;
	width: 150px;
	height: 60px;
	top: 500px;
	left: 600px;
	padding-top: 10px;
	border: #000000;
	border-style: solid;
	border-width: 5px;
	border-radius: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#000000;
	text-align: center;
}


#AnswerSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}

#SpaceForAnswer{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#AnswerTitle{
	position: absolute;
	width: 900px;
	top: 10px;
}

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

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

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 350px;
	height: 200px;
}

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

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 350px;
	height: 200px;
}

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

#ReturnMessage{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: hidden;
}

#ReturnName{
	position: absolute;
	top: 100px;
}

#Return1{
	position: absolute;
	top: 225px;
}


#ReturnResultGood{
	position: absolute;
	top: 400px;
	visibility: hidden;
}

#GameOverMessage{
	position: absolute;
	top: 200px;
	visibility: hidden;
}

#FinishTime{
	position: absolute;
	top: 500px;
	visibility: hidden;
}

.ReturnDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#990000;
	text-align: center;
	width: 800px;
	left: 50px;
	
}

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

#SubmitButton{
	position: absolute;
	bottom: 200px;
	right: 375px;
	width: 150px;
}

#EndButton{
	position: absolute;
	top: 25px;
	right: 100px;
	width: 150px;
	visibility: hidden;
}

#RestartButton{
	position: absolute;
	top: 25px;
	left: 100px;
	width: 150px;
	visibility: hidden;
}

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

.AnswerButton{
	bottom: 25px;
	width: 150px;
	height: 142px;
	background-color: #DDDDDD;
	border: 4px #000000 solid;
	border-radius: 10px;
	
}

