/*.InfoCanvas
{ width: 100%;
  height: 100px;
  overflow-y: auto;
}*/
div[name="Fields"]
{ width:200px; 
  height:400px; 
  border:1px solid gray; 
  overflow-y:scroll; 
  display:none; 
  z-index:10; 
  position:relative; 
  background-color:#eee;
}

.InfoCanvas table
{ border-collapse: collapse;
  background-color: PowderBlue;
  z-index:1;
  position: relative;
  float: left;
}

.InfoCanvas table td
{ border: 1px solid grey; }

.InfoCanvas table thead
{ background-color: SkyBlue; 
  display: table; 
  width:100%;
}

.InfoCanvas table thead td
{ text-align: center; 
  font-weight: bold; }
  
.InfoCanvas table tbody
{ display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  border-right:1px solid grey;
  margin-right:-1px;
}

.InfoCanvas table tbody tr
{ margin-top:-1px; 
  display: table; 
  width:100%;
  table-layout:fixed;
}

.InfoCanvas table tbody tr:hover
{ background-color:lightcyan; 
  cursor: pointer; }
  
.InfoCanvas table tfoot  
{ background-color: #8bd1da; 
  display: table; 
  width:100%;
}

.InfoCanvas table tfoot td 
{ font-weight: bold;
  height: 18px;}
