span.topH
{
	FONT: bold 10px Verdana;
    COLOR: black;
    CURSOR : pointer;
}

TD.hovednode
{
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
}
DIV.hovednode
{
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
}

TD.HovednodeNotBold
{
	cursor:pointer;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana;
}
DIV.HovednodeNotBold
{
	cursor:pointer;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana;
}

TD.noaccess
{
	cursor:default;
	color:#909090;
	font-size:10;
}

DIV.noaccess
{
	cursor:default;
	color:#909090;
	font-size:10;
}

TD.nodeHover
{
	cursor:pointer;
	text-decoration: underline;
}

