body {
  margin: 0 auto;
  width: 925px;
}

.DrWIRadioBox, .DrWICheckBox {
  border: none;
  padding: 0;
}

.DebugInfo {
  background-color: #ddd;
  border: solid black 1px;
  margin: 1em;
  overflow: auto;
  height: 400px;
  font: normal 9pt monospace;
  line-height: 1em;
}

.DebugInfo h1 {
  font: bold 12pt monospace;
  font-style: normal;
  background-color: #ccc;
  border: outset 2px #ccc;
  margin: 0;
}

.DebugInfo h2 {
  font: bold 10pt arial;
}

.DebugInfo ol li {
}


#JSConfirmBox {
  background-color: white;
  border: solid 2px black;
  font: bold 12px arial;
  position: absolute;
}
#JSConfirmBox a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
#JSConfirmBox a:hover {
  background-color: #ccf;
}


.DrDivPopupOverlay {
	background-color: black;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity: 0.6; 
  z-index: 999;
}

.DrDivPopup {
  filter:alpha(opacity=95); -moz-opacity:0.95; opacity: 0.95; 
  background-color: transparent;
  position: absolute;
  bottom: 1em;
  width: 100%;
  z-index: 1000;
}

.DrDivPopupContent {
  -moz-border-radius: 10px;
	background-color: #ccc;
	border:			2px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
  padding: 0;
  margin: 0 10% auto;
  color: WindowText;
}

.DrDivPopupContent table td {
  vertical-align: top;
}

.DrDivPopupContent .DrDivPopupTitleBar {
  position: relative;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  background-color: #eee;
  height: 15px;
  text-align: right;
}

.DrDivPopupContent .DrDivPopupTitleBar .DrDivPopupCloseButton {
  position: absolute;
  border: outset #eee 1px;
  background: url(/images/closeButton.png);
  height: 9px;
  width: 9px;
  right: 5px;
  top: 1px;
  cursor: pointer;
}

.DrXmlHttpNotification {
  border: solid black 1px;
  background-color: lightyellow;
  padding: 5px;
  font: bold 10pt arial;
  text-align: center;
}

#NsData { font-size: x-small; }

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */

