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

.tablestuff{
	width: 450px;
	border: #000000;
	border-style: solid;
	border-width: 6px;
	border-collapse: collapse;
	border-spacing: 0;
    
	
}

tr{
	height: 30px;
}

tr:nth-child(even) {background-color: #CCC}
tr:nth-child(odd) {background-color:  #FFF}

td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	text-align: center;
	border: #000000;
	border-style: solid;

}

.DataInputs{
	width: 100px;
    height: 20px;
    text-align: center;
    border: 1px solid Black;
	padding: 2px 2px;
}

.TitleInputs{
	width: 150px;
    height: 20px;
    text-align: center;
    border: 1px solid Black;
	padding: 2px 2px;
}

figcaption{
	font-size: 10px;
	font-family: sans-serif;
	color: #990000;
	text-align: center;
	text-decoration: none;
	margin: 0px;
}

figure{
	width: 100px;
	height: 100px;
	margin: 0px;
}

#XUp10{
	float: right;
}

#XDown10{
	float: left;	
}

#YUp10{
	float: right;
}

#YDown10{
	float: left;	
}

.DecimalArrow{
	top: 0px;
	width: 50px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	text-align: center;
	padding-bottom: 10px;
}

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

.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 */

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

#DataSection{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 450px;
	height: 640px;
	border: black;
	border-style: solid;
	border-width: 5px;
	background-color: black;
	overflow: auto;
}

#Tips{
	position: absolute;
	padding: 10px;
	top: 470px;
	left: 60px;
	width: 365px;
	height: 100px;
	border: black;
	border-style: solid;
	border-width: 1px;
	background-color: #fbfcbb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
}

.activepoint{
	color: #990000;
}

.inactivepoint{
	color: #000000;
}

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

#SpecialFunctionArea{
	position: absolute;
	top: 450px;
	width: 445px;
	left: 460px;
	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;
}

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

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

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

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

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

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

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

#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: 450px;
	width: 445px;
	left: 460px;
	height: 270px;
	z-index: 3;
	border: black;
	background-color: #eeeeee;
	display: none;
}*/

#ImportDataArea{
	position: absolute;
	top: 450px;
	width: 445px;
	left: 460px;
	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 edit equation areas */

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

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

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

#SpotForEquation{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 445px;
	height: 50px;
	text-align: center;
	font-family: sans-serif;
	font-size: 30px;
	color: #990000;
	font-weight: bold;
}

#GraphConstant1{
	position: absolute;
	top: 200px;
	left: 75px;
	width: 115px;
	height: 25px;
	text-align: center;
	border: #990000;
	border-style: solid;
	border-width: 2px;
}

#GraphConstant2{
	position: absolute;
	top: 200px;
	left: 225px;
	width: 115px;
	height: 25px;
	text-align: center;
	border: #990000;
	border-style: solid;
	border-width: 2px;
}


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

#AdjustXDataArea{
	position: absolute;
	top: 450px;
	width: 445px;
	left: 460px;
	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: 450px;
	width: 445px;
	left: 460px;
	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: 450px;
	width: 445px;
	left: 460px;
	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: 450px;
	width: 445px;
	left: 460px;
	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;
}


/* This ID is for the area of the program that allows you to pick your graph type */

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

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

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

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

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

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

#InverseGraph{
	position: absolute;
	top: 140px;
	left: 10px;
}

#InverseSquaredGraph{
	position: absolute;
	top: 140px;
	left: 110px;
}

#InverseSquareRootGraph{
	position: absolute;
	top: 140px;
	left: 210px;
}

#ExponentialDecayGraph{
	position: absolute;
	top: 140px;
	left: 310px;
}

/* This ID is for the area of the program that allows you decide which of the displays you are working with.  Either the Data entry or the graphing */


#ControlArea{
	position: absolute;
	top: 750px;
	left: 0px;
	height: 50px;
	width: 900px;
	background-color: #990000;
	border: #000000;
	border-style: solid;
	border-width: 5px;
	visibility: visible;
}

#GoToDataButton{
	position: absolute;
	left: 100px;
}

#GoToGraphButton{
	position: absolute;
	left: 400px;
}

#GoToFitButton{
	position: absolute;
	left: 700px;
}



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




.InvisibleButton{
	
}