/* $Id: tree-lines.css 4506 2006-09-21 11:40:47Z andrew $ */
/* lines */

.tree-item .tgb { 
	cursor: default;
	padding: 0px;
margin: 0px;
}

.tree-item .icon {  
	cursor: pointer; 
}

.tree-top { }

/* Controls indent of UL and LI */
.tree {	
padding-top: 10px;
padding: 0px;
margin: 0px; 
margin-left: 10px; 	
letter-spacing: -1px;
color:#006A74;
}

div.tree-item a:hover{
	text-decoration:  underline;
	background:			#e1eaea;  
}

/* Controls the space betweeen the bullet and the text */
.tree-item { 	
  	padding: 0px;
  	margin: 0px; 
}

div.tree-item, div.tree-item a {
	cursor:pointer;
	text-decoration:none;
	color:#006A74;
}

/* node with subnodes - Locations & Permit Process*/
.tree-lines-c {
background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important;
color:#006A74;
}

/* last node */
.tree-lines-b {
  background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important;
  color:#006A74;
}

/* top node */
.tree-lines-t {
  background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important;
  color:#006A74;
}

/* not used */
.tree-lines-s {
  background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important;
  color:#006A74;
}
.tree-lined { background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important; }
.tree-lines-dot { background: transparent url("../../../../images/spacer.gif") no-repeat 0px 50% !important; border: 1px red dotted;}

div.tree-item-expanded, div.tree-item-expanded:hover, div.tree-item-collapsed, div.tree-item-collapsed:hover {
cursor:pointer;
padding: 0px;
margin: 0px; 
margin-left: -4px; 	
text-indent: 0px;
color:#006A74;
}