#dmxWindowOverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #777;
	-moz-opacity: .4;
	opacity: .4;
	filter: alpha(40);
}

#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;
	background-color: #fff;
	overflow: hidden;
	border-top: 1px solid #dedede;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 50000;
	overflow: hidden;
	opacity: 1;
	/* filter: alpha(100); */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.elementResizable
{
}

.dmxWindow, .dmxWindow h2
{
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.dmxNova
{
}

.dmxXP
{
}

.dmxOSX
{
}

.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;
}

.dmxNova h2
{
	padding: 5px 0 7px 8px;
	background-image: url(titlenova.png);
	background-position: left 0px;
	background-repeat: repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dmxXP h2
{
	padding: 7px 0 9px 8px;
	color: #fff;
	background-image: url(titlexp.png);
	background-position: left 0px;
	background-repeat: repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dmxOSX h2
{
	padding: 7px 0 9px 16px;
	color: #fff;
	background-image: url(titleosx.png);
	background-position: left 0px;
	background-repeat: repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

.dmxWindow .closeHandle
{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	line-height: 1px;
	z-index: 51000;
	overflow: hidden;
	background-image: url(cancelnova.png);
}

.dmxNova .closeHandle
{
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(cancelnova.png);
}

.dmxXP .closeHandle
{
	top: 4px;
	right: 3px;
	width: 21px;
	height: 21px;
	background-image: url(cancelxp.png);
}

.dmxOSX .closeHandle
{
	top: 5px;
	left: 3px;
	width: 18px;
	height: 18px;
	background-image: url(cancelosx.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;
}

.dmxWindow .frameHolder
{
	position: relative;
	display: block;
	z-index: 50100;
	overflow: visible;
	width: 100%;
	height: 100%;
	border-width: 0px;
	margin: 0;
	padding-top: 5px;
	/*margin-top: -3px;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dmxMoving .frameHolder, .dmxResizing .frameHolder
{
	display: none;
}


.dmxWindow iframe.content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dmxWindow div.content
{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	/*
	margin: 0 5px 0 5px;
	*/
	margin: 0;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 50050;
	overflow: visible;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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();/*must have*/
	filter:alpha(100);
	border: 0px none #fff;
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}