
a.editable, .dragv
{
	border-style: dashed;
	border-width: thin;
	border-color: #bb9;
	text-decoration: none;
	color: inherit;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}

.vlist
{
	border-style: dashed;
	border-width: thin;
	border-color: #bb9;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}

.calculation-area
{
	width: 60%;
	float: right;
}

div.dataset
{
	width: 120px;
	min-height: 100px;
	border: solid thin #c96;
	float:left;
	margin-bottom: 20pt;
}

div.dataset span
{
	display: block;
	width: 38px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	font-size: small;
}

div.dataset h3
{
	font-family: Verdana, sans-serif;
	font-size: small;
	border-bottom: solid 2px #c96;
	margin: 0px;
	text-align: center;
}

div.dataset img.icon
{
	float: right;
	z-index: 100;
}

div.dataset div.bottom {
	position: absolute;
	width: 120px;
	bottom: -17pt;
}

div.dataset div.bottom input {
	width: 114px;
	font-size: 8pt;
}

div.dataset div.bottom.indicator {
	font-size: 8pt;
	color: red;
	text-align: center;
}

div.datazone
{
	margin: 0px 5px;
	padding: 5px;
	border: solid 2px #c96;
	overflow: auto;
}

div.drop-area
{
	min-height: 80px;
	border: solid thin #c96;
	background: #ffb;

	margin: 0px 5px;
}

div.drop-area.drophover
{
	background: #f80;
}

div.drop-area span
{
	font-size: small;
}

div.drop-area h3
{
	font-family: Verdana, sans-serif;
	font-size: small;
	border-bottom: solid 2px #c96;
	margin: 0px;
}

div.drop-area span
{
	margin: 0;
}

div.drop-area img.icon
{
	float: right;
	z-index: 100;
}

.vlist, .dragv, .dataset h3
{
	white-space: nowrap;
	cursor: move;
}

.dragv:hover, .vlist:hover, .dataset h3:hover
{
	background: #f80;
}

.remain
{
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
}

div.active
{
	display: block
}

div.inactive
{
	display: none;
}

div.tabs
{
	margin: 10px 5px 0px 5px;
	border-bottom: solid 2px #c96;
}

div.tabs a
{
	margin-left: 5px;
	padding: 0px 5px;
	border-style: solid solid none solid;
	border-width: 2px;
	border-color: #c96;

	text-decoration: none;
	font-weight: bold;
	font-size: small;
	color: black;
}

div.tabs a.active
{
	background: #c83;
	color: white;
}

div.datazone div.end
{
	clear: both;
	padding-bottom: 3px;
}

dl.result dt
{
	width: 200px;
	text-align: right;
	clear: left;
	float: left;
	margin-bottom: 15px;
}

dl.result dt.userinput
{
	font-weight: bold;
}

dl.result dd
{
	float: left;
	margin-bottom: 15px;
	margin-left: 5px;
}

dl.result dd.lesser, dl.result dt.lesser
{
	font-size: small;
}

tr.datarow.selected
{
	background: #ce9;
}

div.filter, div.filter input
{
	font-size: small;
	padding: 0px;
}

div.metric
{
	display: inline;
	margin-right: 25px;
}

div.task-metrics
{
	margin: 5px;
	border: solid thin #c96;
}

div.task-metrics h3
{
	font-family: Verdana, sans-serif;
	font-size: small;
	border-bottom: solid 2px #c96;
	margin: 0px;
	padding-left: 5px;
}

div.task-metrics > div
{
	padding: 5px;
}

div.selector {
	font-size: 10pt;
	margin-bottom: 5px;
}

div.selector select {
	font-size: 10pt;
}

div.regression-graph {
	text-align: center;
	overflow: hidden;
}

div.regression-graph img {
	display: none;
}

