
html, body {
	width         : 100%;
	height        : 100%;
	overflow      : hidden;
}

#controller {
	position      : absolute;
	left          : 6px;
	top           : 6px;
	padding       : 3px;
	color         : #000000;
	background    : transparent;
}
#controller:hover {
	padding       : 6px;
	background    : #ffffff;
	border        : 1px solid #808080; 
}
#controller #opener {
	display       : block;
}
#controller:hover #opener {
	display       : none;
}
#controller #items {
	display       : none;
}
#controller:hover #items {
	display       : block;
}
#controller th {
	text-align    : right;
	font-weight   : normal;
	padding-right : 3px;
}
#controller hr {
	margin-top    : 6px;
	margin-bottom : 6px;
	color         : #a0a0a0;
}
#base div {
	position      : absolute;
	width         : auto;
	height        : auto;
	color         : #000000;
	font-family   : sans-serif;
	white-space   : nowrap;
	cursor        : default;
}
