/*	------------------------------------------------------------------------------------------------
		Copyright (c) 2004-2008, ePages Software GmbH
		All Rights Reserved.

		PrintContent.css, $Revision: 1.5.4.5 $

		Summary: printview stylesheet for content pages
		------------------------------------------------------------------------------------------------ */

.Header,
.NavBarTop,
.NavBarLeft,
.NavBarRight,
.NavBarBottom,
.Footer {
  display:none;
}

@media print {
  .GeneralLayout {
    margin: 0px;
    padding: 0px;
    width: 640px;
  }

  .ContentAreaInner, .ContentAreaWrapper {
    overflow:visible !important;
  }

  .InPrintNotVisible {
    display: none;
  }
}

@media screen, handheld {
  .GeneralLayout {
    width: auto !important;
    margin: 20px;
    padding: 20px 0 20px 0;
  }

  div.OnlyInPrintViewVisible {
    display: block !important;
  }
}

.InPrintViewNotVisible {
  display: none;
}


.Middle {
  width: 100%;
  max-width: 100% !important;
}

html, body,
html body .ContentCell,
html body .ContentArea {
  background-image: none !important;
}

.SearchMask {
  display: none;
}

a {
	cursor: default !important;
}

a.AllowClick,
.PrintNow a {
	cursor: pointer !important;
}

a:hover {
  text-decoration: none !important;
}

a.Action {
	display: none;
}