#previewFrameContainer {
    position:absolute;
    top:2px;
    bottom:27px;
    left:2px;
    right:2px;
    background-color:#E8E8E8;
    overflow:hidden;
}

#previewFrame {
    position:absolute;
    border:0px;
    left:50%;
    top:50%;
    background-color:white;
}

.unselectedButton {
    background-color:transparent; 
    border-color:transparent;
    border-width: 1px;
}

button {
    cursor:pointer;
}

.buttonLeft {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}

.textBox {
    margin:0px;
    padding:0px;
    width: 31px;
    height: 14px;
    float:left;
    position:relative;
    margin-top:4px;
    border-width:1px;
    background-color:transparent; 
    border-color:transparent;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
}

.buttonRight {
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative;
}

#emptyDiv {
    width:9px;
    height:1px;
}

.bottomStrip {
    position:fixed;
    bottom:0px;
    left:0px;
    height:25px;
    right:15px;
    padding:0px;
    margin-top:4px;
}

#pageNumberWrapper{
    float:left;
    position: relative;
}

#pageNumber {
    min-width:10px;
    text-align:center;
    font-size: 9px;
    padding:0px;
}

#content {
    margin-right:auto;
    margin-left:auto;
    vertical-align:middle;
    width:100%;
}

.disabledButton {
    opacity:0.5;
}

.imageProperties {
    height: 22px;
    width: 26px;
    padding:0px;
    border:none;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-opCursor1x {
    cursor:url('images/Cur_No_8_8.png'), auto;
}

.no-opCursor2x {
    cursor:url('images/Cur_x2_No_16_16.png'), auto;
}

.ctooltip-data{
    display: none;
    background: #ffffff;
    color: #000;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    text-align: left;
    padding: 3px;
    position: absolute;
    outline: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    bottom: calc(100% + 5px);
    white-space: nowrap;
}

.buttonLeft:hover.ctooltip:hover > .ctooltip-data{
    left: 0%;
    display: inline-block;
}

.buttonRight:hover.ctooltip:hover > .ctooltip-data{
    right: 100%;
    display: inline-block;
}

#pageNumberWrapper:hover.ctooltip:hover > .ctooltip-data{
    left: 0%;
    display: inline-block;
}

.iframeHidden {
    visibility: hidden;
}


