.documents-treeview table {
	margin:0;
	padding:0;
}
.documents-treeview .block {
	font-size:120%;
	font-weight:bold;
}
.documents-treeview .section-level0 {
	color:#555;
	border-bottom:solid 1px #bbb;
	font-size:110%;
	font-weight:bold;
	padding:10px 0 0 0;
}
.documents-treeview .section-level1 {
}
.documents-treeview .section-level2 {
}
.documents-treeview td.col1, .documents-treeview td.col2, .documents-treeview td.col3 {
	font-style:normal;
	font-weight:normal;
	padding:3px 2px 0 2px;
}
.documents-treeview td.col1 {
	width:75%;
}
.documents-treeview td.col2 {
	text-align:center;
	width:10%;
}
.documents-treeview td.col3 {
	text-align:center;
	width:15%;
}
.documents-treeview td.col1 div {
	padding:0 0 2px 22px;
}
.documents-treeview .item-level0 td.col1 div {
	margin-left:16px;
}
.documents-treeview .item-level1 td.col1 div {
	margin-left:26px;
}
.documents-treeview .item-level2 td.col1 div {
	margin-left:36px;
}
.documents-treeview a:visited, .documents-treeview a:active, .documents-treeview a:link {
	color:#6788e5;
	text-decoration:none;
}
.documents-treeview a:hover {
	text-decoration:underline;
}
.documents-treeview .type-doc {
	background:url(/images/icons/doc.gif) no-repeat top left;
}
.documents-treeview .type-pdf {
	background:url(/images/icons/pdf.gif) no-repeat top left;
}
.documents-treeview .type-html {
	background:url(/images/icons/html.gif) no-repeat top left;
}