/*  This section is for things that set the look and feel of the entire program */

/* Properties of the body of your webpage */

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

/* Properties of the FullPage Div that holds everything in your webpage */

#FullPage {
	position: relative;
	width:1024px;
	padding-bottom: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

/* Properties of the MainBody Div that holds everything in your webpage */

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

/* Properties of the Program Title Div that holds title of your webpage */

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

/* Properties of the Title Class that formats the text that is your title */

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

/*  ************************************* */

/*  This section is for the splash screen or the directions that occur before the program is actually started */

/* Properties of the Overview Section Div that holds the introductory information for your program */

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

/* Properties of the Overview Picture Div says where to put the picture in the overview section of your page */

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

/* Properties of the LabDirections Div says where to put the overall directions in the overview section of your page */

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


/* 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;
}

/* Properties of the Button and Invisible Button classes are for formatting all the buttons (visible and invisible) that can be used in your program */

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

/* Properties of the Directions and Little Directions classes are setting two different fonts that can be used in your program */

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

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

/*  ************************************* */

/* This is the section that contains all the stuff that is part of the actual running program */


/* 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;
}

/* This ID is for part of the program that will hold the Canvas with all the drawings and animations. */

#DrawingSectionOne{
	position: absolute;
	top: 15px;
	width: 915px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}
#PowerSwitch{
	position: absolute;
	top: 500px;
	left: 60px;
	width: 50px;
	height: 100px;
}
#Voltageup {
	position: absolute;
	top: 450px;
	left: 330px;
	width: 50px;
	height:100px;
}
#Voltagedown {
	position: absolute;
	top: 450px;
	left: 275px;
	width: 50px;
	height: 100px;
}
#Resistanceup {
	position: absolute;
	top: 75px;
	left: 760px;
	width: 80px;
	height: 100px;
}
#Resistancedown {
	position: absolute;
	top: 75px;
	left: 560px;
	width: 80px;
	height: 100px;
}

#CurrentMeterDown{
	position: absolute;
	top: 260px;
	left: 25px;
	width: 75px;
	height: 75px;
}

#CurrentMeterUp{
	position: absolute;
	top: 260px;
	left: 195px;
	width: 75px;
	height: 75px;
}

#PowerMeterDown{
	position: absolute;
	top: 260px;
	left: 285px;
	width: 75px;
	height: 75px;
}

#PowerMeterUp{
	position: absolute;
	top: 260px;
	left: 455px;
	width: 75px;
	height: 75px;
}

/* Properties of the Available Languages Div says where to put the links to other languages */

#AvailableLanguages{
	position: absolute;
	top: 310px;
	left: 20px;
	width: 300px;
}

#Language1{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
}

#Language2{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 300px;
}

#Language3{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 300px;
}

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