/*---------------------------------------------------------------------------

Copyright ©2011-2013 by Andrew Casson. All rights reserved. 

THIS CSS STYLESHEET IS NOT IN THE PUBLIC DOMAIN.

More information: http://www.cantigasdesantamaria.com/sourcecopy.html

Thank you for your understanding and cooperation.

---------------------------------------------------------------------------*/

canvas {
	background: white;
	border: dotted 1px grey;
	padding: 0px;
	margin: 0px;
}

p.geeks {
	font-size: 11px;
}

p.plotbuttons {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

p.plotbuttons button {
	font-size: 11px;
}

table.layout {
	border-collapse: collapse;
}

table.layout td {
	vertical-align: top;
}

table.layout td.graph {
	padding: 0px;
	margin: 0px;
	width: 452px;
	height: 452px;
	vertical-align: middle;
	font-size: 11px;
	color: #000044;
}

table.layout td.panel {
	font-size: 10px;
	padding: 0px;
	padding-left: 16px;
	color: #555577;
}

table.layout td.panel h3 {
	margin-bottom: 4px;
}

table.layout td.panel ul.notes {
	color: #555577;
}

table.layout td.panel ul.notes li {
	color: #555577;
	margin-top: 4px;
	margin-bottom: 4px;
}

table.axes {
	border-collapse: collapse;
	margin-top: 16px;
}

table.axes th {
	padding: 4px;
	font-weight: normal;
}

table.axes th.row {
	text-align: right;
}

table.axes td {
	border: solid 1px gray;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background: #eeeeee;
}

table.axes td.check, table.axes td.number {
	text-align: center;
}

input.scale {
	text-align: right;
	width: 4em;
}

td.axislabel {
	padding: 0px;
	font-style: italic;
	font-size: 11px;
}

td#frequencylabel {
	text-align: left;
	padding-bottom: 4px;
	vertical-align: bottom;
}

td#ranklabel {
	text-align: right;
}