.dWindow {
	background: #FFF;
	position:absolute;
	z-index:10000;
	border:3px double #79B;
}

.dWindow .topBar{
	width:100%;
	height: 20px;
	cursor: pointer;
	border-left: 0px;
	background: #BCD;
}

.dWindow .closeBtn {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dWindow td.leftBorder {
	width:2px;
	cursor:w-resize;
}

.dWindow td.rightBorder {
	width:2px;
	cursor:e-resize;
}

.dWindow td.bottomBorder {
	height:2px;
	background: #fff url('../imgs/border-bottom.gif') repeat-x;
	cursor:s-resize;
}

.dWindow .centralArea {
	width: 200px;
	height: 200px;
	background: #FFF;
	vertical-align: top;
	overflow: auto;
	border:0px;
}

.dWindow td.statusBar {
	position: relative;
	height: 16px;
	background: #d5e4f5;
}

.dWindow .resize {
	position: absolute;
	width: 12px;
	height: 12px;
	right:2px;
	bottom:2px;
	background: #d5e4f5 url('../imgs/resize.gif') no-repeat bottom right;
	cursor: se-resize;
	font-size:1px;
	line-height:0;
}

.dragging {
	cursor: move;
}

.dContainer {
	border-left: 0px;
}