.mwParent {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/* 	min-width: 400px; */
/* 	min-height: 600px; */
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

.mwChild {
	left:0px;
	top:0px;
	width:300px;
	height:200px;
	min-height:200px;
	min-width:300px;
	background-color:#FFFFFF;
	position:absolute;
	/* overflow:hidden; */
	border:2px #A5A5A5 solid !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.mwChildActive {
	border:2px #2585ff solid !important;
}

.mwChildTitle {
	height:20px;
	background-color:#747167;
	position:relative;
}

.mwChildTitleActive {
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #2585ff), color-stop(1, #186fd3)) !important; /* Saf4+, Chrome */
	background: -moz-linear-gradient(top, #2585ff 0%, #186fd3 100%) !important; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #2585ff, #186fd3) !important; /* Firefox */
	background: -webkit-linear-gradient(top, #2585ff 0%, #186fd3 100%) !important; /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #2585ff 0%, #186fd3 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2585ff 0%, #186fd3 100%) !important; /* IE10+ */
	background: linear-gradient(top, #2585ff 0%, #186fd3 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2585ff', endColorstr='#186fd3',GradientType=0 ) !important; /* IE9 */
	color: #ffffff !important;
}

.mwChildTitle {
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #E4E2E4), color-stop(1, #CFCDCF)); /* Saf4+, Chrome */
	background: -moz-linear-gradient(top, #E4E2E4 0%, #CFCDCF 100%); /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #E4E2E4, #CFCDCF);/* Firefox */
	background: -webkit-linear-gradient(top, #E4E2E4 0%,#CFCDCF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E4E2E4 0%,#CFCDCF 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E4E2E4 0%,#CFCDCF 100%);  /* IE10+ */
	background: linear-gradient(top, #E4E2E4 0%,#CFCDCF 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E2E4', endColorstr='#CFCDCF', GradientType='0');  /* IE*/
	border-bottom:1px #9CA49C solid ;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color: #000000;
}

.mwChildTitleActiveTab {
}

.mwChildTitleName {
	float:left;
	font-size:12px;
	margin-top:2px;
	margin-left:5px;
	margin-right:0px;
	cursor: default;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}

.mwChildTitleButton {
	width:18px;
	height:18px;
	background-size: 18px 18px;
	background-image:url(../img/multiwindow/multiwindow_close.png);
	float:right;
	margin-top:2px;
	margin-right:4px;
	cursor: pointer;
}

.mwChildTitleButtonDisable {
	color:grey !important;
}

.mwChildReductionButton {
	background-image:url(../img/multiwindow/multiwindow_fullscreen.png);
	float:right;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	margin-top: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.mwChildContent {
	position: relative;
	width:300px;
	height:175px;
	overflow:hidden;
	margin-bottom:3px;
}

.mwTemplate {
	display:none;
}

.mwChildTitle .menuButtonClassArrow {
	border-top: 0 !important;
	border-bottom: 0 !important;
}
.mwChildTitle .menuListContainerArrow:nth-child(7) .menuButtonClassArrow {
	border-left: 0 !important;
}

.mwChildTitle .menuButtonClass {
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
}
