body {
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background-color: #444;
	height: 100%;
	width: 100%;
}
#header {
	height: 130px;
	background-color: #111;
	border-bottom: 3px solid #888;
}
#header a img {
	border: 0;
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
}
#header h1 {
	color: #fff;
	font-size: 3em;
	position: relative;
	left: 51px;
	line-height: 130px;
	margin: 0;
	padding: 0;
	margin-right: 51px;
}
#footer {
	height: 30px;
	background-color: #111;
	border-top: 3px solid #888;
	color: #ccc;
	text-align: center;
	font-size: 0.9em;
	line-height: 30px;
}

#content {
	color: #eee;
	padding: 20px;
}

#upload {
	background-color: #888;
	padding: 2px 10px;
	position: absolute;
	right: 0px;
	top: 133px;
	font-weight: bold;
}

a, a:visited, .folderName a:hover {
	text-decoration: none;
	color: #eee;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #eee;
}
.folderName a {
	cursor: pointer;
}

.folderName {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.folderContent {
	display: none;
	padding: 0px 0px 5px 15px;
	margin-left: 3px;
	border-left: 1px dashed #ccc;
}

.fileSize {
	font-size: 0.9em;
}

.openCloseSign {
	font-style: monospace;
}

p {
	margin: 15px 51px;
	color: #fff;
	font-style: italic;
}

