.filesIndent
{	
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
	clear: both;
	
	border: 1px #999999 solid;
}

.folderMinus
{
	background: url(../images/folderminus.gif) no-repeat;
	padding-left: 20px;
	padding-top: 4px;
	width: 100%;
	height: 15px;
	font-weight: bold;
}

.folderPlus
{
	background: url(../images/folderPlus.gif) no-repeat;
	padding-left: 20px;
	padding-top: 4px;
	width: 100%;
	height: 15px;
	font-weight: bold;
}

.fileList
{
	background: url(../images/fileListBackground.gif) repeat-y;
	margin: 0px;
	padding-left: 12px;
}


.file
{
	background-image: url(../images/fileTree.gif);	
	background-repeat: no-repeat;
	padding: 0px 0px 8px 9px;	
	height: 15px;			
}

.fileSize
{
	font-size: 9px;
	color:#999999;
}

.fileDescription
{
	font-size: 9px;	
	color: #666666;
}

