DIV.TreeControl, DIV.treecontrol
{
	white-space: nowrap;
	POSITION:relative;
	OVERFLOW:auto;

}

.treenode
{
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  line-height: 1.7em;

}

.treenode 
{
	font-weight:bold;
	
	}
.child .treenode 
{
	font-weight:normal;
	background-color: #BACEDD;
	  line-height: 1.5em;
	}

.child .treenode a:link, 
.child .treenode a:active, 
.child .treenode a:visited 
{
	text-decoration:none;
	}
.child .treenode a:hover
{
	text-decoration:none;
}
.child .treenode 
{

	}
.child .child .treenode 
{
	padding-top:1px;
	}


.treenoderoot
{
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
	font-weight:normal;
}
/*
.label
{
	font-family: arial, helvetica, sans-serif; 
	ccolor:#092869; 
	font-size: 8pt;  
	font-weight: normal;
	padding-top: 5px;
	padding-left: 2px;
	width: 100%;
	height: 23px;
	background : url(../IMAGES/bg_3d.gif);
	
}
*/
.treelabelroot,
.hooverroot,
.highlightroot
{
	cccolor:#092869; 
	font-size: 8pt;  
	padding-left: 13px;
	width: 100%;
	height: 24px;
	cursor:pointer;
	cursor:hand;
}

.treenode span.Hoover,
.treenode span.Highlight, 
.treenode span.TreeLabel,
.child span.treelabel,
.treenode span.TreeLabel span,
.child span.treelabel span,
.treenode span.cutStyle
{
	display:block;
	background-image:url(../Images/tree/plus.png);
	background-repeat:no-repeat;
	background-position:4px 1px;
	padding-left:19px;	
	font-size: 11px;
	text-decoration: none;
	ccolor: Red;
}


.treenode span.Highlight {
	/* pijltje naar beneden */
	background-image:url(../Images/tree/minus.png);
	background-repeat:no-repeat;
	background-position:4px 1px;
	text-decoration: none;
	}

.Hoover
{

	background-color: White;
	background-image:url(../Images/tree/plus_02.png);
	display: block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}
.child span.Hoover,
.child span.Highlight, 
.child span.TreeLabel,
.child span.treelabel,
.child span.cutStyle {
	/* ander achterground plaatje */
	background-image:url(../Images/tree/plus_01.png);
	background-position:4px 1px;
	background-repeat:no-repeat;
	padding-left:19;

}
.child .child span.Hoover,
.child .child span.TreeLabel,
.child .child span.cutStyle
{
margin-left:15px;
padding-left:19px;
}

.child .child span.Highlight {	
	ccolor:#8493B4;
	}	

.child .child .child span.Hoover,
.child .child .child span.TreeLabel,
.child .child .child span.cutStyle {
	padding-left:20px;
	margin-left: 25px;
	font-size: 0.9em;
	}	
.child .child .child span.Highlight {	
	ccolor:#8493B4;
	padding-left: 49px;
	background-position:38px 4px;
	}	

.child .child img {
	display:none;
	}

.icon img {
	vertical-align: middle;
	border: 0px;
}

.icon {
}

.Owner
{
	width:132px;
}
.Created
{
	text-align: right;
	width:110px;
}


.contact a {
	ccolor:#000000;
	}

/*

.treepadding {
	padding-top:21px;
	padding-left:15px;
	}

span.treelabel {
	font-weight:bold;
	}
div.child div.treenode span.treelabel {
	font-weight:normal;
	ccolor:#8493B4;
	font-size:10px;
	}
	
*/
.TextField,
.decimalfield,
.DateField,
.SelectList,
iframe.ContentCanvas,
.TextFieldReadOnly,
.TreeControl,
input.filefield_filename {
	border:none !important;

}