﻿.syNodeTreeView2 {
	background-color:transparent; /*#006666;*/
	width:100%;
	height:50px;
	border-bottom:1px #009999 solid;
	display:flex;
	align-items:center;
	justify-content:start;
	cursor:pointer;
	line-height:14px;
	letter-spacing:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}
.syNodeTreeView2:hover {
	background-color:#009999;
}
.syNodeTreeView2Active {
	background-color:#256D53;
	width:100%;
	height:50px;
	border-bottom:1px #009999 solid;
	display:flex;
	align-items:center;
	justify-content:start;
	cursor:pointer;
	line-height:14px;
	letter-spacing:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}