/* @override http://www.nebelpoessl.de/cfe/css/main.css */

*, html {
	margin: 0;
	padding: 0;
	
}
p {
	color:  #5f5f5f;
}

body {
	font-size: 12px;
	line-height: 1.2em;
	font-family: arial/*verdana,sans-serif*/;
	color: #5f5f5f;
	text-align: center;
	margin-top: 50px;
}
#wrapper div {
	text-align: left;

}

img {
	border: 0px;
}
.bold {
	font-weight: bold;
}
.mouseToPointer {
	cursor: pointer;
}
.nebelpoessl {
	width: 860px;
	margin: 0px auto 30px;
	text-align: right !important;
	font-weight: bold;
	color: #5f5f5f;
}
em {
	color: #202020;
	text-decoration: none;
	font-style: normal;
	
}
.treeFileLink {
	text-decoration: none;
}
a {
	color: #202020;
	text-decoration: none;
}
a.treeFileLink:hover em, a:hover {
	color:  #45c145;
}
/*
<div class="fileView">
	<div class="fileName (isDirectory)">{{%%filename%%}}</div>
	<div class="fileSize">{{%%filesize%%}}</div>
	<div class="fileDwl">{{%%filedwl%%}}</div>
</div>
*/
.YouAreHere {
	padding: 5px 0px 2px 20px;
	color: #5f5f5f;
}
.fileView {
	clear: left;
	border: 1px dotted #cccccc;
	width: 850px;
	margin: 0px auto;
	position: relative;
	padding: 5px 5px 25px 5px;
}
.fileViewMouseOver {
	background-color: #FCFFDF;
}
.fileName, .fileCreated, .fileSize {
	float: left;
	border-right: 1px dotted #cccccc;
	padding: 5px 10px 5px 20px;
	width: 250px;
}
.fileDwl {
	padding: 5px 10px 5px 20px;
}
/*.fileSize {
	float: left;
	border-right: 1px dotted #cccccc;
	padding: 0px 10px 0px 20px;
	width: 250px;	
}*/
.isDirectory {
	background: url('../icons/Colored/GIF/folder.gif') center left no-repeat;
}
.upDirPic {
	background: url('../icons/Colored/GIF/arrow_top.gif') center left no-repeat;
}

/* loginform */
#loginForm {
	margin: 0px auto;
	width: 250px;
	text-align: left;
	padding: 10px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
#loginForm form label {
	width: 70px;
	display: inline-block;	
}
#loginForm form input {
	border: 1px solid #94CF4D;
	background-color: #fff;
	width: 170px;
}
.logout {
	position: absolute;
	top: 0px;
	right: 0px;
}
a#logoutLink {
	display: inline-block;
	color: #fff;
	background-color: #5f5f5f;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid black;
}
.loginFailed {
	display: inline-block;
	color: #fff;
	background-color: #EF3B75;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	border: 2px solid #ccc;
	margin-bottom: 10px;
	text-align: center;
}
ul {
	list-style-type: none;
	color: #5f5f5f
}
ul li {
	margin-left: 4px;
	padding-left: 20px;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
}
ul.subDir {
	margin-left: 20px;
}
span.treeFileSize {
	padding-left: 15px;
	font-size: 10px;
}
.isTreeDir {
	background: url('../icons/Colored/GIF/folder.gif') no-repeat left center;
}
