html, body	{
	font-family: Palatino, Garamond, serif;
	font-size: 0.95em;
	background-color: #FDFDFD;
}

a:link	{ color: FireBrick; text-decoration: none; }
a:visited	{ color: FireBrick; text-decoration: none; }
a:active	{ color: Orange; text-decoration: none; }
a:hover	{ color: Orange; text-decoration: none; }
 
.verytiny {  font-size : 0.7em; text-decoration:none; }
.tiny {  font-size : 0.8em; text-decoration:none; }
.verysmall {  font-size : 0.85em; text-decoration:none; }
.small {  font-size : 0.9em; text-decoration:none; }
.medium {  font-size : 1.0em; text-decoration:none; }
.large {  font-size : 1.1em; text-decoration:none; }
.verylarge {  font-size : 1.2em; text-decoration:none; }
.huge {  font-size : 1.3em; text-decoration:none; }
.veryhuge {  font-size : 1.5em; text-decoration:none; }
.cell {  font-size : 1.1em; text-decoration:none; }

.table	{
	font-size: 0.95em;
}

th	{
	font-weight: normal;
}

.bannerLink a:link	{ color: DarkRed; text-decoration: none; }
.bannerLink a:visited	{ color: DarkRed; text-decoration: none; }
.bannerLink a:active	{ color: DarkRed; text-decoration: none; }
.bannerLink a:hover	{ color: DarkRed; text-decoration: none; }

.plainLink a:link	{ color: Black; text-decoration: none; }
.plainLink a:visited	{ color: Black; text-decoration: none; }
.plainLink a:active	{ color: DarkRed; text-decoration: none; }
.plainLink a:hover	{ color: DarkRed; text-decoration: none; }

.mapView a:link	{ color: White; text-decoration: none; }
.mapView a:visited	{ color: White; text-decoration: none; }
.mapView a:active	{ color: Crimson; text-decoration: none; }
.mapView a:hover	{ color: Crimson; text-decoration: none; }

.scatterPoint a:link	{ color: DodgerBlue; text-decoration: none; }
.scatterPoint a:visited	{ color: DodgerBlue; text-decoration: none; }
.scatterPoint a:active	{ color: DodgerBlue; text-decoration: none; }
.scatterPoint a:hover	{ color: DodgerBlue; text-decoration: none; }

.scatterPoint2 a:link	{ color: Orange; text-decoration: none; }
.scatterPoint2 a:visited	{ color: Orange; text-decoration: none; }
.scatterPoint2 a:active	{ color: Orange; text-decoration: none; }
.scatterPoint2 a:hover	{ color: Orange; text-decoration: none; }

.rotate	{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#banner	{
	height: 60px;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: White;
	border: 1px solid FireBrick;
}

.bannerGenus	{
	float: right;
	clear: none;
	font-family: sans-serif;
}

#navBar	{
	height: 1.45em;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.15em;
	background-color: White;
	border: 1px solid FireBrick;
	border-top: 0px;
}

.navBarLink	{
	position: relative;
	float: left;
	clear: none;
	margin-left: 2em;
}

#entryBar	{
	height: 1.3em;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	background-color: FireBrick;
	border: 1px solid FireBrick;
}

#entryBar a:link, #entryBar a:visited, #entryBar a:active, #entryBar a:hover	{
	color: White;
	text-decoration: none;
}

.entryBarLink	{
	margin-left: 2em;
}

#mainPanel	{
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background-color: White;
	border-left: 1px solid WhiteSmoke;
	border-right: 1px solid WhiteSmoke;
	border-bottom: 1px solid WhiteSmoke;
}

.tile	{
	height: 4em;
	width: 4em;
	opacity: 0.01;
	background-color: Gray;
}

.hiddenLink a	{
	color: White;
	position: absolute;
	bottom: 0em;
}

.mockLink	{
	color: FireBrick;
}

.loginBox	{
	margin-top: 2em;
	background-color: #E6E6E6;
	border: 1px solid Black;
	padding: 1em;
}

.title	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	font-family: Rockwell, serif;
	font-size: 1.4em;
}

.question	{
	font-weight: bold;
}

.footnote	{
	font-size: 0.8em;
}

.panel	{
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 1em;
	padding-right: 0.5em;
	background: White;
	#border-top: 1px solid #E8E8E8;
	#border-bottom: 1px solid LightGray;
	#border-left: 2px solid #E8E8E8;
	#border-right: 2px solid #E8E8E8;
	text-align: left;
	background-color: White;
}

.panelFloat	{
	position: relative;
	float: left;
	clear: left;
}

.panelHeader	{
	position: relative;
	float: left;
	clear: left;
	z-index: 3;
	overflow: hidden;
	top: 0.7em;
	margin-top: -0.7em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	#border-top: 1px solid Gainsboro;
	#border-left: 1px solid Gainsboro;
	background-color: White;
	white-space: nowrap;
	font-family: Rockwell, serif;
	font-size: 1.1em;
}
.panelHeaderRight	{
	position: relative;
	float: left;
	clear: right;
	overflow: visible;
	top: 0.9em;
	right: 0em;
	margin-top: -0.9em;
	width: 1px;
	height: 0.7em;
	#border-left: 1px solid Gainsboro;
}

.panelContent	{
	background-color: White;
}

.leftCol	{
	width: 8em;
	float: left;
	clear: left;
}
.rightCol	{
	float: left;
	clear: right;
	padding-bottom: 0.4em;
}

.errorTitle	{
	color: #D00000;
	font-size: 1.2em;
	text-align: center;
	margin: 0.5em 0em 1em 1em;
}

.errorBox	{
	margin-top: 0em;
	border: 1px solid Black;
	background-color: #FFFF80;
	width: 30em;
	text-align: left;
}

.mapView	{
	float: left;
	clear: none;
	height: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 7px;
	background-color: Gray;
	border-right: 1px solid White;
}

.mapPoint	{
	position: absolute;
	margin-top: -0.5em;
	margin-left: 0.25em;
	opacity: 0.9;
}

.smallPoint	{
	font-size: 1.2em;
}

.mediumPoint	{
	font-size: 1.5em;
}

.largePoint	{
	font-size: 1.8em;
}

.smallPoint2	{
	margin-top: -0.45em;
	margin-left: 0.2em;
	font-size: 1.4em;
}

.mediumPoint2	{
	margin-top: -0.45em;
	margin-left: 0.2em;
	font-size: 1.5em;
}

.largePoint2	{
	margin-top: -0.45em;
	margin-left: 0.15em;
	font-size: 2.2em;
}

.rawPoint	{
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: LightGray;
}

.ChaoPoint	{
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: transparent;
}

.J1Point	{
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: transparent;
}

.J2Point	{
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: transparent;
}

.newPoint	{
	position: absolute;
	height: 2px;
	width: 1px;
	background-color: DodgerBlue;
}

.xaxisLabel	{
	position: absolute;
	top: 325px;
}

.yaxisLabel	{
	position: absolute;
	left: -38px;
	width: 30px;
	text-align: right;
}

.histogramText	{
	float: left;
	clear: left;
	margin-left: 2em;
	margin-bottom: 1em;
	padding-top: 4em;
	width: 20em;
	text-align: left;
}

.scatterPoint	{
	position: absolute;
	height: 1em;
	width: 1em;
	font-size: 1.5em;
}

.scatterPoint2	{
	position: absolute;
	height: 1em;
	width: 1em;
	font-size: 1.5em;
}

.plotOptionWidget	{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 0.7em;
}



