.nodeParent
{
	font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    color: black;
    font-style: normal;
    font-family: 'Trebuchet MS';
    letter-spacing: normal;
    text-decoration: none;
    vertical-align: middle;
}
.nodeParentLoading
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: darkgreen;
	font-style: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: normal;
	text-decoration: none;
    vertical-align: middle;
}

.nodeItem
{
	font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    color: blue;
    font-style: normal;
    font-family: 'Trebuchet MS';
    letter-spacing: normal;
    text-decoration: none;
    vertical-align: middle;}

.overNodeItem
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	font-size: 10pt;
	border-left: lightblue 1px solid;
	color: blue;
	border-bottom: lightblue 1px solid;
    font-family: 'Trebuchet MS';
	text-decoration: none;
    vertical-align: middle;
}
.selNodeItem
{
	border-right: gray 1px inset;
	padding-right: 1px;
	border-top: gray 1px inset;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	border-left: gray 1px inset;
	color: black;
	padding-top: 1px;
	border-bottom: gray 1px inset;
    font-family: 'Trebuchet MS';
	background-color: #ccccff;
	text-decoration: none;
    vertical-align: middle;
}