table.OTreeView, table.OTreeView td, table.OTreeView th {
	font-family: Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif ;
	color:var(--primary-color);
	border: none; /* solid 1px #cccccc;  */
	margin:0; padding:0; vertical-align:top;
	border-collapse:collapse;
	table-layout:auto;
}
table.OTreeView th { color:#111111;  }
table.OTreeView tr.level_1 td.treeCell { padding:8px 35px 8px  5px; }
table.OTreeView tr.level_2 td.treeCell { padding:5px 25px 5px 15px; }
table.OTreeView tr.level_3 td.treeCell { padding:2px 15px 2px 25px; }
table.OTreeView tr.level_4 td.treeCell { padding:0px  5px 0px 35px; }
table.OTreeView tr.level_1 td { text-align:left; background-image: linear-gradient(to bottom, #9bc7c4 0%, #3daaa2 50%, #2ba299 51%, #238c84 100%);  color:#eeeeee;  }
table.OTreeView tr.level_2 td { text-align:left; background-image: linear-gradient(to bottom, #f2f2f2 10%, #aaaaaa 94%, #888888 100%); }
table.OTreeView tr.level_3 td { text-align:left; }
table.OTreeView tr.level_4 td { text-align:left; background-color: #eeeeee; border:none; }
table.OTreeView td.treeCell { position: relative; }
table.OTreeView td.treeCell a {
    position: absolute; 
    top: 50%; bottom: 50%; width: 9px; height: 13px;
	margin-top: -6px;
    background-repeat: no-repeat;
    background-image: url(./treeview_images.png);
}
table.OTreeView td a { margin:0px 5px 0px 5px; }
table.OTreeView tr.pliee	td.treeCell a { background-position: 0 -106px; }
table.OTreeView tr.depliee	td.treeCell a { background-position: 0  -92px; }
table.OTreeView tr.level_4 td.treeCell a { display:none; }
