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

section#mainContent h1{
	margin-top: 15px;
	margin-bottom: 15px;
}

section#mainContent table
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	width: 480px;
	font-size: medium;	
	/*border: thin solid #CCCCCC;*/
	border-radius: 10px;
	padding: 5px;
	
	box-shadow: 1px 1px 1px 1px #999999;
	
	background-image: -moz-linear-gradient(top, white 0%, #FFFF99 100%);		/*firefox*/
	background-image: -webkit-linear-gradient(top, white 0%, #FFFF99 100%);	/*google, safari*/
	background-image: -o-linear-gradient(top, white 0%, #FFFF99 100%);
	border: 2px solid rgb(204,204,204);
}

#mainContent #polysolverform {
	margin: 0px auto;
	padding: 0px 5px 5px 5px;
	width: 250px;
	height: auto;
	background-color: #CCC;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #eee 0%, #ccc 33%, #eee 80%);		/*firefox*/
	background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 33%, #eee 80%);	/*google, safari*/
	background-image: -o-linear-gradient(top, #eee 0%, #ccc 33%, #eee 80%);
	border: 2px solid rgb(204,204,204);
}

#mainContent #polysolverform caption
{
	font-size: 1.2em;
	letter-spacing: .5em;
	font-family:Georgia, "Times New Roman", Times, serif;	
	margin-bottom: 5px;
}

#mainContent table tr p, aside#sidebar table tr p
{
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

input#submit
{
	padding: 5px;
	border-radius: 10px;
	background-color:rgb(0,255,102);
	margin-right: 10px;
	color:rgb(255,255,255);
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor:pointer;
	font-weight:bold;
	
	background-image: -moz-linear-gradient(top, #eee 0%, #6F0 10%, #060 40%, #0C0 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*/
}

fieldset table td input
{
	padding: 2px;
	width: inherit;
	font-size: small;
	text-align: right;	
}

fieldset
{
	margin-top: 5px;
	border: medium solid #CC9933;
	/*margin-left: 5px;
	margin-right: 5px;*/
	margin-bottom: 5px;
	border-radius: 10px;
	padding: 10px;
}

.topRow
{
	background-color: #CC9933;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	text-shadow:2px 2px 3px black;
}
td
{
	border:#CCCCCC thin solid;
	width: 300px;
}

legend
{
	color:#0033CC;
	font-style:italic;
	margin-left: 10px;
	margin-bottom: -5px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

select#decPlace{
	margin-right: 10px;
}

p[title]{
	cursor: help;
	border: medium none rgb(255,153,0);
	font-style: italic;
}

table#polyInfo tr.topRow th, table#polySummary tr.topRow th{
	padding-top: 5px;
	padding-bottom: 5px;
}

aside#sidebar table#polySummary{
	margin-bottom: 5px;
	border: thin solid #EFC35E;	
}

aside#sidebar table#polySummary td
{
	border: #CCCCCC thin solid;
	width: 70px;
	background-color: #FFC;
	padding-left: 5px;
}

aside#sidebar table#polySummary tr
{
	border: #CCCCCC thin solid;
	background-color: #FFC;
}

aside#sidebar table#polySummary th#colOne
{
	width: 100px;
}

aside#sidebar table#polySummary tr.topRow
{
	background-color: #CC9933;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	text-shadow:2px 2px 3px black;
}

aside#sidebar table#polySummary td input{
	width: 80px;
}

aside#sidebar form{
	width: 200px;
}




