.queryeditor * {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#treearea {
  border: 1px solid black;
  width: 500px;
  height: 400px;
  overflow: auto;
}

#treearea2 {
  border: 1px solid black;
  width: 300px;
  height: 400px;
  overflow: auto;
}

#displayarea {
  border: 1px solid black;
  width: 500px;
  height: 400px;
  overflow: auto;
}

#displaytable {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  table-layout: fixed;
}

div.childnode {
  height: auto;
  position: relative;
  font-size: 0px;
  vertical-align: middle;
  white-space: nowrap;
}

  img.branch {
    top: 0px;
    width: 19px;
    height: 16px;
  }

  img.icon {
    vertical-align: top;
    margin-right: 4px;
  }

span.label {
    text-decoration: none;
    color: black;
    cursor: default;
    height: 16px;
    line-height: 16px;
    background-color: transparent;
    vertical-align: top;
  }

  img.expandcollapse {
    display: block;
    z-index: 5;
    position: absolute;
    top: 4px;
    left: 4px;
  }

div.childarea {
    font-size: 0px;
    padding-left: 19px;
  }

div.vbranch {
  background-image: url('../img/_bg_branch.gif');
  background-repeat: repeat-y;
  position: absolute;
  width: 19px;
  height: 0px;
  left: 19px;
  top: 16px;
  font-size: 0px;
}

span.dragitem {
  position: absolute;
}

/* filter edit dialog */
div#filteredit {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -100px;
  width: 300px;
  height: 200px;
  background-color: #d6d3ce;
  border: 1px solid black;
  display: none;
}

  table.filteredit {
    width: 100%;
  }

    td.filteredit {
      vertical-align: top;
    }

    select.filteroperator {
      border: 1px solid black;
    }

    textarea.filteroperator {
      border: 1px solid black;
    }

    input.filteroperator {
      border: 1px solid black;
    }

/* Display Editor */
tr.de_row {
  height: 16px;
}

td.de_row {
    border: 1px solid #808080;
    height: 16px;
  }

td.de_theader {
  border: 1px solid black;
  background-color: #d4d0c8;
  text-align: center;
  height: 16px;
  font-weight: bold;
}

td.de_action {
  width: 48px;
  white-space: nowrap;
}

  img.de_action {
  }

td.de_field {
  cursor: default;
  overflow: hidden;
}

td.de_title {
}

  input.de_title {
    background-color: transparent;
    text-align: center;
    width: 100%;
  }

td.de_show {
  width: 40px;
  text-align: center;
}

td.de_sort {
  width: 40px;
  text-align: center;
}

td.de_sortorder {
}

  input.de_sortorder {
    background-color: transparent;
    text-align: center;
    width: 100%;
  }

