@charset "UTF-8";
/* CSS Document */

aside#sidebar h3{
	margin-top: 15px;
}

canvas#canvasOne{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
	background-color: #EEE;	
	
	box-shadow: 3px 3px 4px 4px #999999;
}

canvas span{
	padding: 10px;
	font-weight: bold;
	color: white;
	display: inline-block;
	background-color: red;
	width: 500px;
	text-align: center;
}

/*a container to help center the canvas*/
article#artwork{
	width: 500px;
	/*margin-left: auto;
	margin-right: auto;*/
}

section#mainContent{
	padding-left: 0px;
}

aside#sidebar label{
	display: block;
	margin-bottom: -10px;
	font-size: smaller;
	color:#999;
	width: 60px;
}

aside#sidebar div#dp {
	display: inline;
}

input#clear{
	padding: 5px;
	border-radius: 10px;
	background-color:rgb(0,255,102);
	margin-left: 5px;
	margin-right: 3px;
	color:rgb(255,255,255);
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor:pointer;
	font-weight:bold;
	font-size: smaller;
	
	background-image: -moz-linear-gradient(top, #eee 0%, #F66 10%, #600 40%, #c00 95%);		/*firefox*/
	background-image: -webkit-linear-gradient(top, #eee 0%, #6F0 10%, #060 40%, #0C0 95%);	/*google, safari*/
	background-image: -o-linear-gradient(top, #eee 0%, #6F0 10%, #060 40%, #0C0 95%);		/*opera*/
}

th#colOne{
	padding-left:8px;
	padding-right: 8px;
}

fieldset p{
	font-size: small;
	color:#999;
	text-align:center;
	margin-top: 10px;
	margin-bottom: -10px;
}

fieldset{
	padding-margin: 0px;
}

aside#sidebar table#polySummary th#theX p {
	color:magenta;
}

aside#sidebar table#polySummary th#theP p {
	color:#000;
}

aside#sidebar table#polySummary th#theTheta p {
	color: #960;
}
aside#sidebar table#polySummary th#the_a p {
	color:rgb(10, 100, 10);
}
aside#sidebar table#polySummary th#theR p {
	color:blue;
}
aside#sidebar table#polySummary th#theA p {
	color:#F90;
}