a.node {
    font-size:10px;
    color:#0066cc;
    text-decoration:none;
    cursor:hand;
    padding:1px 2px 1px 2px;
}

a.node:hover { 
	background-color:#f9f9f9;
    text-decoration:underline;	
	}

a.selnode {
    font-size:10px;
    background-color:#f9f9f9;
    color:#0066cc;
    text-decoration:none;
    cursor:hand;
    padding:1px 2px 1px 2px;
    font-weight:bold;
}

div.row {
    font-size:10px;
    color:#0066cc;
    text-decoration:none;
    cursor:hand;
}

div.selrow {
    font-size:10px;
    background-color:#f9f9f9;
    color:#0066cc;
    text-decoration:none;
    cursor:hand;
    font-weight:bold;
}

div.row:hover {
	font-weight:bold;
}

input.nodeedit {
    font-size:10px;
    color:#0066cc;
    text-decoration:none;
    position:absolute;
    height:18px;
    border:#cfcfcf 1px solid;
    z-index:1;
}

