.x-window-ml {
	background: transparent url(../../art/procafe/window/left-right.gif) repeat-y 0 0;
}
.x-window-mr {
	background: transparent url(../../art/procafe/window/left-right.gif) repeat-y right 0;
}

.x-window-bl {
	background: transparent url(../../art/procafe/window/left-corners.gif) no-repeat 0 bottom;
}

.x-window-br {
	background: transparent url(../../art/procafe/window/right-corners.gif) no-repeat right bottom;
}

.x-window-tc {
	background: transparent url(../../art/procafe/window/top-bottom.gif) repeat-x 0 0;
}

.x-window-tl {
	background: transparent url(../../art/procafe/window/left-corners.gif) no-repeat 0 0;
}

.x-window-tr {
	background: transparent url(../../art/procafe/window/right-corners.gif) no-repeat right 0;
}

.x-window-bc {
	background: transparent url(../../art/procafe/window/top-bottom.gif) repeat-x 0 bottom;
}

.x-tool {
	background:transparent url(../../art/procafe/window/tool-sprites.gif) no-repeat scroll 0 0;
}

.x-window-tl .x-window-header {
	color: #976e42;
}

/* Rand im window */
.x-window-mc {
	background: #CBAE91 none repeat scroll 0 0;
	border:1px solid #976e42;
}

/* Ghosting */
/* Panelfarbe beim schieben */
.x-panel-ghost {
    background:#cdae91;
}

/* Rand beim verschieben */
.x-panel-ghost ul {
    border:1px solid #976e42;
}

.x-panel-ghost .x-window-tl {
    border-bottom:1px solid #976e42;
}

/* Popup effektfarbe */
.x-window-proxy {
	background:#cdae91 none repeat scroll 0 0;
	border:1px solid #cdae91;
}
