.x-window-ml {
	background: transparent url(../../art/ericschweizer/window/left-right.png) repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}
.x-window-mr {
	background: transparent url(../../art/ericschweizer/window/left-right.png) repeat-y right 0;
	padding-right:6px;
    zoom:1;
}

.x-window-bl {
	background: transparent url(../../art/ericschweizer/window/left-corners.png) no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}
.x-window-br {
	background: transparent url(../../art/ericschweizer/window/right-corners.png) no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}

.x-window-tc {
	background: transparent url(../../art/ericschweizer/window/top-bottom.png) repeat-x 0 0;
	overflow:hidden;
    zoom:1;
}
.x-window-tl {
	background: transparent url(../../art/ericschweizer/window/left-corners.png) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    z-index:1;
    position:relative;
}
.x-window-tr {
	background: transparent url(../../art/ericschweizer/window/right-corners.png) no-repeat right 0;
	padding-right:6px;
}
.x-window-bc {
	background: transparent url(../../art/ericschweizer/window/top-bottom.png) repeat-x 0 bottom;
    zoom:1;
}

.x-window-body{
	background-color: #ffffff;
	}

.x-window-tl .x-window-header {
	-x-system-font:none;
	color:#FFFFFF;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:5px 0 4px;
}