﻿html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: Trebuchet MS, Verdana, Sans-Serif;
}
#InitialLoadingScreen {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  z-index: 2000;
  left: 0px;
  top: 0px;
  position: absolute;
}
.InitialLoadingScreenOverlay {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: Gray;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.InitialLoadingScreenMessageContainer {
  left: 50%;
  top: 40%;
  width: 250px;
  height: 100px;
  margin-left: -125px;
  position: absolute;
  border: solid black;
  background-color: White;
}
#InitialLoadingScreenMessage {
  margin-bottom: 5px;
}
#InitialLoadingScreenThrobber {
  background-image: url(/Content/images/BigLoadingBar.gif);
  width: 220px;
  height: 19px;
  margin-left: 15px;
}
#JavaScriptDisabled, #CookiesDisabled {
  text-align: center; 
  padding: 15px 0 0 0;  
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2001;
  background-color: White;
}

.DigitalEditionLogo {
  
}
.DigitalEditionTitle {
  margin: 15px;
  font-size: x-large;
  font-weight: bold; 
}
.DigitalEditionReaderFullText {
  position: absolute;
  top: 300px;
  left: 15px;
  text-align: left;
}
#JavaScriptDisabledMessage {
  position: absolute;
  top: 190px;
  left: 25%;
  width: 50%;  
  font-size: x-large;
  font-weight: bold;
  color: Red;
}
#CookiesDisabledMessage {
  position: absolute;
  top: 190px;
  left: 25%;
  width: 50%;  
  font-size: x-large;
  font-weight: bold;
  color: Red;
}
.DigitalEditionPageUrls {
  position: absolute;
  top: 1000px;
}


