.window img.ul{
	position:absolute;
	top: -18px;		left: -1px;
	height: 18px;	width: 2px;
	cursor: nw-resize;
}

.window img.ulSingle{
	position:absolute;
	top: -1px;		left: -1px;
	height: 2px;	width: 2px;
	cursor: nw-resize;
}

.window img.ml
{
	position:absolute;
	top: 0px;		left: -1px;
	height: 100%;	width: 2px;
	cursor: w-resize;
}

.window img.bl
{
	position: absolute;
	left: -1px;		bottom: -1px;
	height: 2px;	width: 2px;
	cursor: sw-resize;
}

.window img.bm
{
	position: absolute;
	bottom: -1px;	width: 100%;
	left: 0px;		height: 2px;
	cursor: s-resize;
}

.window img.br
{
	position: absolute;
	right: -1px;	bottom: -1px;
	height: 2px;	width: 2px;
	cursor: se-resize;
}

.window img.mr
{
	position:absolute;
	top: 0px;		right: -1px;
	height: 100%;	width: 2px;
	cursor: e-resize;
}

.window img.ur
{
	position:absolute;
	top: -18px;		right: -1px;
	height: 18px;	width: 2px;
	cursor: ne-resize;
}

.window img.um
{
	position:absolute;
	top: -18px;		left: 0px;
	height: 18px;	width: 100%;
}

.window img.umSingle
{
	position:absolute;
	top: -1px;		left: 0px;
	height: 2px;	width: 100%;
}

.window img.identball
{
	position: absolute;
	display:none;
	left: 6px;		top: -22px;
	width: 22px;	height: 22px;
}

.window img.icon
{
	position: absolute;
	right: 24px;		top: -18px;
	width: 24px;	height: 24px;
	z-Index: 2;
}

.window div.wincontrols
{
	position: absolute;
	top: -17px;		width: 64px;	height: 16px;	left: 1px;
	text-align: left;
}

.window div.wincontrols img.cbutton
{
	width: 16px;	height: 16px;	margin: 0px;
}

.window div.wincontrols img.cbutton:hover
{
	background-color: #884000;
}

.window img.deco
{
	position: absolute;
	display: none;
	top: -17px;		width: 35px;	height: 16px;	right: 65px;
}

.window div.wintitle
{
	position: absolute;
	top: -17px; 		font-size: 14px;			left: 70px;
	overflow: hidden;	height: 16px;				right: 24px;
	font-weight: bold;	font-family: sans-serif;	text-align: left;
	cursor: default;	color: #ffd700;
}

.window div.dummy, .window div.dummy img
{
	opacity: 0;
	moz-opacity: 0;
	khtml-opacity: 0;
	filter:alpha(opacity=0);
}

.window div.content, .errorWin div.content, .errorWin
{
	background-color: transparent;
	/*background-image: url(./pictures/win-bg.png);*/
	background-color: rgba(128,96,0,0.8);
	position: absolute;		height: 100%;	width: 100%;
	top: 0px; left: 0px;
	overflow: hidden;
}

.errorWin > div {
	text-align: center;
	margin: 20px;
}

.windowManagerLayer {
	background-color: rgba(96,80,0,0.6);
}