.annot { font-size:11px; font-style: italic; }
ul { list-style: none; padding-left: 1em; }
li { padding:1px; font-size: 12px; }

div.tabBlock { display:none;padding:10px;}
#ItemBlock  {display:block;}

div.togglePane { display:none;}
#ItemPane  {display:block;}

.tabNav { border-collapse: collapse; font-size:11px; padding: 0px; border-spacing: 0px; }
td.spacer { width:6px; border-bottom: 1px solid blue; }
td.passive
{
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  height: 14px;
  width: 44px;
  border-top: 1px solid blue;
  border-right: 1px solid blue;
  border-left: 1px solid blue;
  padding: 2px;
  color: white;
  background-color: blue;
}
td.active
{
  font-weight: bold;
  cursor: default;
  text-align: center;
  height: 14px;
  width: 44px;
  border-top: 1px solid blue;
  border-right: 1px solid blue;
  border-left: 1px solid blue;
  padding: 2px;
  color: black;
  background-color: white;
}
td.filler { border-bottom: 1px solid blue; }
