/** Copyright (c) 2006 UPT Ltd. Версия $Id: xsight.cTree.css,v 1.6 2007/12/04 16:40:05 andy Exp $ */

/* Таблица форматирования узла дерева */
.xsTreeTable { border: 0; padding: 0px; margin: 0px; }

/* Ячейка таблицы форматирования узла дерева */
.xsTreeTable td { padding: 0px; margin: 0px; text-align: left; }

/* Первый или средний элемент дерева, имеющий родителя, но не имеюший потомков */
.xsTreeNodeNoChildren { background: url(folders/tn.gif) 0 0 no-repeat; width:17px; height:22px; }

/* Первый или средний элемент дерева, раскрытый, имеющий родителя, имеюший потомков */
.xsTreeNodeCollapsable { background: url(folders/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Первый или средний элемент дерева, раскрытый, имеющий родителя, имеюший потомков, подсвеченный */
.xsTreeNodeCollapsableHover { background: url(folders/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Первый или средний элемент дерева, закрытый, имеющий родителя, имеюший потомков */
.xsTreeNodeExpandable { background: url(folders/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Первый или средний элемент дерева, закрытый, имеющий родителя, имеюший потомков, подсвеченный */
.xsTreeNodeExpandableHover { background: url(folders/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Последний элемент дерева, раскрытый, не имеюший потомков */
.xsTreeNodeLastNoChildren { background: url(folders/ln.gif) 0 0 no-repeat; width:17px; height:22px; }

/* Последний элемент дерева, раскрытый, имеюший потомков */
.xsTreeNodeLastCollapsable { background: url(folders/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Последний элемент дерева, раскрытый, имеюший потомков, подсвеченный */
.xsTreeNodeLastCollapsableHover { background: url(folders/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Последний элемент дерева, закрытый, имеюший потомков */
.xsTreeNodeLastExpandable { background: url(folders/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Последний элемент дерева, закрытый, имеюший потомков, подсвеченный */
.xsTreeNodeLastExpandableHover { background: url(folders/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer; }

/* Иконка загрузки элемента дерева */
.xsTreeNodeLoading { background: url(folders/loading.gif) 0 0 no-repeat; width:34px; height:22px; }

/* Стили для пустых ячеек дерева, которые используются для отрисовки глубины узла */
.xsTreeNodeDepthCell { background: url(folders/vline.gif) 0 0 no-repeat; width:17px; height:22px; }
.xsTreeNodeBlankDepthCell { width:17px; height:22px; }

/* Выбранный узел дерева (альтернативный режим) */
.xsTreeNodeSelected { border: 1px solid #919b9c !important; padding-left: 4px !important; padding-right: 4px !important; padding-top: 2px !important; padding-bottom: 2px !important; background-color: #eeeeee;}

/* Обрамляющий div узла дерева */
.xsTreeItem { }

/* Обрамляющий div дочерних ячеек узла дерева */
.xsTreeChildren { }

/* Текстовое содержимое узла дерева */
.xsTreeLabel, .xsTreeLabel:link, .xsTreeLabel:visited, .xsTreeLabel:hover { text-decoration: none; color: #000000; cursor: hand; }
