/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.tree-theme-oa div.tree-subtree {
  margin: 0px 0px 0px 18px;
  padding: 0px;
}

.tree-theme-oa div.tree-branch {
  margin: 0px;
  padding: 0px;
}

.tree-theme-oa div.tree-branch-mid {
  background-image: url(tree.gif);
  background-position: -54px center;
  background-repeat: repeat-y;
}

.tree-theme-oa div.tree-branch-last {
}

/* node */

.tree-theme-oa span.tree-junction {
  display: block;
  float: left;
  width: 18px;
  background-image: url(tree.gif);
  background-position: -36px center;
  background-repeat: no-repeat;
}

.tree-theme-oa a.tree-junction-expanded {
  display: block;
  float: left;
  width: 18px;
  background-image: url(tree.gif);
  background-position: -18px center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.tree-theme-oa a.tree-junction-collapsed {
  display: block;
  float: left;
  width: 18px;
  background-image: url(tree.gif);
  background-position: 0px center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.tree-theme-oa span.tree-content {
 
}

/* tabletree */

.tree-theme-oa table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.tree-theme-oa tr.selected {
  background-color: #0000ee;
  color: #FFFFFF;
}

.tree-theme-oa td {
  /* allow tree divs to fill complete td (regretfully height 100% on divs does not work) */
  margin: 0px;
  padding: 0px;
}

/* content */

.tree-theme-oa span.tree-content a {
  color: black;
  text-decoration: none;
  display: inline;
  padding-top: 0px;
  font-size:13px;
}

.tree-theme-oa span.tree-content a:hover {
  text-decoration: none;
}

.tree-theme-oa span.tree-content .selected span.tree-label {
  background-color: #0000ee;
  color: #FFFFFF;
}

.tree-theme-oa .tree-folder-closed {
  padding-left: 18px;
  background-image: url(folder-closed.png);
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.tree-theme-oa .tree-folder-open {
  padding-left: 18px;
  background-image: url(folder-open.png);
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.tree-theme-oa .tree-folder-other {
  padding-left: 18px;
  background-image: url(folder-other.png);
  background-position: 0px 50%;
  background-repeat: no-repeat;
}