﻿.NodeHighlight
{
	font-family: Tahoma;
	font-size: 8pt;
	color:Green;
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #efffc8;
}
.NodeHighlightOver 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: green;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #efffc8;
}

.NodeHighlightSelect 
{     
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.NodeBold
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-decoration: none;	
	
	font-weight:bold;
}
.NodeBoldOver 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	padding-left: 3px;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	
	font-weight:bold;	
}
.NodeNotActive
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	text-decoration: line-through;
}
.NodeNotActiveBoldOver
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	text-decoration: line-through;
	font-weight:bold;	
}
.NodeNotActiveBoldSelect
{
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	text-decoration: line-through;
	font-weight: bold;
	background-color: #000000;
}
.NodeBoldSelect 
{     
	font-family: Tahoma; 
	font-size: 8pt; 
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	
	font-weight:bold;
}