.mwParent {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/* 	min-width: 400px; */
/* 	min-height: 600px; */
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

.mwChild {
	left:10px;
	top:10px;
	width:300px;
	height:200px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	position:absolute;
	/* overflow:hidden; */
}

.mwChildTitle {
	width:300px;
	height:25px;
	background-color:#747167;
	position:relative;
}

.mwChildTitleActive {
	background: -moz-linear-gradient(top, #888888 0%, #000000 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #888888, #000000); /* Firefox */
	background: -webkit-linear-gradient(top, #888888 0%, #000000 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #888888 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #888888 0%, #000000 100%); /* W3C */
}

.mwChildTitleActiveTab {
}

.mwChildTitleName {
	float:left;
	color:#FFFFFF;
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
	margin-right:15px;
	cursor: default;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}

.mwChildTitleButton {
	width:16px;
	height:16px;
	background-image:url(../img/multiwindow_close.png);
	float:right;
	background-color:#600000;
	margin-top:4px;
	margin-right:4px;
}

.mwChildReductionButton {
	width:16px;
	height:16px;
	background-image:url(../img/multiwindow_fullscreen.png);
	float:right;
	background-color:#600000;
	margin-top:4px;
	margin-right:4px;
}

.mwChildContent {
	width:300px;
	height:175px;
	overflow:hidden;
	margin-bottom:3px;
}

.mwTemplate {
	display:none;
}

