.bodycontainer{
}

.skincontainer, .skinframecontainer{
   position:relative;
   width:auto;
   height:auto;
   top:auto;
   left:auto;
   z-index:400;
}

.tablecontainer{
}

.titlecontainer, .closeoffcontainer, .closeoncontainer {
   font: normal 10px Verdana, sans-serif;
   background-color:#36C;
   color: #FFF;
   font-weight:bold;
   height: 15px;
   border-top: 2px solid #36C;
   border-right: 2px solid #36C;
   border-left: 2px solid #36C;
}

.titlecontainer { nowrap; white-space:nowrap; }

.closeoffcontainer, .closeoncontainer {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  width:3em;
}

.closeoncontainer {
  background-color:#900;
  color: #FFF;
}

.contentcontainer{
   vertical-align:top;
   background-color: #FFF7DB;
   border: 2px solid #36C;
   padding:5px;
}


