.jQueryOuterTree {
	height: 95px;
	width: 300px;
	overflow: auto;
	border: 1px solid #DFDFDF;
	background-color: #F1F1F1;
	padding: 4px;
	-moz-border-radius:4px 4px 4px 4px;
	


}
#exclude_dirs {
	white-space: pre;
	overflow: auto;
}

UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}
/*
li.directory A:hover {
	background: #BDF;
}
*/