#tree {

}

#tree img {

 padding: 0;
 margin: 0;

}

#tree img.ico {

 vertical-align: top;
 margin: 1px;
 cursor: pointer;

}

#tree div {

 height: 18px;
 padding: 0;
 margin: 0;
 display: block;
 clear: both;

}

#tree div a {

 padding: 0;
 display: block;
 float: left;

}

#tree div div {

 height: 16px;
 text-align: left;
 list-style: none;
 background: no-repeat 0 0;
 padding: 1px 0 1px 16px;
 margin: 0;
 display: inline;
 float: left;
 clear: none;

}

#tree div div.text {

 padding-left: 5px;

}

#tree div.tree_vertline {

 width: 16px;
 height: 18px;
 background: url(../img/tree/tree_vertline.png);
 padding: 0;

}

#tree div.tree_spacer {

 width: 16px;
 height: 18px;
 background: url(../img/tree/tree_space.png);
 padding: 0;

}

#tree a.tree_collapse {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_collapse.png);

}

#tree a.tree_collapse_only {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_collapse_only.png);

}

#tree a.tree_collapse_first {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_collapse_first.png);

}

#tree a.tree_collapse_last {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_collapse_last.png);

}

#tree a.tree_expand {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_expand.png);

}

#tree a.tree_expand_only {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_expand_only.png);

}

#tree a.tree_expand_first {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_expand_first.png);

}

#tree a.tree_expand_last {

 width: 16px;
 height: 18px;
 background-image: url(../img/tree/tree_expand_last.png);

}

#tree div.tree_split {

 background-image: url(../img/tree/tree_split.png);

}

#tree div.tree_split_first {

 background-image: url(../img/tree/tree_split_first.png);

}

#tree div.tree_split_last {

 background-image: url(../img/tree/tree_split_last.png);

}

.tree_color_first_downliner {

 background: #bcd3f5;

}

.tree_color_position {

 background: #f5d3bc;

}

.tree_color_self_position {

 background: #d3f5bc;

}
