<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divThumbCon {
    background: #5C7DA1;
    border: 1px solid #222222;
    position: absolute;
    width: 150px;
    right: 0px;
    top: 0px;
    bottom: 3px;
    overflow: auto;
}

.divImageViewCon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

.divViewerCon {
    background: #5C7DA1;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0px;
    right: 150px;
    top: 0px;
    bottom: 3px;
    overflow: auto;
    text-align: center;
}

.divThumbnail {
    border: 1px solid #ffffff;
    height: 120px;
    margin: 0px auto;
    width: 100px;
    background: #5C7DA1;
}

.divThumbnailFull {
    border: 1px solid #ffffff;
    /*height: 400px;*/
    margin: 0px auto;
    width: 600px;
    background: #ffffff;
    position: relative;
    border: 1px solid #5C7DA1;
    min-height: 400px;
}

.divThumbnailFullZoom1 {
    border: 1px solid #ffffff;
    height: 500px;
    margin: 0px auto;
    width: 500px;
    background: #454545;
}

.divThumbnailFullZoom2 {
    border: 1px solid #ffffff;
    height: 600px;
    margin: 0px auto;
    width: 600px;
    background: #454545;
}

.divThumbnailSelected {
    border: 2px solid gray;
    height: 120px;
    margin: 0px auto;
    width: 100px;
    background: #454545;
}

.imgThumbnail {
    /*height: auto;*/
    width: 99px;
    min-height: 119px;
}

.imgThumbnailFull {
    /*position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;*/
    z-index: 99;
    width: 100%;
    /*height: auto;*/
    min-height: 400px;
}


.imgThumbnailFull_Back {
    /*position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;*/
    z-index: 98;
    width: 100%;
    /*height: auto;*/
    min-height: 400px;
}

.imgThumbnailFullZoom1 {
    height: 499px;
    width: 499px;
}

.imgThumbnailFullZoom2 {
    height: 599px;
    width: 599px;
}

/*Pan*/
.divImageCont {
    /*width: 800px;             height: 500px;*/
    overflow: scroll;
    /*position: relative;*/
}

.divImg {
    opacity: 0.00;
    filter: alpha(opacity=0);
    background: #ffddee;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* End of Pan */

/*Control box*/
.divTools {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 60px;
    z-index: 100;
    top: -1px;
}

.divControls {
    background: rgba(209, 203, 203, 0.52);
    width: 300px;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


.divZoomIn {
    background: url(/Images/zoom_in.png) no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .divZoomIn:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
.divPdf 
{
    background: url(/Images/pdf.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);

}
    .divPdf:hover 
    {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

    .saveimg 
{
    background: url(/Images/saveimg.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);   

}
    .saveimg:hover 
    {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.divZoomOut {
    background: url(/Images/zoom_out.png) no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .divZoomOut:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }


.divZoom {
    background: url(/Images/zoom.png) no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .divZoom:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }


.divFullScreen {
    background: url(/Images/fullscreen.png) no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .divFullScreen:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }


.divFullScreenExit {
    background: url(/Images/fullscreen_exit.png) no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .divFullScreenExit:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
/*End of Control box*/

</pre></body></html>