﻿.node 
{
	margin-bottom:4px;
	position:relative;
}

.node a 
{
	display:block;
}



.node .nodeplus 
{
	float:left;
    top:0px;
    left:0px;
	width:16px;
	height:16px;
    display:block;
    cursor:pointer;
}

.node .nodetitle {
    margin-left:18px;
    display:block;
    font:normal 1.1em Arial;
    padding:1px;
}


.node .nodechilds 
{
	margin-top:4px;
    margin-left:18px; 
}


.nodemulti .nodeplus {
   background-image:url(/pics/left_treeview_node_arrow1.png);
}

.nodesolo .nodeplus {
   background-image:url(/pics/left_treeview_node_arrow2.png);
}


.nodeopened>.nodeplus {
   background-image:url(/pics/left_treeview_node_arrow1_expand.png);
}


.nodeopened>.nodetitle 
{
	font-weight:bold;
	
}

.nodeopened>.nodetitle a
{
	color:Black;
}


.nodeselected 
{

}

.nodelastselected>.nodetitle 
{
	background-color:#E8EEFA;
	background-image:url(/Pics/left_treeview_node_n.png);
	background-position:left top;
	background-repeat:repeat-x;
	border:solid 1px lightsteelblue;
	padding:0px; 
	
}

.nodelastselected>.nodetitle a 
{
	color:Black;
	font-weight:bold;
	padding:0px 0px 0px 2px;
	border:solid 1px white;
}