﻿.group-tree-node,
.group-tree-locked-node,
.group-tree-node-dealer,
.group-tree-node-distributor,
.group-tree-node-head_office,
.group-tree-node-other {
  padding: 0.5em 0 0.25em 0;
}
.group-tree-node {
  list-style-image: url("images/group.png");
}
.group-tree-locked-node {
  list-style-image: url("images/group_locked.png");
}
.group-tree-node-dealer {
  list-style-image: url("images/dealer.png");
}
.group-tree-node-distributor {
  list-style-image: url("images/distributor.png");
}
.group-tree-node-head_office {
  list-style-image: url("images/head_office.png");
}
.group-tree-node-other {
  list-style-image: url("images/other.png");
}
.group-tree-node-motec-internal {
  list-style-image: url("images/motec_internal.png");
}
.group-type {
  list-style-type: none;
  font-size: 12px;
}
.tree-label {
  font-weight: bold;
}
.group-selected {
  font-weight: bold;
  padding: 2px;
  border: 2px solid silver;
  background-color: azure;
}
a.no-colour-link {
  color: black;
}