.vdwwd_fileTree {
	overflow: hidden;
}

BODY {
	font-family: Cambria,Georgia,serif;
	font-size: 27px;
	line-height: 1.75em;
	background-color: #000000;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
}

UL.jqueryFileTree {
	font-family: Cambria,Georgia,serif;
	font-size: 30pt;
	line-height: 1.75em;
	padding: 0px;
	margin: 0px;
}

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

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

UL.jqueryFileTree A:hover {
	background: #636363;
}

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

UL.jqueryFileTree SPAN:hover {
	background: #636363;
}

/* 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 center no-repeat; }
.jqueryFileTree LI.wait      { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_mp3   { background: url(images/music-site.png) left center no-repeat; }

