.dWindow {
	background: #aaa;
	position:absolute;
	z-index:10000;
	font-size: 12px;
	color:#000000;
}

.dWindow .panel {
	height: 32px;
	line-height: 32px;
	background: #cccccc;
	border-bottom: 1px solid #808080;
	margin-bottom: 10px;
}

.dWindow .button {
	margin: 0px 10px;
	text-align:center;
	color:#444;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px dashed #444;
	cursor: pointer;
}

.dWindow .button:hover{
	color:#666;
	border:0;
}

.dWindow input[type="text"], .dWindow input[type="password"], .dWindow select, .dWindow textarea {
	margin: 2px 0;
	padding: 2px;
}

.dWindow textarea {
	width: 500px;
	height: 250px;
}

.dWindow table, .dWindow td, .dWindow th{
	border:0;
	padding:0;
	margin:0;
}

.dWindow .topBar{
	height: 20px;
	background: #bad0ee url('../img/white-top-bottom.gif') repeat-x;
	border-left: 1px solid #84a0c4;
	border-right: 1px solid #84a0c4;
}

.dWindow .closeBtn {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url('../img/close.gif') no-repeat;
}

.dWindow td.leftBorder {
	width:2px;
	background:#fff url('../img/border-left.gif') repeat-y;
	cursor:w-resize;
}

.dWindow td.rightBorder {
	width:2px;
	background:#fff url('../img/border-right.gif') repeat-y;
	cursor:e-resize;
}

.dWindow td.bottomBorder {
	height:2px;
	background: #fff url('../img/border-bottom.gif') repeat-x;
	cursor:s-resize;
}

.dWindow .centralArea {
	width: 200px;
	height: 200px;
	background: #fafafa;
	vertical-align: top;
	overflow: auto;
}

.dWindow td.statusBar {
	position: relative;
	height: 16px;
	background: #d5e4f5;
}

.dWindow .resize {
	position: absolute;
	width: 12px;
	height: 12px;
	right:2px;
	bottom:2px;
	background: #d5e4f5 url('../img/resize.gif') no-repeat bottom right;
	cursor: se-resize;
	font-size:1px;
	line-height:0;
}

.dragging {
	cursor: move;
}

.dWindow .gray {
	width: 100%;
	height: 100%;
	background: #808080;
	opacity: 0.5;
}

.dWindow table.list td, .dWindow table.list th {
	padding: 2px;
}

.dWindow .light {
	background: #eeeeee;
}