/* CSS Document */

#dmxWindowOverlay {
display : none;
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
background-color : #ccc;
z-index : 10;
}
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;
}
.dmxWireframeWindow {
position : absolute;
visibility : hidden;
top : 0;
left : 0;
overflow : hidden;
border : 1px dashed #dedede;
background-color : #eeeeee;
z-index : 70000;
}
.dmxWindow h2 {
position : relative;
width : auto;
height : auto;
padding : 0 0 4px 8px;
margin : 0;
font-size : 1em;
font-family : verdana;
font-family : verdana;
font-size : 0.7em;
cursor : pointer;
white-space : nowrap;
}
.dmxWindow .closeHandle {
position : absolute;
top : 4px;
right : 4px;
width : 16px;
height : 16px;
line-height : 1px;
padding : 0;
margin : 0;
z-index : 51000;
overflow : hidden;
background-image : url(cancelnova.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;
}
.dmxWindow .frameHolder {
position : relative;
display : block;
z-index : 50100;
overflow : visible;
width : 100%;
height : 100%;
border-width : 0;
margin : 0;
padding-top : 5px;
}
.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;
border : 1px solid #999;
}
.dmxWindow div.content {
position : relative;
display : block;
width : auto;
height : auto;
margin : 0;
background-color : #fff;
border : 1px solid #eee;
z-index : 50050;
overflow : visible;
background-position : center center;
background-repeat : no-repeat;
}
.dmxGallery div.content {
margin : 0;
border-width : 0;
}
.dmxWindow .frameHolder {
padding-top : 0;
}
.dmxIFrame div.frameHolder {
padding-top : 0;
}
.dmxWindow iframe.clear {
display : none;
}
* html .dmxWindow iframe.clear {
display : none;
display : block;
position : absolute;
top : 0;
left : 0;
z-index : -1;
border : 0 none #fff;
width : 3000px;
height : 3000px;
}
.dmxPopupTest {
display : block;
position : absolute;
left : 0;
top : 0;
width : 10px;
height : 10px;
visibility : hidden;
}

