body {
	margin: 0px;
	overflow: hidden;
}

#loader {
  background-color: white;
  border-top:    1px solid black;
  border-left:   1px solid black;
  border-right:  3px solid black;
  border-bottom: 3px solid black;
  padding: 15px;
}

.body {
  background-color: white;
  font:0.5em/100% Helvetica, Verdana, sans-serif;
}

.gwt-ProgressBar {
  background-color: black;
  font-size: 1px;
}

.gwt-ProgressBar .Track {
  background-color: white;
}
.gwt-ProgressBar .Indicator {
  background-color: #9CA2C3;
}

.focus-panel {
	background-color: rgb(255,255,255);
}
.absolute-panel {
	background-color: rgb(255,255,255);
}

.bsop-Tile {
	background: url("grid.gif") 0px 0px repeat;
}

.bsop-Tile .throbber {
	background: url("throbber-gray.gif") center no-repeat;
}

.bsop-LogWindow {
  position: absolute;
  left: 10px;
  top:  10px;
  background-color: silver;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  font-size: 50%;
}

.bsop-ColoredPanel {
  margin-top: 2px;
  margin-bottom: 5px;
}

.bsop-ToolWindow {
  position: absolute;
  left: 10px;
  top:  10px;
  border: 0px;
  /*border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;*/
  background: url('toolbar/toolbar-bkg.png') 0px 0px repeat;
}

.bsop-ToolWindow .container {
}

.bsop-RSlider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('rfade.png') no-repeat center;
}

.bsop-RSlider-focused {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('rfade.png') no-repeat center;
}

.bsop-RSlider .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-RSlider-focused .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-RSlider .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.bsop-RSlider-focused .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.bsop-GSlider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('gfade.png') no-repeat center;
}

.bsop-GSlider-focused {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('gfade.png') no-repeat center;
}

.bsop-GSlider .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-GSlider-focused .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-GSlider .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.bsop-GSlider-focused .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.bsop-BSlider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('bfade.png') no-repeat center;
}

.bsop-BSlider-focused {
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('bfade.png') no-repeat center;
}

.bsop-BSlider .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-BSlider-focused .Thumb-Reset {
  background: url('thumb.gif') no-repeat center;
}

.bsop-BSlider .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.bsop-BSlider-focused .Thumb {
  background: url('thumb.gif') no-repeat center;
}

.gwt-PopupPanel {
  background-color: white;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 10px;
}
