/* This is for any unique stylings that apply only to this program */


/* This ID is for the title of the program found above the dotted areas of the problem */

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

/* This class is for the title of the program found above the dotted areas of the problem */

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


/* This ID is for entire area of the program where you see how good your answers were */

#DrawingSection{
	position: absolute;
	top: 150px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#PauseButton{
	position: absolute;
	top: 715px;
	left: 600px;
	width: 150px;
	cursor: pointer;
	visibility: hidden;
}

#ResumeButton{
	position: absolute;
	top: 715px;
	left: 600px;
	width: 150px;
	cursor: pointer;
	visibility: visible;
}

#ZeroButton{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 75px;
	cursor: pointer;
}

#FifteenButton{
	position: absolute;
	top: 0px;
	left: 125px;
	width: 75px;
	cursor: pointer;
}

#ThirtyButton{
	position: absolute;
	top: 0px;
	left: 225px;
	width: 75px;
	cursor: pointer;
}

#ThirtySevenButton{
	position: absolute;
	top: 0px;
	left: 325px;
	width: 75px;
	cursor: pointer;
}

#FortyFiveButton{
	position: absolute;
	top: 0px;
	left: 425px;
	width: 75px;
	cursor: pointer;
}

#FiftyThreeButton{
	position: absolute;
	top: 0px;
	left: 525px;
	width: 75px;
	cursor: pointer;
}

#SixtyButton{
	position: absolute;
	top: 0px;
	left: 625px;
	width: 75px;
	cursor: pointer;
}

#SeventyFiveButton{
	position: absolute;
	top: 0px;
	left: 725px;
	width: 75px;
	cursor: pointer;
}

#NinetyButton{
	position: absolute;
	top: 0px;
	left: 825px;
	width: 75px;
	cursor: pointer;
}

.Button{
	height: 50px;
	background-color: #CCCCCC;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
}

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