﻿/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.tree-show{
    display:block;
}
.tree-hide{
    display:none;
}