
/* GRAPHING AND DOWNLOAD STYLES */

/* reasonable attempt to prevent wrapping, and
   set std styles */
#center { min-width: 625px; font-size: 10px; }

#center a, a:visited { color: #06F; text-decoration: none; }
#center a:visited { color: #06F; text-decoration: none; }
#center a:active { color: #FFF; background-color: #69F }
#center a:hover { color: #FFF; background-color: #69F }

a img { border: none }

/* Main frame & tabs */
.tabcell {
	float: left;
	position: relative;
	vertical-align: bottom;
}

#tabs {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	max-width: 900px;
	width:expression(document.body.clientWidth > 730 ? "730px" : "auto");
}

div.active {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F5F5F5;
	color: #000;
	height: 16px;
	padding-top: 8px;
	border-top: solid 1px #69C;
	border-bottom: solid 1px #F5F5F5;
}

div.inactive a { padding-top: 2px; }
div.inactive {
	background-color: #E8E8E8;
	margin-top: 4px;
	height: 16px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #69C;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
}

img.tabcorner {
	border: 0px;
	padding: 0px;
	margin-bottom: -3px;
}

/* structural interior of work area */

#workarea {
	width: 90%;
	margin-top: -1px;
	border: solid 1px #69C;
	padding: 14px;
	background-color: #F5F5F5;
	max-width: 1100px;
	min-width: 610px;
	min-height: 350px;
}

#workleftcol {
	float: left;
	max-width: 58%;
	width:expression(document.body.clientWidth < 640 ? "300px" : "auto");
}

/*
	max-width: 280px;
*/
#workrightcol {
	float: right;
	max-width: 38%;
	width:expression(document.body.clientWidth > 640 ? "300px" : "auto");
}

div.clearer {clear: both; line-height: 0; height: 0;}

/* styles of boxes... */

div.workleft {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #AAA;
}

div.workright {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #69C;
	background-color: #ECF1F9;
}

div.workright_in {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #999;
	background-color: #F5F5F5;
	color: #666;
}

div.workleft input {
	margin-bottom: 0em;
	margin-top: 0.5em;
}

/* smaller items */
.gndinput { color: #333; font-size: x-small; }
.gndoutput { color: #333; font-size: 12px; }


.has_some { color: #633; }
.has_none { color: #933; }
.action_completed {
	color: #3A3;
	font-weight: bold;
}
.nudge_radio {
	margin-bottom: -4px;
	margin-left: 2px;
	margin-right: 2px;
}

.datat {
	empty-cells: show;
	margin: 10px;
	border: 1px gray solid;
	text-align: center;
}

tr.datat {
	font-size: 75%;
}

th.datat {
	background-color: #AAA;
}

td.datat {
	background-color: #F0F0F0;
}


