
div#item_panel {
   border: 1px solid #333333;
   background-color: rgb(206, 255, 255);
   padding: 0.5em 20px;
   position: absolute;
   color: #000000;
   width: 40em;
   display: none;
   z-index: 200;
}

div#item_panel p {
   margin: 0.7em;
   text-align: center;
}

div#item_panel th {
   width: 8em;
}

div#item_panel th, div#item_panel td {
   background-color: #FFFFFF;
   padding: 5px;
   text-align: left;
   border: 1px solid #333333;
}

div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("./img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("./img/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}


