@CHARSET "UTF-8";

#fancybox-content {
	background-color: #444444;
	color: #666;
	background-image: url(../../../cms/system/img/upload_win_bg.jpg);
}


#fancybox-content input[type="text"],
#fancybox-content input[type="password"],
#fancybox-content textarea {
	width: 98%;
}

#fancybox-content select {
	width: 99%;
}

/* ============================= */

#fancybox-content .item {
	float:left;
	width:378px;
	height:200px;
	text-align:center;
	margin:10px;
	border-left:1px #666 dotted;
}

#fancybox-content .item .text {
	float:left;
	text-align:left;
	width:260px;
	padding:30px 0 0 10px;
}

#fancybox-content .item .bild {
	float:left;
	text-align:left;
	width:100px;
	padding-top:30px;
}

/* 
	EMAIL UPLOAD 
	==================================
*/

#fancybox-content {
    width: 100%;
    height: 100%;
}

#fancybox-content .headlineRow {
	height: 40px;
	line-height: 40px;
	background-color: #999;
	color: #000;
}

#fancybox-content .headlineRow .titleImg {
	height: 25px; 
	width: 25px; 
	vertical-align: middle; 
	margin-left: 10px; 
	margin-right: 10px;
}

#fancybox-content .headlineRow .titleText {
	font-size:16px;
	font-weight:bold;
}

#fancybox-content .contentRow {
	overflow: auto;
	overflow-x: hidden;
    height: 100%;
	color: #000;
	background-color: #ecebeb;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#fancybox-content .footRow {
	background-color:#999;
	color:#000;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 10px;
}

.bigInput {
	font-size:20px !important;
	padding:3px;
	text-align:right;
}
/* 
	EMAIL UPLOAD END
	==================================
*/

.element {
	float: left;
}

.elementSingle {
	clear: both;
}

.elementDual {
	float: left;
	width: 50%;
}

.elementTripple {
	float: left;
	width: 33%;
}

.element,
.elementSingle, 
.elementDual, 
.elementTripple {
	margin-bottom: 10px;
}

.element .header, 
.elementSingle .header, 
.elementDual .header, 
.elementTripple .header {
	font-size: 16px;
	font-weight: bold;
}

.element .tooltip, 
.elementSingle .tooltip, 
.elementDual .tooltip,
.elementTripple .tooltip {
	margin-right: 1px;
	margin-left: 1px;
	font-size: 9px;
}

.element .option,
.elementSingle .option,
.elementDual .option,
.elementTripple .option {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: solid #999 1px;
	background-color: #FFF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.element .option:hover,
.elementSingle .option:hover,
.elementDual .option:hover,
.elementTripple .option:hover {
	background-color: #e2e2e2;
}


/*
AB HIER VERALTETE DATEIEN
======================================================================================================
*/
.weoWindow {
	background-color: #444444;
	border: 10px solid #FFFFFF;
	color: #666;
	position: absolute;
    left: 50%;
	top: 50px;
	z-index: 100000;
	background-image: url(../../../cms/system/img/upload_win_bg.jpg);
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.weoWindowOuter {
	background-color:#000;
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:99999;
}

.weoWindow .weoWindowClose {
	position: absolute;
	margin-left:auto;
    left: auto;
    right: 0px;
    margin-right: 0px;
	top: -35px;
	cursor: pointer;
}

.weoWindow .weoWindowReload {
	position: absolute;
	margin-left:auto;
    left: auto;
    right: 0px;
    margin-right: 30px;
	top: -35px;
	cursor: pointer;
}

.weoWindow .weoWindowUndo {
	position: absolute;
	margin-left:0px;
    left: 0px;
	top: -35px;
	cursor: pointer;
}

.weoWindow input[type="text"],
.weoWindow input[type="password"],
.weoWindow textarea {
	width: 98%;
}

.weoWindow select {
	width: 99%;
}

/* ============================= */
.innerContentWindow { }

.innerContentWindow .item {
	float:left;
	width:378px;
	height:200px;
	text-align:center;
	margin:10px;
	border-left:1px #666 dotted;
}

.innerContentWindow .item .text {
	float:left;
	text-align:left;
	width:260px;
	padding:30px 0 0 10px;
}

.innerContentWindow .item .bild {
	float:left;
	text-align:left;
	width:100px;
	padding-top:30px;
}

/* 
	EMAIL UPLOAD 
	==================================
*/

.weoUserWindowTable {
    width: 100%;
    height: 100%;
}

.weoUserWindowTable .headlineRow {
	height: 40px;
	line-height: 40px;
	background-color: #999;
	color: #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

.weoUserWindowTable .headlineRow .titleImg {
	height: 25px; 
	width: 25px; 
	vertical-align: middle; 
	margin-left: 10px; 
	margin-right: 10px;
}

.weoUserWindowTable .headlineRow .titleText {
	font-size:16px;
	font-weight:bold;
}

.weoUserWindowTable .contentRow {
	overflow: auto;
	overflow-x: hidden;
    height: 100%;
	color: #000;
	background-color: #ecebeb;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.weoUserWindowTable .footRow {
	background-color:#999;
	color:#000;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	text-align: right;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.bigInput {
	font-size:20px !important;
	padding:3px;
	text-align:right;
}
/* 
	EMAIL UPLOAD END
	==================================
	BIS HIER SIND DAS ALTE DATEIEN
*/
