﻿body {
  background-color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none !important;
  -webkit-user-select: none
}
#ScrollArea, #ThumbScrollArea {
  background-color: #808080;
}

#ControlBar {
  height: 52px;
}

#ControlBar2 {
  width: 52px;
}

#ControlBar table, #ControlBar2 table {
  font-size:20px;
  font-family: Helvetica;
  font-weight: bold;
}

.Page {
  -webkit-transform: scale(1.0);  /* for iPad scaling */
}

.ThumbPage {
  background-color: #ffffff;
}
.ThumbPage .ThumbPageNumber {
  font-size:15px;
  font-family: Helvetica;
  font-weight: bold;
}

.zoomInOutTransition {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
}

.scrollTransition {
  -webkit-transition-property: left, top;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
}

#SubwindowLayer {
  position:absolute;
  left:0px;
  top:0px;
/*
  width:100%;
  height:100%;
*/
/*
  overflow:hidden;
*/
}

div.Subwindow {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:white;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

div.Subwindow iframe {
  position:absolute;
  left:0px;
  top:1px;
  width:100%;
  height:100%;
  border: none;
  background-color:white;
}
