/*
 * treeview.css
 * Copyright (c) 2006 Scalix Corporation - All rights reserved
 * Author: Julien Lecomte
 */

.treeviewContainer {
  padding-top:3px;
}

.treeviewExpanderCell {
  width:18px;
  height:16px;
}

.treeviewExpandIcon {
  width:18px;
  height:16px;
  background-image:url(../img/md5/3229128079.gif);
  background-position:-198px -1px;
}

.treeviewCollapseIcon {
  width:18px;
  height:16px;
  background-image:url(../img/md5/3229128079.gif);
  background-position:-216px -1px;
}

.treeviewNodeIconCell {
  width:20px;
  height:16px;
}

.treeviewNodeIcon {
  width:20px;
  height:16px;
  background-image:url(../img/md5/3229128079.gif);
}

.treeviewNodeLabelCell {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  color:black;
  padding:0px 2px 0px 2px;
  height:16px;
}

.treeviewNodeLabelCell_selected {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  color:white;
  background-color:#C97B63;
  padding:0px 2px 0px 2px;
  height:16px;
}

.treeviewNodeLabelCell_selected_blur {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  color:black;
  background-color:#B5B0AF;
  padding:0px 2px 0px 2px;
  height:16px;
}
