.spacial .toolbar {
	width: 17px;
	position: fixed;
	left: 5px;
	padding: 2px;

	background: #ffb;
	border: solid 2px #c96;
}

.spacial .taskbar {
	height: 17px;
	position: fixed;
	bottom: 5px;
	left: 5px;
	padding: 2px;

	background: #ffb;
	border: solid 2px #c96;
}

.spacial .nav {
	position: fixed;
	right: 5px;
	bottom: 5px;

	background: #ffb;
	border: solid 2px #c96;
}

.spacial .nav form {
	font-size: 8pt;
}

.spacial .nav input.filter {
	width: 100px;
	font-size: 8pt;
}

.spacial .nav input.submit {
	font-size: 8pt;
}

.spacial .nav .control {
	vertical-align: bottom;
}

.spacial .widgets {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -10;
}

.spacial .widget.selected .header {
	background: #ffd;
	border: solid 2px #c96;
	font-weight: bold;
	display: inline;
}

.spacial .widget .header {
	background: #ffb;
	border: solid 2px #c96;
	font-weight: bold;
	display: inline;
}

.spacial .widget.selected .box {
	background: #ffd;
	border: solid 2px #c96;
	padding: 2px;
}

.spacial .widget .box {
	background: #ffb;
	border: solid 2px #c96;
	padding: 2px;
}

.spacial .widget .handle {
	float: right;
	cursor: move;
	z-index: 2000;
}

.spacial .widget .box .plain-text textarea, 
.spacial .widget .box .item-list textarea, 
.spacial .widget .box .sequence-diagram textarea {
	width: 300px;
	height: 200px;
}

.spacial .widget .box .control {
	float: right;
}

.spacial input.add-field {
	width: 100px;
	font-size: 8pt;
}

.spacial div.autocomplete {
	position: absolute;
	width: 100px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;

	font-size: 8pt;
}

.spacial div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.spacial div.autocomplete ul li.selected {
	background-color: #ffb;
}

.spacial div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding:2px;
	cursor:pointer;
}

.spacial .metrics {
	font-size: 8pt;
	border-top: solid 2px #c96;
	padding-top: 4px;
}

.spacial .metrics .metric {
	white-space: nowrap;
	padding: 0px 2px 0px 3px;
	line-height: 13pt;
}

.spacial .metrics .numeric {
	padding: 0px 2px 0px 2px;
}
