/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure */
body {
	color: #666770;
	font-family: sans-serif;
	font-size: 15px;
}

h1 {
	padding-top: 50px;
	font-size: 22px;
	text-align: center;

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

table {

}

tr {

}

td {
	padding: 10px;
	border-bottom: 1px solid grey;
}


#wrapper {
	width: 696px;

	border: 1px solid #2b2d2f;
	margin: 50px auto;

}
#wrapper:last-child {
	border-bottom: none;
}

/* =General */
.section {
	background: #ffffff;
	border-top: 1px solid #d4d6dc;
	border-bottom: 1px solid #2b2d2f;
	padding: 20px;
}
.red {
	color: #b21;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	width: 100%;
	clear: both;
}
small {
	font-size: 12px;
	margin-top: 5px;
}

/* =Tabs */
.tabs {
	height: 40px;
}
.tabs.second {

}
.tabs.ac {
	background-color:#eee;
}
.tabs.bc {

}
.tabs.cc {

}
.tab {
	float: left;
	margin-right: 1px;

	border-right:1px solid #d4d6dc;
}
.tab a {
	color: #000000;
	padding: 12px;
	display: block;
	text-decoration: none;


}
.tab a:hover {
	color: #be9e55;
}
.tab.active a {
	color: #ffffff;
	background-color: #be9e55;

}
.tab.files a {
}
.tab.info a {

}
.tab.upload a {
}
.tab.manage a {
}
.tab.edit a {
}


.tab.close a {

}
.tab.close a:before {
	content: "abmelden";
}
.tabs img.icon {
	display:none;
	margin: 0 6px -2px 0;
}

/* =List */
ul {
	list-style: none;
}
ul li {
	background: url('img/list.png') no-repeat 0 5px;
	padding-left: 15px;
	margin: 8px 0;
}
ul small {
	font-size: 12px;
	color: #888;
}

/* =Form */
input[type="text"],
input[type="password"] {
	border: solid 1px;
	width: 183px;
	height: 28px;
	padding: 3px 10px;
	color: #666770;
	font-size: 15px;
	margin: 5px 5px 5px 0;
}
input[type="text"].double,
input[type="password"].double {
	border: solid 1px;
	width: 396px;
}
input[type="button"],
input[type="submit"] {
	border: solid 1px;
	color: #666770;
	font-weight: bold;
	font-size: 14px;
	width: 102px;
	height: 40px;
	cursor: pointer;
}
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active {
	background-position: 0 40px;
}
input[type="file"] {
	color: #666770;
	margin-bottom: 10px;
}
textarea {
	border: solid 1px;
	width: 396px;
	height: 130px;
	padding: 10px 10px;
	color: #666770;
	font-size: 15px;
	margin: 5px 5px 5px 0;
	resize: none;
}
.checkbox {
	cursor: pointer;
}
.checkbox span {
	background: url('img/checkbox.png');
	width: 20px;
	height: 19px;
	display: inline-block;
	vertical-align: text-top;
}
.checkbox.checked span {
	background-position: 0 19px;
}

/* =Drag'nDrop Upload */
#upload-container {
	position: relative;
}

.upload-box {
}

.user-box {
	background: none;
	padding: 5px;
	margin: 5px;
	width: 45%;
	border: 1px #bbb solid	;
	float: left;
	position: relative;
	font-size: 17px;

}
.user-box h4 {margin-top:0px;}
.upload-box small {
	width: 100%;
	text-align: center;
	display: block;
	margin: 5px;
}

.upload-box-public {
	background: none;
	padding: 0;
	margin: 5px;
	width: 45%;
	border: 1px #bbb solid	;
	float: left;
	position: relative;
	font-size: 17px;
}
.upload-box-public small {
	width: 100%;
	text-align: center;
	display: block;
	margin: 5px;
}

#old-browser {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.qq-uploader {
	width: 100%;
	height: 100%;
}
.qq-upload-button {
	display: block;
	width: 80%;
	padding:5px;
	margin:0 auto;
	height: 100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background:	#e1e1e1;
}
.qq-upload-button-hover {
	background: #9b9ca4;
}
.qq-upload-drop-area {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height: 70px;
	z-index:5;
	text-align:center;
}
.qq-upload-drop-area span {
	display:block;
	position:absolute;
	top: 50%;
	width:100%;
	margin-top:-8px;
	font-size:16px;
}
.qq-upload-list {
	margin-top: 10px;
	list-style:none;
	z-index: 3;
	text-align: center;
	border-top: 0px dotted grey;
}
.qq-upload-list li {
	margin:0;
	padding: 4px;
	line-height:25px;
	font-size:12px;
	background: none;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-spinner {
	display:inline-block;
	background: url("img/loading.gif");
	width:15px;
	height:15px;
	vertical-align:text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
	font-size:11px;
}
.qq-upload-failed-text {
	display:none;
}
.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}






.upload-box-user {

}
.upload-box small {
	width: 100%;
	text-align: center;
	display: block;
	margin: 5px;
}
