table.OTreeView { width:100%; }
table.OTreeView, table.OTreeView td, table.OTreeView th {
	font: 12px  Segoe UI, Segoe, Tahoma, Helvetica, Arial, sans-serif ;
	color:#666666;
	border: none; /* solid 1px #cccccc;  */
	margin:0; padding:0; vertical-align:top;
	border-collapse:collapse;
}
table.OTreeView th { color:#111111; font-size:14px; }
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:#124483;  color:#FFF;  }
table.OTreeView tr.level_2 td { 
	text-align:left; 
	background-image: none !important;
    background: #a1a1a1 !important;
 }
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; }
