a.smalllink:link, a.smalllink:hover
{
	color:#FFF;
	text-decoration: none;
}
a.smalllink:visited, a.smalllink:active
{
	color:#FFF;
}
a.prnnode  {
    font-family:Arial;
    font-size:9pt;
    background: transparent;
	color:#FFF;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    padding:2px;
}

a.prnnode:hover { background-color:#ccdcf2; font-weight:normal;font-size:9pt; color: #333}
a.prnnode:active { background-color:#ccdcf2; font-weight:normal;font-size:9pt; color: #333}

a.node {
    font-family:Arial;
    font-size:9pt;
    color:#FFF;
    text-decoration:none;
	background: transparent;
    cursor:pointer;
    margin:0px;
    padding:2px;
}

a.node:hover { background-color:#ccdcf2; font-weight:normal;font-size:9pt; color: #333}
a.node:active { background-color:#ccdcf2; font-weight:normal;font-size:9pt; color: #333}

a.selnode {
    font-family:Arial;
    font-size:9pt;
    color:#004bed;
    text-decoration:none;
	font-weight: bold;
    cursor:pointer;
    margin:0px;
    background: #ccdcf2;
    padding:1px 1px 1px 1px;
    border:#66CC66 1px solid;
}

a.selprnnode {
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#004bed;
    text-decoration:none;
	font-weight: bold;
    cursor:pointer;
    margin:0px;
   background: #ccdcf2;
    padding:1px 1px 1px 1px;
    border:#66CC66 0px solid;
}


div.row {
    color:#0066cc;
	background: transparent;
    text-decoration:none;
    cursor:pointer;
	white-space: wrap;
	 background: transparent;
}

div.selrow {
    cursor:pointer;
	color: transparent;
	font-weight: bold;
	background: #ccdcf2;
	max-width: 200px;
	white-space: wrap;
}

div.row:hover {
    cursor:pointer
	max-width: 200px;
	white-space: wrap;
	background: transparent;
}

input.nodeedit {
    font-family:Arial;
    font-size:9pt;
   background: transparent;
    text-decoration:none;
    position:absolute;
    height:20px;
    border:#cfcfcf 1px solid;
    z-index:1;
	width:200px;
}

