/* common style for help & info iFrames */

a {
   text-decoration: none;
}
a:link {
   color:#0000ff;
}
a:visited {
   color:#0000ff;
}
a:hover {
   color:#990099;
}
a:active {
   color:#0055bb;
}

.wlzIIPViewerIFrameContainer {
   position: absolute;
   top: 160px;
   left: 350px;
   visibility: hidden;
   border: ridge 4px #555;
   width: 30%;
   height: 360px;
   margin: 0px;
   padding: 0px;
   background: #ffd;
   z-index: 1000;
}

.wlzIIPViewerIFrameContainer.modelInfo {
   top: 30px;
   left: 270px;
   width: 420px;
   height: 405px;
}
.wlzIIPViewerIFrameContainer.modelInfo.two {
   top: 30px;
   left: 270px;
   width: 555px;
}
.wlzIIPViewerIFrameContainer.modelInfo.three {
   top: 30px;
   left: 250px;
   width: 720px;
}
.wlzIIPViewerIFrameContainer.modelInfo.four {
   top: 30px;
   left: 100px;
   width: 875px;
}

.wlzIIPViewerIFrameContainer.stage {
   top: 145px;
   left: 355px;
   width: 600px;
   height: 408px;
}

.wlzIIPViewerIFrameContainer.model {
   top: 190px;
   left: 360px;
   width: 50%;
   height: 293px;
}

.wlzIIPViewerIFrameContainer.aspect {
   top: 240px;
   left: 360px;
   width: 50%;
   height: 193px;
}

.wlzIIPViewerIFrameTopDiv {
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   margin: 0px;
   padding: 0px;
}

.wlzIIPViewerIFrameBottomDiv {
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 90%;
   margin: 0px;
   padding: 0px;
   overflow: auto;
}

.wlzIIPViewerIFrameBottomDiv.aspect {
   height: 90%;
}

.wlzIIPViewerIFrameCloseDiv {
   position: absolute;
   top: 0px;
   right: 4px;
   padding: 0px;
   margin: 0px;
   border: outset 1px #555;
   height: 10px;
   width: 11px;
}

img.iframeClose {
   padding: 0px;
   margin: 0px;
   position: relative;
   top: 1px;
   left: 1px;
}

.wlzIIPViewerIFrameHeaderDiv {
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 20px;
   margin: 0px;
   padding: 0px;
}

.wlzIIPViewerIFrame {
   opacity: 0.9;
   filter:alpha(opacity=90);
   position: relative;
   overflow: auto;
   top: 0px;
   left: 0px;
   visibility: hidden;
   width: 100%;
   height: 90%;
   margin: 0px;
   padding: 0px;
   border: none;
   z-index: 1000;
}

.wlzIIPViewerIFrame.modelInfo {
   visibility: hidden;
   top: 2px;
   height: 360px;
}

.wlzIIPViewerIFrame.stage {
   top: 2px;
   height: 365px;
}

.wlzIIPViewerIFrame.model {
   top: 2px;
   height: 250px;
}

.wlzIIPViewerIFrame.aspect {
   top: 2px;
   height: 150px;
   overflow: hidden;
}

h3.info {
   font-size: 14px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}

h4.info {
   font-size: 12px;
   font-style: normal;
   padding: 0px;
   margin: 6px 0 2px;
}

h5.info {
   font-size: 10px;
   font-style: normal;
   padding: 0px;
   margin: 0px;
}

h6.info {
   font-size: 10px;
   font-style: normal;
   padding: 0px;
   margin: 0px;
   color: #33c;
}
