@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#eaf0f4;
}

body, input, textarea {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#333;
}

body {
	width:90%;
	min-width:960px;
	min-height:100%;
	height:auto;
	/* max-width:1280px; */
	margin:0 auto;
	
	background-color:#fff;
	border:solid #c5d1da;
	border-width:0 1px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:hover {
	color:#aaa;	
}

img {
	border:0;	
}

h1 {
	font-size:28px;
	margin:0;
}

table {
	border:none;
	border-spacing:0px; 
	border-collapse:collapse;
	padding:0px;
	border:1px solid #7e858b;
	margin:1em 0;
}

table tr:nth-child(odd) {
	background-color:#eaf0f4;	
}

th {
	text-align:left;	
	background-color:#a0aab1;
	border-bottom:1px solid #7e858b;
}

th, td {
	padding:2px 4px;	
}

td.filetype {
	width:16px;
	text-align:center;
	padding-right:0;
}

td.filetype img {
	vertical-align:baseline;	
}

td.filename {
	width:400px;	
}

td.filesize {
	width:100px;
	text-align:right;
}


#header, #content {
	padding:20px 40px;	
}

#content {
	margin-bottom:280px;
	overflow:hidden;
}

#overlay {
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.9;
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

#newFolderOverlay {
	width:200px;
	height:120px;
	background-color:#fafafa;
	border:1px solid #ccc;
	z-index:200;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-100px;
	display:none;
}

#newFolderOverlay label {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:10px;
	display:block;
}

#newFolderOverlay input[type=text] {
	background-color:#fff;
	border:1px solid #ccc;
	font:normal 14px Arial, Helvetica, sans-serif;
	padding:2px 5px;
	width:150px;
	margin-left:20px;
	display:block;
	margin-bottom:15px;
}

#newFolderOverlay input[type=submit] {
	margin-left:20px;	
}

#footer {
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:20px;
	height:240px;
	background:#a0aab1 url('../images/hr.png') top left repeat-x;
	width:100%;
	color:#fff;
}

#footer a {
	color:#fff;	
}

#footer a:hover {
	color:#000;	
}

#impressum {
	width:300px;	
	padding:10px 40px;	
}

#impressum div {
	overflow:hidden;	
}

#impressum p {
	clear:both;	
}

.wrapper {
	position:relative;	
	min-height:100%;
	overflow:hidden;
}

.info {
	position:absolute;
	top:30px;
	right:40px;
	font-size:12px;
}

.loginForm {
	margin-top:40px;
}

.loginForm input {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
}

.error {
	margin-bottom:20px;
	border:1px solid #b78585;
	background:#ffb9b9 url('../images/exclamation.png') 10px center no-repeat;
	color:#715252;
	padding:5px 10px 5px 36px;
	line-height:16px;
}

.uploadForm {
	margin-bottom:40px;
}

.uploadForm form {
	display:inline;	
}

.uploadForm label {
	margin-right:10px;	
}

.uploadForm button {
	margin-left:40px;	
}

.uploadForm input[type=submit] {
	margin-left:10px;	
}

.breadcrumbs {
	margin-bottom:10px;	
}

.clear {
	clear:both;	
}

.float-left {
	float:left;	
}

.float-right {
	float:right;	
}

.block {
	overflow:hidden;	
}

div.block > table:first-child tr td:nth-last-child(2) {
	width:70px;
}

div.block > table:first-child tr td:last-child {
	width:70px;
	text-align:center;	
}

div.block > table:first-child tr td:nth-child(2) {
	text-align:left;
	width:auto;
}

div.block > table:first-child tr td:nth-child(1) {
	width:16px;
}

div.block > table:last-child td {
	vertical-align:top;	
}

table input, a.button {
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #aaa;
	border-radius:10px;
	background-color:#fff;
	padding:3px 5px;		
	color:#555;
	text-shadow:#fff 1px 1px;
	background-image:-webkit-linear-gradient(top, #eee, #ddd);
	box-shadow:inset #fff 1px 1px 0;
}

.adminForm label {
	display:inline-block;
	width:200px;	
}

.new-user-success {
	border:1px solid rgba(0, 0, 0, 0.1);
	background-color:#caffa0;
	padding:5px 10px;
	margin-bottom:20px;	
}