* html, * html body, * html .fixer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
* html .fixer {
  overflow-y: auto;
}
* html .fixfixer {
  width: 100%;
  position: relative;
/*  padding-left: 18px;*/
}
* html .dialog {
  width: 370px;
}
/** html #sheet {
  display: none;
}*/

/** html table .actions {
  display: none;
}*/

* html #content .dialog {
  position: absolute;
}

* html #globals .drop .pane {
  width: 160px;
}

* html .category .instruction {
  background-image: url(/images/category/instruction.gif);
}

* html .category .pref .ic {
  background-image: url(/images/category/pref/indicator.gif);
}
* html .category .pref .on {
  background-image: url(/images/category/pref/indicator/on.gif);
}

* html #prefInfo {
  background: none;
}

* html .drawing a {
  background-image: url(/images/category/a/drawing.gif);
}
* html .model a {
  background-image: url(/images/category/a/model.gif);
}
* html .add a {
  background-image: url(/images/category/a/add.gif);
}
* html .inspect a {
  background-image: url(/images/category/a/inspect.gif);
}