.ViewBoxItem {
	cursor: pointer;
}
.ViewBoxWrapper {
    position: fixed;
    top: 0pt;
    bottom: 0pt;
    right: 0pt;
    left: 0pt;
    z-index: 1060;
    background-color: rgb(119,119,119);
    background-color: rgba(119,119,119, 0.5);
    display: none;
}
.ViewBoxContent{
    position: absolute;
    top: 15pt;
    bottom: 15pt;
    right: 15pt;
    left: 15pt;
    text-align: center;
    padding: 10pt;
    background-color: white;
}
.ViewBoxInner {
    width: 100%;
    height: 100%;
    background-color: black;
}
.ViewBoxInner.Loading {
    background-image: url( /web1/images/loading.gif );
    background-repeat: no-repeat;
    background-position: center;
}

.ViewBox {
    width: 100%;
    height: 100%;
    display: none;
}

.ViewBox.ViewBoxHtml .text {
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

.ViewBox iframe {
    height: 100%;
    width: 100%;
}
.ViewBoxContent img {
    vertical-align: middle;
    max-height: 100%;
	max-width: 100%;
    display: none;
}
.ViewBoxContent span.ViewBoxHelper {
    display:inline-block;
    height:100%;
    vertical-align: middle;
}
.ViewBoxContent a.ViewBoxClose {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    display: inline-block;
    background: transparent url( /web1/images/close_button.png ) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
}
