<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Panel0
{
   width: 120px;
   vertical-align: top;
   background-color: White;
   font-size: 10px;   
}

.Panel1
{
	vertical-align: top;
	background-color: White;	
	font-size: 10px;
	font-family: Verdana;
	border-left: none;
	padding-left: 10px
}

#PanelH
{
	width: 5px;
	padding: 0px;
	vertical-align: top;
}

#PanelH TABLE
{
	width: 10px;
	table-layout: fixed
}

#PanelH TD
{
	text-align: center
}

.PanelHTextHidd
{
	padding: 8px 0px 0px 1px;
	writing-mode: tb-rl;
	font: bold 10px Verdana
}

.PanelHTextShow
{
	padding: 8px 0px 0px 1px;
	writing-mode: tb-rl;
	font: 10px Verdana;
	color: Gray
}

#PanelH DIV
{
/*	height: 50px;*/
	border: outset 1px;
	background: buttonface;
	padding: 20px 1px;
	cursor: default;
}</pre></body></html>