td.show_box {
	cursor: pointer;
}
div.box {
	display: none;
	position: absolute;
	top: 200px;
	z-index: 1;
}
.box table caption {
	display: none;
}
.box table {
	border-collapse: collapse;
	border: solid 1px #666666;
	background-color: lightyellow;
}
.box table th {
	font-weight: normal;
	border-bottom: double 3px #666666;
	height: 14px;
	font-size: 10px;
}
.box table td {
	border-bottom: dotted 1px #999999;
	border-left: dotted 1px #999999;
	height: 14px;
	font-size: 10px;
}
.box table th.level {
	font-weight: normal;
	border: solid 1px #666666;
}
.box table td.level {
	border-bottom: solid 1px #666666;
}
