@media print {
	.dragwindow {
		position: absolute;
		display: none;
	}
}


.dragwindow {
	position:           absolute;
}
.dragwindow .dragtable {
	width:              100%;
	height:             100%;
}
.dragwindow .top-left {
	width:              12px;
	height:             7px;
	background-image:   url('dragwindow/top_left.png');
	background-repeat:  no-repeat;
}
.dragwindow .top-mid {
	height:             7px;
	background-image:   url('dragwindow/top_mid.png');
	background-repeat:  repeat-x;
}
.dragwindow .top-right {
	width:              21px;
	height:             7px;
	background-image:   url('dragwindow/top_right.png');
	background-repeat:  no-repeat;
}
.dragwindow .header-left {
	width:              12px;
	height:             21px;
	background-image:   url('dragwindow/header_left.png');
	background-repeat:  no-repeat;
}
.dragwindow .header-mid {
	height:             21px;
	background-image:   url('dragwindow/header_mid.png');
	background-repeat:  repeat-x;
}
.dragwindow .header-right {
	width:              12px;
	height:             21px;
	background-image:   url('dragwindow/header_right.png');
	background-repeat:  no-repeat;
}
.dragwindow .center-left {
	width:              12px;
	background-image:   url('dragwindow/center_left.png');
	background-repeat:  repeat-y;
}
.dragwindow .center-mid {
	background-image:   url('dragwindow/overlay.png');
	background-repeat:  repeat;
	vertical-align:     top;
}
.dragwindow .center-right {
	width:              21px;
	background-image:   url('dragwindow/center_right.png');
	background-repeat:  repeat-y;
}
.dragwindow .bottom-left {
	width:              12px;
	height:             18px;
	background-image:   url('dragwindow/bottom_left.png');
	background-repeat:  no-repeat;
}
.dragwindow .bottom-mid {
	height:             18px;
	background-image:   url('dragwindow/bottom_mid.png');
	background-repeat:  repeat-x;
}
.dragwindow .bottom-right {
	width:              12px;
	height:             18px;
	background-image:   url('dragwindow/bottom_right.png');
	background-repeat:  no-repeat;
}
.dragwindow .title {
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	white-space:        nowrap;
	font-style:			italic;
	color:				#FFFFFF;
	font-size:			12px;
}
.dragwindow .dragcontent {
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
	width:				100%;
	height:				100%;
}
.dragwindow .dragcontentedit {
	color:				#000000;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
	width:				100%;
	height:				100%;
}

.dragwindow .dragcontent:hover {
	text-decoration:	underline;
}


.clearwindow {
	position:           absolute;
}
.clearwindow .dragtable {
	width:              100%;
	height:             100%;
}
.clearwindow .top-left {
	width:              1px;
	height:             1px;
}
.clearwindow .top-mid {
	height:             1px;
}
.clearwindow .top-right {
	width:              1px;
	height:             1px;
}
.clearwindow .header-left {
	width:              1px;
	height:             1px;
}
.clearwindow .header-mid {
	height:             1px;
}
.clearwindow .header-right {
	width:              1px;
	height:             1px;
}
.clearwindow .center-left {
	width:              1px;
}
.clearwindow .center-mid {
	vertical-align:     center;
}
.clearwindow .center-right {
	width:              1px;
}
.clearwindow .bottom-left {
	width:              1px;
	height:             1px;
}
.clearwindow .bottom-mid {
	height:             1px;
}
.clearwindow .bottom-right {
	width:              1px;
	height:             1px;
}
.clearwindow .title {
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	white-space:        nowrap;
	font-style:			italic;
	color:				#FFFFFF;
	font-size:			12px;
}
.clearwindow .dragcontent {
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
	width:				100%;
	height:				100%;
	white-space:		nowrap;
}
.clearwindow .dragcontentedit {
	color:				#000000;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
	width:				100%;
	height:				100%;
}

.clearwindow .dragcontent:hover {
	text-decoration:	underline;
}

