.TreeNode
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0C1145;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
}

.TreeNodeOver
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #333;
	background: #dcfc5c;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	margin-left: 3px;
}

.TreeNodeDisabled
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: gray;
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}
