body
{ background-color: background; margin: 0; padding: 0;
}
.ifr { border: 0; width: 180px; height: 100px }
.win
{ position: absolute;
  width: 200px; height: 180px;
  border: 2px threedhighlight outset; background-color: threedface;
  font-family: "MS Sans Serif"; font-size: 8pt;
  padding: 2px;
  cursor: default;
  visibility: hidden;
}
#notepad { visibility: hidden }
#preview { visibility: visible; width: 300px; height: 250px; left: 60%; top: 20%; }
.startFolder, .startText
{ background-image: url(style/start.gif); background-repeat: no-repeat; padding-top: 34px; color: #fff;
  font-family: "MS Sans Serif"; font-size: 8pt;
  cursor: default; margin: 10px;
  width: 50px;
}
.startText { background-image: url(style/starttxt.gif) }
.caption
{ width: 100%; height: 18px;
  background-color: inactivecaption; color: inactivecaptiontext;
  font-family: "MS Sans Serif"; font-size: 9pt; font-weight: bold;
  padding: 1px; padding-bottom: 0;
}
.extension { visibility: hidden }
.icon { margin-left: 1px; margin-right: 1px; background-image: url(style/e.gif); background-repeat: no-repeat; width: 16px; height: 13px }
#preview .icon { background-image: url(style/prev.gif) }
#notepad .icon { background-image: url(style/notepad.gif) }
.captiontext { float: left; padding: 1px }
.wintext { margin-top: 6px; margin-bottom: 6px }
.captionbtn { text-align: right }
.minbtn, .maxbtn, .xbtn
{ background-color: buttonface; border: 2px buttonhighlight outset;
  background-position: 0 2px;
  width: 16px; height: 14px; background-repeat: no-repeat; 
}
.minbtn { background-image: url(style/min.gif) }
.maxbtn { background-image: url(style/max.gif) }
.xbtn   {  background-image: url(style/x.gif) }
.windowtext { padding: 2px }
.statusbar { border: 1px threedface inset; padding-left: 2px }
.wincontent
{ background-color: window; margin: 1px; padding: 1px; margin-top: 2px;
  width: 100%; height: 100%;
  border: 2px threedhighlight inset;
}
#notepad .wincontent
{ padding: 2px;
  font-size: 16px;
  font-family: fixedsys,monospace;
}
.text
{ visibility: hidden; position: absolute;
}
#preview .wincontent
{ background-color: appworkspace;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
hr { width: 100% }

.kb { visibility: hidden }

ul { margin-left: 16px }
li { list-style-image: url(style/rest.gif) }
.folder { list-style-image: url(style/folder.gif) }