ul.dynatree-container {
    font: normal normal normal 12px/14px Verdana, serif;
    white-space: nowrap;
    padding: 4px;
    margin: 0;
    overflow: auto;
}
ul.dynatree-container ul {
    padding: 0 0 0 18px;
    margin: 0;
}
ul.dynatree-container li {
    float: left;
    clear: both;
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: url("vline.png");
    background-position: 0 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
}
ul.dynatree-container li.dynatree-lastsib {
    background-image: none;
}
ul.dynatree-no-connector > li {
    background-image: none;
}
.ui-dynatree-disabled ul.dynatree-container {
    opacity: 0.5;
}
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("icons.png");
    background-position: 0 0;
}
span.dynatree-connector {
    background-position: -16px -72px;
}
span.dynatree-expander {
    background-position: 0px -90px;
    cursor: pointer;
}
.dynatree-exp-cl span.dynatree-expander {
    background-position: 0px -108px;
}
.dynatree-exp-cd span.dynatree-expander {
    background-position: -64px -90px;
}
.dynatree-exp-cdl span.dynatree-expander {
    background-position: -64px -108px;
}
.dynatree-exp-e span.dynatree-expander,
.dynatree-exp-ed span.dynatree-expander {
    background-position: -32px -90px;
}
.dynatree-exp-el span.dynatree-expander,
.dynatree-exp-edl span.dynatree-expander {
    background-position: -32px -108px;
}
.dynatree-loading span.dynatree-expander {
    background-position: 0 0;
    background-image: url("loading.gif");
}
span.dynatree-checkbox {
    margin-left: 2px;
    background-position: 0px -36px;
}
span.dynatree-checkbox:hover {
    background-position: -16px -36px;
}
.dynatree-partsel span.dynatree-checkbox {
    background-position: -64px -36px;
}
.dynatree-partsel span.dynatree-checkbox:hover {
    background-position: -80px -36px;
}
.dynatree-selected span.dynatree-checkbox {
    background-position: -32px -36px;
}
.dynatree-selected span.dynatree-checkbox:hover {
    background-position: -48px -36px;
}
span.dynatree-radio {
    margin-left: 2px;
    background-position: 0px -54px;
}
span.dynatree-radio:hover {
    background-position: -16px -54px;
}
.dynatree-partsel span.dynatree-radio {
    background-position: -64px -54px;
}
.dynatree-partsel span.dynatree-radio:hover {
    background-position: -80px -54px;
}
.dynatree-selected span.dynatree-radio {
    background-position: -32px -54px;
}
.dynatree-selected span.dynatree-radio:hover {
    background-position: -48px -54px;
}
span.dynatree-icon {
    margin-left: 2px;
    background-position: 0px 0px;
}
.dynatree-ico-cf span.dynatree-icon {
    background-position: 0px -18px;
}
.dynatree-ico-ef span.dynatree-icon {
    background-position: -64px -18px;
}
.dynatree-statusnode-wait span.dynatree-icon {
    background-image: url("loading.png");
}
.dynatree-statusnode-error span.dynatree-icon {
    background-position: 0px -126px;
}
ul.dynatree-container a {
    color: black;
    text-decoration: none;
    vertical-align: top;
    margin-left: 2px;
    outline: 0;
    border: 1px solid transparent;
}
ul.dynatree-container a:hover {
    background-color: #F2F7FD;
    border: 1px solid #B8D6FB;
}
span.dynatree-node {
    display: inline-block;
    vertical-align: top;
}
span.dynatree-node a {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 16px;
}
span.dynatree-folder a {
    font-weight: bold;
}
span.dynatree-node img {
    margin: 1px 0px 0px 2px;
}
ul.dynatree-container a:focus,
span.dynatree-focused a:link {
    background-color: #dce0e5;
    border: 1px solid #dce0e5;
}

span.dynatree-selected a {
    color: green;
    font-style: normal;
}
ul.dynatree-container span.dynatree-active a {
    background-color: #3399FF !important;
    border: 1px solid #3399FF;
    color: white !important;
}
div.dynatree-drag-helper a {
    border: 1px solid gray;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.8;
}
div.dynatree-drop-accept span.dynatree-drag-helper-img {
    background-position: -32px -126px;
}
div.dynatree-drag-helper.dynatree-drop-reject {
    border-color: red;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img {
    background-position: -16px -126px;
}
#dynatree-drop-marker {
    width: 24px;
    position: absolute;
    background-position: 0 -144px;
    margin: 0;
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before {
    width: 64px;
    background-position: 0 -162px;
}
#dynatree-drop-marker.dynatree-drop-copy {
    background-position: -64px -144px;
}
#dynatree-drop-marker.dynatree-drop-move {
    background-position: -64px -144px;
}
span.dynatree-drag-source {
    background-color: #e0e0e0;
}
span.dynatree-drag-source a {
    color: gray;
}
span.dynatree-drop-target.dynatree-drop-accept a {
    background-color: #3169C6 !important;
    color: white !important;
    text-decoration: none;
}
