body {
	background:#000;
	color:#AAA;
	font-family:verdana;
	font-size:small;
}
table#display {
	border-collapse:collapse;
	table-layout:fixed;
}
table#display td {
	width:1px;
	height:1px;
	
	margin:0px;
	padding:0px;
	border:0px;
}
table#display tr {
	height:1px;
}
table#display col {
	height:1px;
}
.number {
	color:#F99;
}
#pausebutton, #removedisplaybutton, #showdisplaybutton {display:none; visibility:hidden;}

form {margin:0px; padding:0px;}
div.fieldset {
	margin:5px;
	padding:5px;
	border:1px solid #AAA;
}
div.legend {
	/*color:#000;*/
	background:#EEE;
	font-weight:bold;
}
fieldset {
	margin:5px;
	padding:5px;
}
legend {
	color:#000;
}

#objectcreation {border:2px outset #999; background:#EEE; color:#000; padding:5px;}
select {width:150px;}
textarea {
	width:90%;
	height:150px;
}

#output {display:none;}

#helplink {color:#088 !important;}
