/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #eeeeee;
}
.dtree .clip {
	overflow: hidden;
}

.b-add {
	color: green;
	padding-left: 15px;
	width: 10px;
	background: url('/images/b-add.gif') no-repeat 2px 1px;
}

.b-del {
	color: #f00;
	padding-left: 15px;
	width: 10px;
	background: url('/images/b-del.gif') no-repeat 2px 1px;
}
.b-edit {
	color: #0E95DB;
	padding-left: 15px;
	width: 10px;
	background: url('/images/b-edit.gif') no-repeat 2px 1px;
}

.b-show {
	color: #FF8400;
	padding-left: 15px;
	background: url('/images/b-show.gif') no-repeat 2px 1px;
}

ul#member-doc-list {
	margin: 0px;
	margin-left: 7px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0px;
}

ul#member-doc-list li{
	margin-bottom: 15px;
	list-style-position:inside;
}

ul#member-doc-list li ul {
margin:0px;
padding-left: 12px;
}
ul#member-doc-list li ul li{
	margin-bottom: 3px;
}
li.request-access {
	margin: 0px !important;
	padding: 0px !important;
	list-style:none !important;
	display: block;
	margin-left: 12px !important;
	line-height: normal;
}
h4#request-file-p {
border-top: 1px dashed #EBE8E8;
margin-top:20px;
padding-top: 15px !important;
}
