body
{
	background-color:White;
	color: black;
	font-size :small;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
}
td
{
	font-size :x-small;
}
td.det
{
	border:dashed 1px;
}
th
{
	font-size:x-small;
	font-family:'Arial', 'Helvetica', 'sans-serif';
	background-color:silver;
}
th.now
{
	background-color:#88EE88;
}
table.pack
{
	width:100%;
	border-collapse:collapse;
}
td.pack
{
	border:dashed 1px;
	font-size:x-small;
	vertical-align:top;
}

.hidden
{
	color:navy;
	font-weight:bold;
	font-size:xx-small;
	border-bottom:dashed 2px gray;
	cursor: hand;
}
.div_hid
{
	color:navy;
	padding:5px;
	font-size:x-small;
	background-color:#FFFF99;
	border:solid 1px black;
}
span.d2
{
	border-bottom:dashed 2px green;
	cursor:help;
}