﻿.treeNode {
	text-decoration: none; color: black; font: 8pt tahoma;
}
div { font-family : Tahoma, Helvetica; }
.clsNode { font-family: tahoma; font-size: 8pt; text-decoration: none; cursor: hand; color: black }
.clsNode:hover { text-decoration: none; color: #eeeeee; background-color: #003366 }

.clsNodeLevel1 { font-family:"Courier New", Courier, monospace; font-size: 10pt; font-weight:bold; text-decoration: none; cursor: hand; color: black }
.clsNodeLevel1:hover { text-decoration:  none; color: white;background-color:#848284 }

.clsNodeLevel2 { font-family: Tahoma; font-size: 24pt; text-decoration: underline; cursor: crosshair; color: red }
.clsNodeLevel2:hover { text-decoration: underline; color: white; background-color: blue }

.clsNodeLevel3 { font-family:"Courier New", Courier, monospace; font-size: 10pt; font-weight: bold; text-decoration: none;cursor: hand; color: black }
.clsNodeLevel3:hover { text-decoration: none; color: white; background-color: #848284 }

.clsNodeLevel4 { font-family:"Courier New", Courier, monospace; font-size: 10pt; text-decoration: underline; cursor: hand; color: black }
.clsNodeLevel4:hover { text-decoration: none;  color: white; background-color: #848284 }

