#dmxWindowOverlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	z-index: 10;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#dmxWindowOverlay[id]{
	/*position:fixed;*/
}

div.indicator
{
	background-image: url( indicator.gif );
	background-position: center center;
	background-repeat: no-repeat;
}

.dmxWindow
{
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	/* [disabled]background-color: #fff; */
	overflow: hidden;
	z-index: 50000;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px none #666;
	border-radius: 0px 0px 12px 0px;
	/* [disabled]box-shadow: 5px 5px 10px 0px rgba(102,102,102,0.6); */
}

.dmxWireframeWindow
{
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	height: 10;
	width: 10;
	overflow: hidden;
	border: 5px none #090;
	/* [disabled]background-color: #eeeeee; */
	z-index: 70000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]box-shadow: 5px 5px 15px 2px rgba(255,255,0,0.6); */
	/* [disabled]border-radius: 12px; */
}

.elementResizable
{
}

.dmxWindow h2
{
	position: relative;
	width: auto;
	height: auto;
	padding: 0px 0 4px 8px;
	margin: 0;
	font-size: 1em;
	font-family: verdana;
	font-family: verdana;
	font-size: 0.7em;
	cursor: pointer;
	white-space: nowrap;
	-moz-user-select: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* [disabled]box-shadow: 5px 5px 15px 2px rgba(0,0,255,0.6); */
	border: 5px none #639;
	/* [disabled]border-radius: 12px; */
}

.dmxWindow .closeHandle
{
	position: absolute;
	/* [disabled]top: 0px; */
	/* [disabled]right: 0px; */
	/* [disabled]width: 30px; */
	/* [disabled]height: 30px; */
	/* [disabled]line-height: 1px; */
	/* [disabled]padding: 0px; */
	/* [disabled]margin: 0px; */
	z-index: 51000;
	overflow: hidden;
	/* [disabled]background-image: url(/Styles/BorderlessWithClose/close3.png); */
}

.dmxWindow .resizeHandle
{
	position: absolute;
	float: none;
	clear: both;
	display: block;
	bottom: 1px;
	right: 1px;
	width: 12px;
	height: 12px;
	line-height: 1px;
	background-image: url( resize.gif );
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 51000;
	overflow: hidden;
	-moz-user-select: none;
	/* [disabled]box-shadow: 5px 5px 15px 2px rgba(255,0,0,0.6); */
	border: 5px none #0FF;
	/* [disabled]border-radius: 12px; */
}

.dmxWindow .frameHolder
{
	position: relative;
	display: block;
	z-index: 50100;
	overflow: visible;
	width: 100%;
	height: 100%;
	margin: 0;
	/* [disabled]padding-top: 5px; */
	/*margin-top: -3px;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]box-shadow: 15px 15px 10px 5px rgba(51,51,51,0.6); */
	border: 5px none #0F0;
	/* [disabled]border-radius: 12px; */
	bottom: 0%;
	left: 0%;
	top: 0%;
	right: 0%;
}

/*
.dmxMoving .frameHolder, .dmxResizing .frameHolder,
*/
.dmxMoving iframe, .dmxResizing iframe
{
	display: none;
}

.dmxMoving div.dmxNoProtect, .dmxMoving div.dmxNoProtect
{
	display: block;
}



.dmxWindow iframe.content
{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px none #F0F;
	/* [disabled]border-radius: 12px; */
	/* [disabled]box-shadow: 5px 5px 15px 2px rgba(0,255,255,0.6); */
	right: 0%;
	bottom: 0%;
}

.dmxWindow div.content
{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	/*
	margin: 0 5px 0 5px;
	*/
	margin: 0;
	background-color: #fff;
	border: 5px none #F00;
	z-index: 50050;
	overflow: visible;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]border-radius: 12px; */
	/* [disabled]box-shadow: 5px 5px 15px 2px rgba(255,0,255,0.6); */
}

.dmxWindow div.content object, .dmxWindow div.content embed
{
	/*z-index: 50055;*/
}

/* gallery mode */
.dmxGallery div.content
{
	margin: 0;
	border-width: 0;
}

.dmxWindow .frameHolder
{
	padding-top: 0;
}
/*gallery mode*/
/* frame mode */
.dmxIFrame div.frameHolder
{
	padding-top: 0;
}
/* frame mode */

.dmxWindow iframe.clear
{
	display: none;
}

* html .dmxWindow iframe.clear
{
	display: none;/*sorry for IE5*/
	display/**/: block;/*sorry for IE5*/
	position: absolute;/*must have*/
	top: 0;/*must have*/
	left: 0;/*must have*/
	z-index: -1;/*must have*/
	/*
	filter:mask();
	filter:alpha(opacity=100);
	*/
	border: 5px none #00F;
	width: 3000px;/*must have for any big value*/
	height: 3000px/*must have for any big value*/;
	/* [disabled]border-radius: 12px; */
}

.dmxPopupTest
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	visibility: hidden;
}