#main_panel
 {
	background-color: #ffc;
	position: relative;
	overflow: hidden;
	border: solid 1px #996
	}

.head_item
  {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	background-color: #ffc;
	text-align: left;
	cursor: se-resize;
	position: absolute;
	left: 0;
	border-top: 1px solid #996;
	border-bottom: 1px solid #996
	}


.item
{
 background-color:lightyellow;
 font-family:verdana;
 font-size:10px;
 left:0px;
 position:relative;
 text-align:left;
}
.item_panel
{
 position:absolute;
 background-color:lightyellow;
 left:0px;
}
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
