
.scrollpane
{
  overflow: auto;
  width: 100%;
  height: 100%;
}



.ui_window
{
  overflow: hidden;
  border: black 1px solid;
  background-color: white;
}

.ui_window_titlebar
{
  height: 16px;
  width: 100%;

  font-size: 10pt;
  font-family: arial;
  font-weight: bold;

  color: white;

  padding: 2px;
  border-bottom: black 1px solid;
  background-image: url(images/window_title_bg.png);

  padding-left: 5px;

  cursor: move;
}


.ui_window_button,
.ui_window_button_over,
.ui_window_button_down
{
  width: 29px;
  height: 15px;
  cursor: default;
  background-repeat:no-repeat;
  background-position: 0px 0px;
}

.ui_window_button_over
{
  background-position: -29px 0px;
}

.ui_window_button_down
{
  background-position: -58px 0px;
}

