.plain {
	background-color: #fff;
	background-image:none;
}
	
.connector {
	background-color: #fff;
	background-repeat:repeat-y;
	background-image:url(../../../sites/ws/images/tree/tree_connect.gif);
/*	border:solid 1px #40f;*/
}
			
.menubtn {
	width:49px;
	height:39px;
	cursor:pointer;
	}

.input {
	background-color : #ffffff;
	font-family: arial, sans-serif;
	font-size:11px;
	color:#000000;
	}


.treeitem {
	cursor: pointer;
	padding-left:5px;
	}

.expanded {
	margin-left:13px;
	display:block;
	}

.collapsed {
	margin-left:13px;
	display:none;
	}

.plus {
	width:9px;
	height:14px; 
	border:0;
}
	
.min {
	width:9px;
	height:14px;
	border:0;
}

.connect {
	width:9px;
	height:14px;
	border:0;
}

.activator {
	font-family: arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

