﻿@import "color_configuration.css";
/**/
/* http://javascript.ru/ui/tree (current depricate)*/
/**/
.tree-container {
  padding: 0;
  margin: 0; }

.tree-container li {
  list-style-type: none; }

/* indent for all tree children excepts root */
.tree-node {
  margin-left: 18px;
  zoom: 1;}

.tree-isRoot {
  margin-left: 0; }

/* left vertical line (grid) for all nodes */
.tree-isLast {
  //background-image: url(/Content/images/tree/i_half.gif);
  //background-repeat: no-repeat;
  }

.tree-expand-open .tree-expand {
  background-image: url(/img/tree/arrow-down.png); 
  background-repeat: no-repeat; 
  background-size: 18px 18px;}

/* closed is higher priority than open */
.tree-expand-closed .tree-expand {
  background-image: url(/img/tree/arrow-right.png); 
  background-repeat: no-repeat; 
  background-size: 18px 18px;}

/* highest priority */
.tree-expand-leaf .tree-expand {
  background-image: url(/img/tree/leaf.gif); 
  background-repeat: no-repeat; }

.tree-content {
  min-height: 32px;
  margin-left: 18px; 
  background-position: center center;}
  

* html .tree-content {
  height: 32px; }

.tree-expand {
  width: 18px;
  height: 32px;
  float: left; 
  background-position: center center;}

.tree-expand-loading {
  width: 18px;
  height: 18px;
  float: left;
  background-image: url(/img/tree/expand_loading.gif); 
  background-repeat: no-repeat; }

.tree-expand-open .tree-container {
  display: block; }

.tree-expand-closed .tree-container {
  display: none; }

.tree-expand-open .tree-expand, .tree-expand-closed .tree-expand {
  cursor: pointer; }

.tree-expand-leaf .tree-expand {
  cursor: auto; }