﻿
#DigitalEditionReader {
  top: 0px;
  left: 0px;
  overflow: hidden;
  font-family: Trebuchet MS, Verdana, Sans-Serif;
  background-color: white;
  cursor: default;
}

.Hidden {
  display: none;
}

.Draggable {
  cursor: url(/Content/images/openhand.cur), default;
}

.Dragging {
  cursor: url(/Content/images/closedhand.cur), default;
}

.ZoomInAble {
  cursor: url(/Content/images/zoomin.cur), default;
}

.ZoomOutable {
  cursor: url(/Content/images/zoomout.cur), default;
}

a {
  border: none;
  outline: none;
}

.ExternalLink .url {
  float: left;
}

.BoldText {
  font-weight: bold;
}

.ActiveSpinner {
  width: 32px;
  height: 32px;
  background-image: url(/Content/images/Skins/GrayMonotone/Spinner32X32.gif);
}

.InactiveSpinner {
  width: 32px;
  height: 32px;
  background-image: url(/Content/images/Transparent16X16.gif);
}

.DialogLoadingSpinner {
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
}

#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/Skins/GrayMonotone/BigLoadingBar.gif);
  width: 220px;
  height: 19px;
  margin-left: 15px;
}

#PageSetLoadSpinner {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}

#SearchSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

#ArchivesMetadataSpinner {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

#WordFindSpinner {
  margin-left: 10px;
  display: inline-block;
}

#DigitalEditionReaderWordFindDialog {
  vertical-align: middle;
}


#DigitalEditionReaderPrintDialog {
  text-align: center;
  padding: 0;
}

button.PrintDialogButton  {
  width: 215px;
  height: 28px;
  margin: 5px;
  font-family: Helvetica;
  font-size: 1em;
  -moz-box-shadow: inset 0px 1px 0px 0px #d6d6d6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d6d6d6;
  box-shadow: inset 0px 1px 0px 0px #c0c0c0;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDCDCD), color-stop(1, #969696) );
  background: -moz-linear-gradient( center top, #CDCDCD 5%, #969696 100% );
  background-color: #CDCDCD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #6b6b6b;
}

.PrintDialogPointerBack {  
  content: ' ';  
  position: absolute;  
  width: 0;  
  height: 0;  
  left: 96px;  
  top: -33px;  
  border: 16px solid;  
  border-color: transparent transparent #AAA transparent;  
  pointer-events: none;
}  

.PrintDialogPointerFront {
  content: ' ';  
  position: absolute;  
  width: 0;  
  height: 0;  
  left: 97px;  
  top: -30px;  
  border: 15px solid;  
  border-color: transparent transparent #C9C9C9 transparent;  
  pointer-events: none;
}

.ActiveText {
  color: Black;
}

.InactiveText {
  color: Gray;
}

.Clickable {
  cursor: pointer;
}

.LinkMimic {
  color: Blue;
  text-decoration: underline;
  cursor: pointer;
}

.NotClickable {
  cursor: default;
}

.FeedbackFormLink {
  font-size: medium;
}

.ViewShield {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}

#DigitalEditionReaderToolbar {
  width: 100%;
  height: 0;
  position: absolute;
  overflow: visible;
  z-index: 100;
  left: 0px;
  top: 0px;
  min-width: 1015px;
}

.ToolbarSection {
  overflow: visible;
}

#DigitalEditionReaderToolbarSection0 {
  float: left;
  display: inline;
  width: 50%;
  margin-right: -265px;
  height: 1px;
}

#DigitalEditionReaderToolbarSection0Inner {
  margin-right: 265px;
  height: 1px;
}

#DigitalEditionReaderToolbarSection1 {
  width: 530px;
  height: 55px;
  float: left;
  position: relative;
  z-index: 10;
  background-image: url(/Content/images/Skins/GrayMonotone/Toolbarbackground.png);
}

#DigitalEditionReaderToolbarSection2 {
  width: 50%;
  position: absolute;
  right: 0;
  height: 1px;
}

#DigitalEditionReaderToolbarSection2Inner {
  margin-left: 265px;
  height: 1px;
}

.DigitalEditionReaderSidebar {
  width: 55px;
  height: 162px;
  position: absolute;
  overflow: visible;
  z-index: 100;
  top: 50%;
  margin-top: -75px;
}

#DigitalEditionReaderLeftSidebar {
  left: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/LeftSidebarBackground.png);
}

#DigitalEditionReaderRightSidebar {
  right: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/RightSidebarBackground.png);
}

.LeftSidebarSection {
  overflow: visible;
  cursor: pointer;
}

.RightSidebarSection {
  overflow: visible;
  cursor: pointer;
}

.ThumbnailCloseIcon {
  background-image: url(/Content/images/Skins/GrayMonotone/CloseButton.png);
  width: 30px;
  height: 30px;
  position: fixed;
  right: 20px;
  top: 5px;
  cursor: pointer;
  overflow: visible;
  z-index: 30;
}

.ToolbarGui {
  display: inline;
  float: right;
  overflow: hidden;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
}

.DisabledToolbarGui {
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.disabled.png);
}

.PreviousPageIcon {
  width: 50px;
  height: 50px;
  left: 217px;
  top: 3px;
  background-position: -800px 0px;
}

.NextPageIcon {
  width: 50px;
  height: 50px;
  left: 269px;
  top: 3px;
  background-position: -750px 0px;
}

.ZoomInIcon {
  width: 30px;
  height: 40px;
  left: 178px;
  top: 9px;
  background-position: -510px 0px;
}

.ZoomOutIcon {
  width: 30px;
  height: 40px;
  left: 178px;
  top: 9px;
  background-position: -460px 0px;
}

.TocIcon {
  width: 44px;
  height: 40px;
  left: 123px;
  top: 9px;
  background-position: 0px 0px;
}

.ThumbnailsIcon {
  width: 30px;
  height: 40px;
  left: 88px;
  top: 9px;
  background-position: -159px 0px;
}

.SearchIcon {
  width: 63px;
  height: 40px;
  left: 12px;
  top: 9px;
  background-position: -250px 0px;
}

.ShareIcon {
  width: 30px;
  height: 40px;
  left: 331px;
  top: 9px;
  background-position: -410px 0px;
}

.ArchivesIcon {
  width: 30px;
  height: 40px;
  left: 410px;
  top: 9px;
  background-position: -109px 0px;
}

.SettingsIcon {
  width: 37px;
  height: 40px;
  left: 446px;
  top: 9px;
  background-position: -354px 0px;
}

.PrintIcon {
  width: 26px;
  height: 40px;
  left: 372px;
  top: 9px;
  background-position: -210px 0px;
}

.HelpIcon {
  width: 30px;
  height: 40px;
  left: 495px;
  top: 9px;
  background-position: -59px 0px;
}

.PublicationImageLeft {
  position: relative;
  margin: auto;
  cursor: pointer;
  top: 0px;
  max-height: 55px;
  width: auto;
}

.PublicationImageRight {
  position: relative;
  margin: auto;
  cursor: pointer;
  top: 0px;
  float: right;
  max-height: 55px;
  width: auto;
}

.LeftSidebarPreviousPageIcon {
  width: 50px;
  height: 50px;
  left: 3px;
  top: 76px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -800px 0px;
}

.LeftSidebarNextPageIcon {
  width: 27px;
  height: 27px;
  left: 15px;
  top: 43px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -550px 0px;
}

.LeftSidebarFirstPageIcon {
  width: 27px;
  height: 27px;
  left: 15px;
  top: 10px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -650px 0px;
}

.LeftSidebarLastPageIcon {
  width: 27px;
  height: 27px;
  left: 15px;
  top: 132px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -700px 0px;
}

.RightSidebarPreviousPageIcon {
  width: 27px;
  height: 27px;
  left: 17px;
  top: 43px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -600px 0px;
}

.RightSidebarNextPageIcon {
  width: 50px;
  height: 50px;
  left: 5px;
  top: 76px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -750px 0px;
}

.RightSidebarFirstPageIcon {
  width: 27px;
  height: 27px;
  left: 17px;
  top: 10px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -650px 0px;
}

.RightSidebarLastPageIcon {
  width: 27px;
  height: 27px;
  left: 17px;
  top: 132px;
  position: absolute;
  background-image: url(/Content/images/Skins/GrayMonotone/toolbaricons.gray.png);
  background-position: -700px 0px;
}

.LeftSidebarIcon {
  cursor: pointer;
  border: 0;
}

.RightSidebarIcon {
  cursor: pointer;
  border: 0;
}

#DigitalEditionReaderViewPane {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.ViewStage {
  width: 100%;
  height: 100%;
  position: absolute;
}

.PageSet {
  position: absolute;
}

.ViewStage .PageSet {
  height: 100%;
}

.ImagePageLeft {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.ImagePageMiddle {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.ImagePageRight {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.ImagePageSingle {
  border: 1px solid black;
}

.RestrictedBackgroundImage {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: auto;
}

.ThumbnailPageSet {
  position: absolute;
  border: solid 1px black;
  overflow: visible;
}

.CurrentThumbnailBorder {
  background-color: Chartreuse;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -4px;
  border: solid 4px Chartreuse;
  z-index: -10;
}

.SelectedThumbnailBorder {
  background-color: Yellow;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -4px;
  border: solid 4px Yellow;
  z-index: -1;
}

.ImagePage {
  position: absolute;
  overflow: visible;
}

.RestrictedImagePage {
  overflow: hidden;
}

.ThumbnailsView {
  position: absolute;
  overflow: auto;
  background-image: url(/Content/images/TranslucentBackground.png);
  z-index: 1050;
}

.HtmlPage {
  position: absolute;
}

.Transition {
  border: solid 1px black;
}

.BackgroundImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 25;
}

.ForegroundImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.TempBackgroundImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.TempForegroundImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


#TelemetryDialog {
  background-color: Gainsboro;
  color: Blue;
  font-size: small;
}

.TelemetryList {
  padding-left: 10px;
}

.TelemetryOddRow {
  background-color: Azure;
}

.Telemetry {
  list-style-type: none;
}

.Error {
  color: Red;
}

.LinkContentBox {
  display: block;
  z-index: 60;
  position: absolute;
}

.LinkContentBoxFrame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 61;
  border: none;
  outline: none;
}

.LinkHighlight {
  background-color: Yellow;
  border: 1px solid Red;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
  filter: Alpha(Opacity=30);
  z-index: 60;
}

.LinkText {
  border-bottom: solid 2px #7777ff;
}

.MediaContentBox {
  z-index: 65;
}

.MediaContentBox_Border {
  border: solid 1px black;
}

.ThumbnailPageSetLabel {
  color: rgb(34, 127, 208);
  width: 150px;
  height: 22px;
  background-image: url(/Content/images/Skins/GrayMonotone/ThumbnailLabel.png);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  margin-top: 2px;
  text-align: center;
  font-weight: bold;
}

#DigitalEditionReaderSettingsDialog {
  font-size: medium;
  background-repeat: repeat-x;
  overflow: hidden;
}

.SettingsRightPane {
  float: right;
  width: 295px;
  margin-top: 10px;
  font-size: small;
  overflow: auto;
  max-height: 430px;
}

.KeyboardShortcutSection {
  color: White;
  background-color: rgb(128,128,128);
  border: solid 2px black;
  padding: 10px;
  padding-top: 0;
}

.KeyboardShortcutTable {
}

.KeyboardShortcutTable td {
  vertical-align: top;
}
.KeyboardShortcutColumn1 {
  width: 40%;
}
.KeyboardShortcutColumn2 {
  width: 60%;
}
.DialogLabel {
  font-weight: bold;
}
.AutoBookmarkingLabel2 {
  margin-left: 10px;
}
#SuperZoomInfo {
  text-decoration: underline;
  color: Blue;
  font-size: small;
  margin-left: 10px;
}
#SettingsCancelButton {
  width: 106px;
  height: 38px;
  margin-top: 25px;
  margin-left: 50px;
  margin-bottom: 5px;
  background-image: url(/Content/images/Skins/GrayMonotone/CancelButton.png);
  display: inline-block;
  float: left;
}
#SettingsSaveButton {
  width: 106px;
  height: 38px;
  margin-top: 25px;
  margin-left: 25px;
  background-image: url(/Content/images/Skins/GrayMonotone/SaveButton.png);
  display: inline-block;
  float: left;
}
#DigitalEditionReaderShareDialog {
  font-size: medium;
  background-repeat: repeat-x;
  overflow: hidden;
  padding: 0;
}
.ShareDialogSection {
  height: 305px;
  margin: 15px;
}
.UnemphasizedTitleText {
  font-weight: normal;
}
.SharingBookmarkSection {
  margin-left: 0px;
  margin-top: 0px;
}
.SharingEmailSection {
  margin-left: 0px;
  margin-top: 15px;
  border-top: 1px solid black;
}
.SharingSocialNetworkSection {
  margin-left: 0px;
  margin-top: 10px;
  border-top: 1px solid black;
}

.SharingLeftPane {
  width: auto;
  height: auto;
  padding-top: 15px;
  overflow: hidden;
}

#BookmarkUrlLabel {
  font-weight: bold;
}
#BookmarkUrl {
  margin-left: 15px;
  margin-top: 5px;
  width: 90%;
}
#EmailLabel {
  font-weight: bold;
}
.EmailInputLabel {
  width: 50px;
  text-align: right;
}
#EmailInputTable {
  width: 450px;
}
#EmailInputTable td {
}
.EmailInputTableColumn1 {
  width: 75px;
  text-align: right;
  vertical-align: top;
}
.EmailInputTableColumn2 {
  width: 350px;
}
.EmailInput {
  width: 600px;
}
#EmailMessage {
  height: 75px;
}

#EmailSentMessage {
}

.EmailSendFailureMessage {
  color: Red;
}

#EmailResultMessage {
  display: inline-block;
  height: 35px;
  width: 500px;
  text-align: right;
  font-size: small;
}

#EmailSendSpinner {
  margin-left: 5px;
  display: inline-block;
}

#EmailSendButton {
  width: 106px;
  height: 38px;
  margin-top: 5px;
  margin-left: 5px;
  background-image: url(/Content/images/Skins/GrayMonotone/SendButton.png);
  display: inline-block;
}
#LookInsideLabel {
  font-weight: bold;
  margin-top: 5px;
}
#LookInsidePreviewLabel {
  font-weight: bold;
  margin-top: 5px;
}
#LookInsidePreviewSection {
  width: 285px;
  float: right;
  position: relative;
}
.LookInsideLoadingSpinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 5;
}
#LookInsideContainer {
  margin-top: 15px;
  z-index: 10;
  min-width: 200px;
  min-height: 200px;
  position: relative;
}
#LookInsideContainer a:hover {
  cursor: default;
}

#LookInsideCustomizeSection {
}
.LookInsideCustomizeLabel {
  width: 150px;
  text-align: right;
  display: inline-block;
}
#LookInsideColorSelection {
  margin-top: 15px;
}
#LookInsideColorInput {
  height: 17px;
  width: 70px;
  font-size: small;
}
#LookInsideColorPicker {
  position: absolute;
  left: 275px;
  top: 50px;
}
#LookInsideBorderSelection {
  margin-top: 10px;
}
#LookInsideCodeSection {
  margin-top: 70px;
  width: 350px;
}
#LookInsideInstructions {
  width: 100%;
}
#LookInsideCode {
  margin-top: 5px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 10px;
}
#SocialNetworkingLabel {
  font-weight: bold;
  margin-bottom: 5px;
}

.ShareSiteList {
  list-style: none;
  width: 26em;
}
.ShareSiteList li {
  margin: 0;
  padding: 0;
  line-height: 40px;
  position: relative;
  width: 13em;
  float: left;
}
#ShareSiteListBreak {
  clear: left;
}

.ShareSiteIcon {
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  clear: both;
  margin-right: 5px;
}
#DeliciousIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: 0px 0px;
}
#DiggIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -32px 0px;
}
#EvernoteIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -64px 0px;
}
#FacebookIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -96px 0px;
}
#FriendFeedIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -128px 0px;
}
#LinkedInIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -160px 0px;
}
#MySpaceIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -192px 0px;
}
#NewsvineIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -224px 0px;
}
#RedditIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -256px 0px;
}
#StumbleUponIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -288px 0px;
}
#TechnoratiIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -320px 0px;
}
#TwitterIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -352px 0px;
}
#YahooBuzzIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -384px 0px;
}
#GoogleBuzzIcon {
  background-image: url(/Content/images/Social_Networking_Icons.png);
  background-position: -416px 0px;
}

#DigitalEditionReaderArchivesDialog {
  height: 450px;
  font-size: medium;
  background-repeat: repeat-x;
  overflow: hidden;
  padding: 0;
}



.SuperTocLinkSection {
  margin: 5px 0;
  padding: 5px 0 0 0;
  width: 795px;
  height: 30px;
  background-color: #808080;
  border: solid 2px black;
  text-align: center;
  font-size: large;
  overflow: hidden;
  border-radius: 15px;
  position: absolute;
  font-weight: bold;
  z-index: 3;
  color: White;
}


a.SuperTocLink {
  color: White;
  text-shadow: 1px 1px black;
}

.SuperTocDescription {
  font-size: medium;
  margin: 15px 15px 15px 5px;
  width: 450px;
  text-align: left;
}

.SuperTocPicture {
  margin: 15px 15px 15px 20px;
  vertical-align: top;
}

#SuperTocDescriptionTooltip {
  background-color: #6F7E85;
  box-shadow: 0 0 50px #4A5459 inset;
}

#SuperTocDescriptionTooltip .SuperTocDescriptionTooltipTitle {
  color: White;
}

#SuperTocDescriptionTooltip .SuperTocDescription {
  text-shadow: none;
  color: White;
}

#ArchivesSuperTocLinkSection {
}

#TocDialogSuperTocLinkSection {
  margin-top: -45px;
}

#ArchivesCarouselSection {
  margin: 15px 15px 5px 15px;
  padding: 0px 55px 0px 55px;
  position: relative;
}
#ArchivesCarousel {
  width: 650px;
  height: 200px;
}
#ArchivesCarousel a {
  text-decoration: none;
  color: Black;
}
.CarouselPreviousButton {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  left: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/prev-horizontal.png);
}
.CarouselPreviousButton:hover {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  left: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/prev-horizontal.png);
  background-position: -39px 0px;
}
.CarouselPreviousButton.Disabled {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  left: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/prev-horizontal.png);
  background-position: -119px 0px;
}
.CarouselPreviousButton.Depressed {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  left: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/prev-horizontal.png);
  background-position: -80px 0px;
}
.CarouselNextButton {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  right: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/next-horizontal.png);
}
.CarouselNextButton:hover {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  right: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/next-horizontal.png);
  background-position: -39px 0px;
}
.CarouselNextButton.Depressed {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  right: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/next-horizontal.png);
  background-position: -80px 0px;
}
.CarouselNextButton.Disabled {
  width: 37px;
  height: 73px;
  position: absolute;
  top: 50px;
  right: 0px;
  background-image: url(/Content/images/Skins/GrayMonotone/next-horizontal.png);
  background-position: -119px 0px;
}
#ArchivesCarouselList {
  zoom: 1;
}
.ArchivesCarouselItem {
  margin-left: 15px; /* This is given float left to fix a WebKit bug */
  float: left;
  text-align: center;
  zoom: 1;
  font-size: small;
}
.ArchivesCarouselItem a img {
  border: 3px solid white;
}
#ArchivesCarouselSection .SelectedArchivesCover a img {
  border-color: rgb(26,242,15);
}
#ArchivesIssueInfoSection {
  margin-left: 15px;
  margin-bottom: 5px;
  width: 770px;
  height: 190px;
  background-color: rgb(128,128,128);
  border: solid 2px black;
}
#ArchivesIssueInfoSection a {
  color: Black;
}
#ArchivesIssueInfoSection a:visited {
  color: Black;
}
.ArchivesIssueInfo {
  width: 760px;
  height: 180px;
  margin: 5px;
  color: White;
  font-size: small;
}
#ArchivesIssueContents {
  float: right;
  height: 180px;
  margin: 15px 5px 0px 10px;
}
#ArchivesIssueContents img {
  float: left;
}
#ArchivesIssueAttributes {
  width: 230px;
  padding: 0px 5px 0px 5px;
}
#ArchivesInThisIssue {
  float: right;
  width: 500px;
  height: 180px;
  padding: 0px 5px 0px 5px;
  overflow: auto;
}
#ArchivesIssueAttributes p {
  font-weight: bold;
  font-size: medium;
  margin: 0;
}
#ArchivesInThisIssue p {
  font-weight: bold;
  font-size: medium;
  margin: 0;
}
#ArchivesIssueAttributes ul {
  padding-left: 10px;
  margin-top: 5px;
}

.ArchivesMetadataIssueLink {
  zoom: 1;
}

#DigitalEditionReaderArchivesDialog .IssueLinks {
  margin-left: 30px;
  margin-top: -18px;
}

#ArchivesInThisIssue ul {
  padding-left: 15px;
  padding-right: 3px;
  margin-top: 5px;
}
#ArchivesIssueAttributes li {
  list-style-type: none;
}
#ArchivesInThisIssue li {
  list-style-type: disc;
}
#ArchivesIssuePages {
  border: solid 1px black;
  height: 160px;
}

#DigitalEditionReaderSearchDialog {
  height: 450px;
  font-size: medium;
  background-repeat: repeat-x;
  overflow: hidden;
  padding: 0;
}
#SearchBarLabel {
  font-weight: bold;
  font-size: large;
}
#SearchBar {
  width: 760px;
  height: 75px;
  margin: 10px 10px 0px 30px;
}
#SearchTextBox {
  width: 500px;
  border: solid 2px black;
  margin-top: 11px;
  font-size: large;
}
#SearchResultsSummary {
  display: none;
  margin: 10px 0px 0px -10px;
  width: 575px;
}
#SearchSummary {
  font-weight: bold;
  font-size: large;
  float: left;
}
#SearchResultsPages {
  float: right;
}
#SearchButtons {
  float: right;
  display: inline-block;
  width: 140px;
  height: 65px;
  margin-right: 5px;
}
#SearchButton {
  background-image: url(/Content/images/Skins/GrayMonotone/SearchButton.png);
  width: 106px;
  height: 38px;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 15px;
}
#AdvancedSearchUnderButton {
  color: Blue;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  display: none;
}
#AdvancedSearch {
}
#AdvancedSearchTips {
  margin: 30px;
  margin-bottom: 15px;
  color: White;
  background-color: rgb(128, 128, 128);
  border: solid 2px black;
  padding: 10px;
  padding-top: 0;
  font-size: small;
}
#AdvancedSearchTips h3 {
  margin: 5px 0px 5px 0px;
}
#AdvancedSearchTips ul {
  padding-left: 20px;
  margin: 5px 0px 5px 0px;
}
#AdvancedSearchOptions {
}
#AdvancedSearchOptions input {
  cursor: pointer;
}
#AdvancedSearchOptions label {
  cursor: pointer;
}
#AdvancedSearchSynonyms {
  margin: 0px 0px 0px 50px;
}
#AdvancedSearchFilter {
  margin: 20px 15px 0px 50px;
}
.AdvancedSearchLabel {
  font-weight: bold;
}
.AdvancedSearchOption {
  font-weight: normal;
}
#SearchResults {
  display: none;
  margin: 0px 0px 0px 15px;
  overflow: auto;
  width: 785px;
  height: 365px;
  border-top: solid 1px black;
}
#SearchResultsTable {
  border-collapse: collapse;
}
.SearchResultRow {
}
.SearchResultRow td {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: solid 1px black;
}
.SearchResultThumbnail {
  text-align: center;
  border: none;
}
.SearchDialogThumbnail {
  border: solid 1px black;
}
.SearchResultInfo {
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  width: 30%;
}
.SearchResultContentMetadataTable {
  border-collapse: collapse;
  vertical-align: top;
  border: none;
}
.SearchResultMetadataRow td {
  border: none;
}
.SearchResultMetadataLabel {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
  border: none;
}
.SearchResultMetadataValue {
  padding-left: 5px;
  vertical-align: top;
  text-align: left;
  border: none;
}
.SearchResultLink {
  font-weight: bold;
  text-decoration: 'underline';
  color: Blue;
  cursor: pointer;
  font-size: large;
}
.SearchResultContext {
  vertical-align: middle;
  padding-right: 15px;
}
.SearchResultSnippet {
  background-color: White;
  border: solid 1px #3993B8;
  padding: 3px 5px 3px 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.SearchTerm {
  background-color: rgb(57, 147, 184);
  padding: 0px 2px 0px 2px;
  color: White;
}

#SearchResultsNoHitsFound {
  margin-left: 20px;
  margin-top: 30px;
  font-size: large;
}
#SearchResultsNoHitsFound ul {
  margin-top: 0px;
}

.SearchTermNoMatches {
  font-weight: bold;
}

#DigitalEditionReaderTocDialog {
  font-size: medium;
  background-repeat: repeat-x;
  padding: 0;
  overflow: hidden;
}

#TocDialogTableOfContents {
  background: none;
  padding: 0;
}

.TocDialogTocContainer {
  overflow: auto;
  height: 380px;
  padding: 0;
  margin: 0 1px;
}

.TocList {
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 5px;
}
#TocDialogTableOfContents li {
  list-style: none;
  font-weight: bold;
}
#TocDialogTableOfContents .TocItem {
  margin-top: 10px;
}
.TocDialogTocContainer a:link {
  color: #000000;
}
.TocDialogTocContainer a:visited {
  color: #000000;
}
#TocDialogTableOfContents .SectionHeading {
  font-size: large;
  padding-top: 10px;
  padding-bottom: 10px;
}
.SectionHeading ul {
}
#TocDialogTableOfContents .TocTitle {
  font-size: large;
}
#TocDialogTableOfContents .TocAuthor {
  color: Black;
  font-weight: normal;
  font-size: small;
}
#TocDialogTableOfContents .TocSnippet {
  font-size: medium;
  font-weight: normal;
  margin-left: 15px;
  padding: 5px;
}
#TocDialogLinkIndex {
  background: none;
  font-size: 90%;
  padding: 0;
}
#TocDialogLinkIndex a:link {
  color: #00408B;
}
#TocDialogLinkIndex a:visited {
  color: #00408B;
}
#FiltersPane {
  height: 80px;
  padding-top: 10px;
  padding-left: 10px;
}
#FiltersLabel {
  font-weight: bold;
}

#LinkIndexHeaderTable thead th {
  text-align: center;
  background-color: rgb(128, 128, 128);
  color: White;
  white-space: nowrap;
  height: 15px;
}

.SortIndicator {
  background-image: url(/Content/images/ui-icons_ffffff_256x240.png);
  background-position: -128px -16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

#LinkIndexHeaderTable .headerSortUp div {
  background-position: -128px -16px;
}
#LinkIndexHeaderTable .headerSortUp div {
  background-position: 0px -16px;
}
#LinkIndexHeaderTable .headerSortDown div {
  background-position: -64px -16px;
}

#LinkIndexTableContainer {
  overflow: auto;
  overflow-x: hidden;
  height: 300px;
  width: 100%;
}

#LinkIndexTable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  height: 100%;
  background-color: gainsboro;
}

#LinkIndexTable th a:link {
  color: White;
}
#LinkIndexTable tr.OddRow {
  background-color: White;
}
#LinkIndexTable .EmailGlyph {
  text-decoration: none;
  margin-right: 0.25em;
  vertical-align: middle;
  border: none;
}

.ImagePageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: #666666 url(/Content/images/ui-bg_diagonals-thick_20_666666_40x40.png) repeat scroll 50% 50%;
  opacity: .80;
  filter: Alpha(Opacity=80);
}

.LoginButton {
  font-weight: bold;
}
    
.LoginActionDisplay {
  height: 32px;
  margin-top: 5px;
}
    
.LoginFailureMessage {
  color: Red;
  font-size: small;
  margin: 0px 20px 0px 20px;
  font-weight: bold;
  height: 32px;
}
    
.LoginSpinner {
  position: relative;
  left: 50%;
  margin-left: -16px;
}
    
.RestrictedContentControl {  
  background-color: Gainsboro;  
  border: solid 3px white;  
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
  
.RestrictedContentControl span {
  color: Blue;
  text-decoration: underline;
}
    
.RestrictedContentAlternativeActionMessage {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
    
.RestrictedContentAlternativeActionLink:visited {
  color: Blue;
}
    
.RestrictedContentAlternativeActionLink:hover {
  color: DarkBlue;
}

#SearchResultsPager ul.SearchResultsPages {
  display: inline;
  border: none;
  margin: 10px 0 15px;
  padding: 0;
}

#SearchResultsPager ul.SearchResultsPages li {
  list-style: none;
  display: inline;
  text-decoration: underline;
  color: Blue;
  cursor: pointer;
  padding: 3px;
}

#SearchResultsPager ul.SearchResultsPages li.CurrentSearchResultPage {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  cursor: auto;
}

.SearchResultHighlight {
  background-color: Yellow;
  opacity: .25;
  filter: Alpha(Opacity=25);
  position: absolute;
  z-index: 60;
  border: none;
}

#SearchResultsPagesSection {
  float: right;
}

.BlowIn img {
  border: none;
}

.BlowInMediaContainer {
  width: 100%;
  height: 100%;
}

#DigitalEditionReaderIncorrectFlashVersionDialog {
  background-color: White;
  text-align: center;
  color: Black;
  padding: 4% 8% 4% 8%;
}

.GetFlashLink {
  color: Blue;
}

#IncorrectFlashVersionDialogDoNoShowAgainSection {
  float: right;
  margin: 35px 10px 10px 0px;
}

#DigitalEditionTechnicalDifficultyDialog {
  background-color: White;
  color: Red;
  font-weight: bold;
  text-align: center;
  padding: 30px;
}

.MediaButtonContainer {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -31px;
  right: 0;
  overflow: visible;
}

.MediaCloseButton {
  background-image: url(/Content/images/Skins/GrayMonotone/CloseButton.png);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ViewPageBottomBar {
  clear: both;
  float: left;
  width: 100%;
  bottom: 0;
  text-align: center;
  position: absolute;
  height: 40px;
  background-color: Gray;
  -moz-border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 100;
}

.ViewPageBottomBarDescription {
  right: 52%;
  margin: 0 auto;
  position: absolute;
  z-index: 60;
  bottom: 3px;
  color: White;
  font-size: 18px;
  vertical-align: middle;
  text-shadow: 1px 1px 0px #111111;
}

.ViewPageBottomBarPageLabel {
  z-index: 60;
  position: absolute;
  left: 52%;
  min-width: 150px;
  bottom: 3px;
}

.TextButton {
  color: White;
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 18px;
  -moz-box-shadow: inset 0px 1px 0px 0px #d6d6d6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d6d6d6;
  box-shadow: inset 0px 1px 0px 0px #c0c0c0;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #808080), color-stop(1, #606060) );
  background: -moz-linear-gradient( center top, #808080 5%, #606060 100% );
  background-color: #808080;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #6b6b6b;
  display: inline-block;
  color: #f7f7f7;
  font-weight: bold;
  padding: 4px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #111111;
}
.TextButton:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #606060), color-stop(1, #808080) );
  background: -moz-linear-gradient( center top, #606060 5%, #808080 100% );
  background-color: #606060;
}


/*************************************** jQuery UI Overrides *************************************************************************************/
.ui-dialog-titlebar {
  z-index: 250;
}

/*************************************** End Reader CSS *************************************************************************************/

/*
* For jQuery.tooltip.js
* See http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
*/

#tooltip {
  font-family: Trebuchet MS, Verdana, Sans-Serif;
  position: absolute;
  z-index: 3500;
  border: 1px solid #111;
  background-color: white;
  padding: 5px;
  opacity: 0.85;
}
#tooltip h3 {
  font-size: 110%;
  font-weight: bold;
  margin: 0;
}
#tooltip div {
  margin-left: 15px;
}

#tooltip.ExternalLink .Glyph {
  width: 10px;
  height: 10px;
  background-image: url(/Content/images/external-link-ltr-icon.png);
  display: inline-block;
  float: left;
  margin-top: 5px;
}

#tooltip.ExternalLink .body {
  float: left;
  margin-left: 5px;
}

