
.sWindow {
	background-color: #eeeee6;
	border: 0;
}
/*
.sWindow input[type="text"], 
.sWindow input[type="password"], 
.sWindow textarea,
*/

.sWindowTitle {
	background-image:url('images/title_bg.png');
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.sWindowTitle span {
	padding-left: 5px;
}

.sWindowBody {
	clear: both;
	background-color: #eeeee6;
	text-align	: left;
	overflow: auto;
	position: relative;
}

.sWindowBody ._pTreeItemTextDisabled,
.sWindowBody ._pTreeItemText {
	background-color: #eeeee6;
	border: 1px solid #eeeee6;		
}

.sWindowLoader {
	width 	: 100%;
	height 	: 100%;
	background-color: #fff;
	filter	:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity:0.6;
	opacity	: 0.6;
	position: fixed;
	top		: 0px;
	left	: 0px;
	z-index	: 9998;
}

.sWindow input,
.sWindow textarea,
.sWindow select {
	/* position: fixed; */
}

.sWindow .infoBox {
	background-color : #F0E7C0;
	border-top : 1px solid #A29561;
	border-bottom : 1px solid #A29561;
	bottom : 35px;
	float: left;
	clear: both;
}

.sWindow .infoBox span {
	text-align : center;
	font-size : 9px;
	font-style: italic;
	padding: 5px;
	display: block;
}

._pWindowLoader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #fff;	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:Alpha(opacity=60, finishopacity=60, style=2);
	opacity:0.6;
	-moz-opacity:0.6;
}

._pWindowLoaderImg {
	position: absolute;
	z-index: 1001;	
}

/* Confirm + Alert*/
.AlertTable,
.ConfirmTable {
	margin: 10px auto 0 auto;
	padding: 0;	
	width: 95%;
}

.AlertTable { margin-top: 20px }

.AlertTextIcon,
.ConfirmTextIcon {
	padding: 10px;
	margin: 0;
	vertical-align: top;
}

.AlertText,
.ConfirmText {
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

.AlertInformation,
.ConfirmInformation {
	font-weight: normal;
	padding: 0 10px;
	margin: 0;
}

.ConfirmInformation {
	padding-top: 10px;
}

/* Einstellungs Window */
._pSettingTools {
	width: 150px;
	height: 380px;
	margin: 5px;
	text-align: center;
	border : 1px solid #7c7c7c;
	float: left;
}

._pSettingContent {
	width: 470px;
	height: 380px;
	float: left;
	margin: 5px;;
}

._pSettingTitle {
	float: left;
	border-bottom: 1px solid #7c7c7c;
	width: 450px;
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #48494B;
}

._pSettingSettings {
	float: left;
	clear: both;	
	width: 460px;
	height: 340px;
	margin-top: 5px;
	overflow: auto;
	position: relative
}

._pSettingButtons {
	clear: both;	
}

*+html ._pSettingContent,
*+html ._pSettingSettings {
	width: 450px;
}

*+html ._pSettingContent .topic {
	width:420px
}
