#dump_output{
	position: absolute;
	width: 1000px;
	height: 460px;
	overflow: auto;
	border: solid 1px #888;
	padding: 4px;
	display:none;
}
.dump_list{
	float:left;
	border: solid #aaa 1px;
	background-color: #ffe;
	margin: 3px;
}
.dump_listHdr{
	font-weight: bold;
	color:#006;
	padding: 2px;
}
.dump_listItem{
	color:#99f;
	padding: 2px 6px;
}

