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

#OverviewPicture{
	position: absolute;
	top: 390px;
	left: 312px;
}




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

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	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: 925px;
	left: 50px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#MassControlValueArea{
	position: absolute;
	top:-110px;
	left: 0px;
}

#MassDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100px;
	visibility: hidden;
	cursor: pointer;
}

#MassUpButton{
	position: absolute;
	top: 0px;
	left: 95px;
	width: 80px;
	height: 100px;
	visibility: hidden;
	cursor: pointer;
}

#MassShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#SpeedControlValueArea{
	position: absolute;
	top:-110px;
	left: 182px;
}

#SpeedDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#SpeedUpButton{
	position: absolute;
	top: 0px;
	left: 95px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#SpeedDirectionButton{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 175px;
	height: 38px;
	visibility: hidden;
	cursor: pointer;
}

#SpeedShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#ChargeControlValueArea{
	position: absolute;
	top:-110px;
	left: 366px;
}

#ChargeDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#ChargeUpButton{
	position: absolute;
	top: 0px;
	left: 95px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#ChargeTypeButton{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 175px;
	height: 38px;
	visibility: hidden;
	cursor: pointer;
}

#ChargeShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}

#FieldControlValueArea{
	position: absolute;
	top:-110px;
	left: 548px;
}

#FieldDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#FieldUpButton{
	position: absolute;
	top: 0px;
	left: 95px;
	width: 80px;
	height: 65px;
	visibility: hidden;
	cursor: pointer;
}

#FieldDirectionButton{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 175px;
	height: 38px;
	visibility: hidden;
	cursor: pointer;
}

#FieldShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
	cursor: pointer;
}


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


.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #c0c0c0;
	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: 50px;
}
.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;
  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;
}



