
.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	color:#000000;
	text-align: center;
}

/*. This is for the save graph link */
.urlsmall{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#000000;
	text-align: center;
}

.headings{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#FFFFFF;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#DataEntrySide{
	position: absolute;
	top: 75px;
	left: 0px;
	height: 640px;
	width: 450px;
}

#GraphSection{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 900px;
	height: 640px;
	border: black;
	border-style: solid;
	border-width: 5px;
}


#DrawingSection{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 0px;
	height: 640px;
}


/* This ID is for the area of the program that allows you to access special functions */

#BottomDisplayArea{
	position: absolute;
	top: 450px;
	width: 445px;
	left: 460px;
	height: 270px;
}

#SpecialFunctionArea{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
}

.SectionButton{
	width: 150px;
	height: 35px;
	background-color: #eeeeee;
	border: black;
	border-style: solid;
	border-width: 5px;
	border-radius: 15px;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

.TwoLayerSectionButton{
	width: 150px;
	height: 45px;
	background-color: #eeeeee;
	border: black;
	border-style: solid;
	border-width: 5px;
	border-radius: 15px;
	font-family: sans-serif;
	color: #990000;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#CurveFitButton{
	position: absolute;
	top: 10px;
	left: 41px;
}

#AdjustXButton{
	position: absolute;
	top: 75px;
	left: 41px;
}

#AdjustYButton{
	position: absolute;
	top: 140px;
	left: 41px;
}

#ChangeDataSetButton{
	position: absolute;
	top: 205px;
	left: 41px;
}

#AdjustScaleButton{
	position: absolute;
	top: 10px;
	left: 258px;
}

#AdjustEquationButton{
	position: absolute;
	top: 75px;
	left: 258px;
}

#SaveGraphButton{
	position: absolute;
	top: 140px;
	left: 258px;
}

#ImportDataButton{
	position: absolute;
	top: 205px;
	left: 258px;
}


#MainButtonText{
	position: absolute;
	left: 0px;
	top: 8px;
	width: 150px;
	font-size: 16px;
}

#HelperButtonText{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 150px;
	font-size: 12px;
}

#AdjustGraphSizeButton{
	position: absolute;
	top: 320px;
	left: 450px;
	height: 50px;
	width: 50px;
}


/*. This area of the CSS will help you format the import data area */

#ImportDataArea{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}

.ImportAreaText{
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#ImportDataTitle1{
	position: absolute;
	top: 25px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	
}

#ImportDataTitle2{
	position: absolute;
	top: 155px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	
}


#CloseImportDataSection{
	position: absolute;
	top: 0px;
	left: 410px;
	height: 25px;
	width: 25px;
	text-align: center;
}

#PastedTextArea{
	position: absolute;
	top: 75px;
	left: 10px;
	width: 430px;
	height: 75px;
}

#XPopDown{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 450px;
	height: 25px;
}

#YPopDown{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 450px;
	height: 25px;
}




/*. This area of the CSS will help you format the adjust x-data area */

#AdjustXDataArea{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}

#CloseXDataSection{
	position: absolute;
	top: 0px;
	left: 410px;
	height: 25px;
	width: 25px;
	text-align: center;
}

#AdjustXDataTitle{
	position: absolute;
	top: 25px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#XTranHolder{
	position:absolute;
	top: 100px;
	left: 10px;
	height:145px;
	width:415px;
}

.ModifyButton{
	width: 60px;
	height: 40px;
	background-color: #eeeeee;
	border: black;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}


#XInv{
	position:absolute;
	top: 5px;
	left: 0px;	
}

#XSQR{
	position:absolute;
	top: 5px;
	left: 70px;	
}

#XCube{
	position:absolute;
	top: 5px;
	left: 140px;	
}

#XSQRT{
	position:absolute;
	top: 5px;
	left: 210px;	
}

#XRad{
	position:absolute;
	top: 5px;
	left: 280px;	
}

#XSin{
	position:absolute;
	top: 5px;
	left: 350px;	
}

#XPlus{
	position:absolute;
	top: 75px;
	left: 0px;	
}

#XMinus{
	position:absolute;
	top: 75px;
	left: 70px;	
}

#XMultiply{
	position:absolute;
	top: 75px;
	left: 140px;	
}

#XDivide{
	position:absolute;
	top: 75px;
	left: 210px;	
}

#XCSpot{
	position:absolute;
	top: 100px;
	left: 290px;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

#XC{
	position:absolute;
	top: 0px;
	left: 40px;
	width: 50px;
}

#XRestore{
	position:absolute;
	top: 140px;
	left: 0px;
	width: 445px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

/*. This area of the CSS will help you format the adjust Y-data area */

#AdjustYDataArea{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}

#CloseYDataSection{
	position: absolute;
	top: 0px;
	left: 410px;
	height: 25px;
	width: 25px;
	text-align: center;
}

#AdjustYDataTitle{
	position: absolute;
	top: 25px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#YTranHolder{
	position:absolute;
	top: 100px;
	left: 10px;
	height:145px;
	width:415px;
}


#YInv{
	position:absolute;
	top: 5px;
	left: 0px;	
}

#YSQR{
	position:absolute;
	top: 5px;
	left: 70px;	
}

#YCube{
	position:absolute;
	top: 5px;
	left: 140px;	
}

#YSQRT{
	position:absolute;
	top: 5px;
	left: 210px;	
}

#YRad{
	position:absolute;
	top: 5px;
	left: 280px;	
}

#YSin{
	position:absolute;
	top: 5px;
	left: 350px;	
}

#YPlus{
	position:absolute;
	top: 75px;
	left: 0px;	
}

#YMinus{
	position:absolute;
	top: 75px;
	left: 70px;	
}

#YMultiply{
	position:absolute;
	top: 75px;
	left: 140px;	
}

#YDivide{
	position:absolute;
	top: 75px;
	left: 210px;	
}

#YCSpot{
	position:absolute;
	top: 100px;
	left: 290px;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

#YC{
	position:absolute;
	top: 0px;
	left: 40px;
	width: 50px;
}

#YRestore{
	position:absolute;
	top: 140px;
	left: 0px;
	width: 445px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}


/* This ID is for the area of the program that allows you to change the scales on your graph */


#AdjustScaleSection{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}

#CloseScaleSection{
	position: absolute;
	top: 0px;
	left: 410px;
	height: 25px;
	width: 25px;
	text-align: center;
}

#AdjustScaleSelectionTitle{
	position: absolute;
	top: 25px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


#MaxYHolder{
	position: absolute;
	top: 100px;
	left: 0px;
}

#MinYHolder{
	position: absolute;
	top: 150px;
	left: 0px;
}

#MaxXHolder{
	position: absolute;
	top: 200px;
	left: 275px;
}

#MinXHolder{
	position: absolute;
	top: 200px;
	left: 120px;
}

.ScaleHeadings{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	color:#990000;
	text-align: right;
	width: 150px;
	height: 50px;
	
}

.FormInputs{
	width: 60px;
    height: 30px;
    text-align: center;
    border: 4px solid Black;
	padding: 10px 10px;
}

#AxesRestore{
	position:absolute;
	top: 100px;
	left: 175px;
	width: 250px;
	height: 75px;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

#AutomaticCheckBoxHolder{
	position:absolute;
	top: 0px;
	left: 0px;
}

#ManualCheckBoxHolder{
	position:absolute;
	top: 40px;
	left: 0px;
}

label{
  vertical-align: middle;
}

input[type="radio"]{
  vertical-align: middle;
}

/* This ID is for the area of the program that allows you to save a URL of your graph information */


#SaveGraphSection{
	position: absolute;
	top: 0px;
	width: 445px;
	left: 0px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}

#CloseGraphSection{
	position: absolute;
	top: 0px;
	left: 410px;
	height: 25px;
	width: 25px;
	text-align: center;
}

#SaveGraphTitle{
	position: absolute;
	top: 25px;
	padding-top: 5px;
	left: 15px;
	width: 415px;
	height: 75px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#SpotForURL{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 445px;
	height: 50px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}




.controlbutton{
	top: 20px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#FFFFFF;
}


#mailme{
	position: absolute;
	top: 750px;
	left: 400px;
	text-align: center;
}

.InvisibleButton{
	
}