
UL.jqueryFileTree {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree UL {
	margin-top:5px;
}

UL.jqueryFileTree LI {
	list-style: none;
	line-height: 16px;
	padding: 2px 0 2px 20px;
	margin: 0px;
}

UL.jqueryFileTree .selected {
	color:#243d65;
	font-weight:bold;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(../images/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../images/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../images/spinner.gif) left top no-repeat; }

