/*!
 * Copyright Sitepark GmbH
 */
#ies-splashscreen {
	display: block;
	width: 520px;
	font: 11px Segoe UI, Tahoma, Lucida Grande, Helvetica, sans-serif !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -260px;
	height: 330px;
}

body.ext-ie8 #ies-splashscreen,
body.ext-ie7 #ies-splashscreen,
body.ext-ie6 #ies-splashscreen {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=4);
}

.ies-splashscreen-info {
	height:35px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
}

.ies-splashscreen-info-icon {
	height: 24px;
	width: 24px;
	background-image: url(../images/logos/sitepark-icon.png);
	background-repeat: no-repeat;
	float: left;
}

.ies-splashscreen-info-text {
	font-size: 10px;
	color: #000000;
	text-align: left;
	float: left;
	padding-left: 4px;
}

/* Center */
.ies-splashscreen-login {
	width: 260px;
	position: absolute;
}

.ies-splashscreen-product {
	position: absolute;
	left: 200px;
	top: 87px;
}

.ies-splashscreen-product-version {
	font-size: 10px;
	letter-spacing: 0.015em;
}

.ies-splashscreen-content {
	width: 260px;
	position: absolute;
	left: 200px;
	bottom: 26px;
}

/* Misc */

.ies-fixedBanner {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 180px;
	width: 47px;
	background-image: url(../images/logos/sitepark-vertical.gif);
	background-repeat: no-repeat;
	z-index: -1;
}

.ies-splashscreen-message {
	padding-top: 12px;
	font-weight: bold;
	height: 2.6em;
}

#loading div {
	vertical-align: super;
	padding-left: 25px;
	height: 18px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

#ies-splashscreen .x-panel-btns td.x-toolbar-cell {
	padding-left: 0px;
	padding-top: 9px;
}

#ies-splashscreen .x-window .x-window-bwrap .x-window-mc {
	padding-left: 20px;
}

#ies-splashscreen .x-reset .x-toolbar-footer {
	padding: 0;
	margin-top: 14px;
}

#ies-splashscreen .x-reset .x-toolbar {
	padding: 0;
}.x-view-selector {
	position: absolute;
	border: 1px dotted #3399BB;
	z-index: 2000;
}/* Icons im Grid */
.ies-icon-cell {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	height: 16px;
}

.ies-inuse:before {
	content: " ";
	background-image: url("../images/badges/16x16/user-mod.png");
	height: 16px;
	width: 16px;
	position: absolute;
	display: inline-block;
	left: 4px;
	bottom: -4px;
}

.thumb-wrap {
	z-index: 1;
}

.thumb-wrap > .thumb > img,
.thumb-wrap > .thumb > div {
	z-index: -1;
	position: relative;
}

.thumb-wrap > .ies-inuse:before {
	content: " ";
	background-image: url("../images/badges/32x32/user-mod.png");
	height: 32px;
	width: 32px;
	position: absolute;
	display: inline-block;
	left: 8px;
	top: 85px;
	z-index: 50;
}

.ies-readonly:before {
	content: " ";
	background-image: url("../images/badges/16x16/lock-mod.png");
	height: 16px;
	width: 16px;
	position: absolute;
	display: inline-block;
	left: 4px;
	bottom: -4px;
}

.thumb-wrap > .ies-readonly:before {
	content: " ";
	background-image: url("../images/badges/32x32/lock-mod.png");
	height: 32px;
	width: 32px;
	position: absolute;
	display: inline-block;
	left: 0px;
	bottom: 4px;
	z-index: 50;
}.sp-compressed .x-tab-default-icon-text-left .x-tab-inner {
	padding-left: 16px;
}.sitepark-ui:before {
	content: url("../images/logos/sitepark-white.png");
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -16px;
}

.x-tab-bar-scroller.sitepark-ui:before {
	content: none;
}.multiupload-grid .loading-indicator {
	background-image: url("../images/loading.gif");
}