
#containerlisting{ 
	
	width: 500px;
	height: 200px;
	font:12px Arial,Helvetica,sans-serif;
	line-height:18px;
	overflow: auto;
	background:#fff;
	color:#555;
	border: 1px solid #aaa;
	margin: 0 0 5px 135px;
	
}

#fileListing{
	width: 450px;
	height: 300px;
	font:12px Arial,Helvetica,sans-serif;
	line-height:18px;
	overflow: auto;
	background:#037;
	color:#0dd;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	
}

#fileListing a{
	color:#0ff;
}

#filestats{
	width: 600px;
	font:bold 13px Arial,Helvetica,sans-serif;
	line-height:18px;
	overflow: auto;
	background:#555;
	color:#fff;
	border: 1px solid #aaa;
	
}
#filestats a{
	color:#aaa;
}

#fileQueue {
	width: 235px;
	height: 158px;
	overflow: auto;
	background:#fff;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	
}

#outputbox{
	overflow: auto;
	background:#050;
	color:#0d0;
	border: 1px solid #aaa;
	padding:10px;
	margin-top: 10px;
	margin-right:15px;
	
}

#outputbox h1, #outputbox h2, #outputbox h3, #outputbox h4, #outputbox h5, #outputbox h6{ color:#0f0 }

#outputbox a{
	color:#ff0;	
}
