/*
Screen version for print
========================

------------------------------------------------------------------------------
Author: André Lichtsteiner
Version: Dez '09
------------------------------------------------------------------------------
$HeadURL: https://svn.psi.ch/psiweb/psiweb/webbase/css/preprint.css $
$Date: 2010-08-12 17:39:18 +0200 (Do, 12. Aug 2010) $
$Rev: 1793 $
$Author: lichtsteiner@PSI.CH $ (has last changed this file)
------------------------------------------------------------------------------ */

body {
  width: auto;
  font-size: .8em;
  padding: 0 .8cm 0 .8cm;
}

#wrap {
    background: none;
	min-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#content, .w75, .maincontent {
	width: 100%;
	float: none;
	overflow:visible;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*
.printheader {

}
*/
.printheader img {
	float: left;
	margin-right: 20px;
}

.printheader p {
  float:right;
  margin:5px 10px 10px 10px;
  padding-left:0;
}

.printheaderbelowline {
  width: 100%;
  color: #1b4486;
  text-align: right;
}

.printheaderaboveline {
  border-bottom:3px solid #1b4486;
  height:60px;
  padding:10px 0 15px;
}

.qsimg img {
	display: inline;
	width: 100%;
	margin: 0;
}

.qsimg {
	height: auto;
}
/* content elements */
blockquote  {
    background: none;
    border: 1px solid #ccc;/* not #ddd for more contrast on paper */
    padding: 15px;
    margin: 15px;
}
.Container100 {
    background: none;
    border: 1px solid #ccc;/* not #ddd for more contrast on paper */
    padding: 15px;
}
.Container50 {
    background: #none;
    border-top: 1px solid #ccc;/* not #ddd for more contrast on paper */
    border-bottom: 1px solid #ccc;/* not #ddd for more contrast on paper */
}
.separator {
    border-top:3px solid #1b4486;
    background: none;
}
pre {
    background: none;
    border: 1px solid #ccc;/* not #ddd for more contrast on paper */
    padding: 15px;
    margin: 15px;
}
.imageFrame {
    background: none;
    border: 1px solid #ccc;/* not #ddd for more contrast on paper */
    color: #666;
}
.lightbox {
    color: #666;
    background: none;
    border: 1px solid #ccc;/* not #ddd for more contrast on paper */
}
.lightboximg a.zoom, .lightboximg a.zoom:hover, .lightboximg a.download, .lightboximg a.download:hover {
    display: none;
}
.foswikiToc ul, .BinderHorizontalSmall div.lightbox, .BoilerplateBottom  {
    background: none;
}

.highlight1, .Highlight1 {
    background: none;
    border: 1px solid #d3dae4;
}
.highlight2, .Highlight2 {
    background: none;
    border: 1px solid #ddd;
}
.banner {
    background: none;
    color: #111;
    border: 2px solid #194484;
}
/* tables */
table.display thead th, td.highlight, table.display tfoot th {
    background: none;
}
th {
    background: none;
    border-top: 1px solid #194484;
}
table.highlight, tr.highlight td, td.highlight {
    background: none;
    border-top: 1px solid #194484;
    border-bottom: 1px solid #194484;
}
table.highlight2, tr.highlight2 td, td.highlight2, .display tr.heading2 td {
    background: none;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
table.highlight3, tr.highlight3 td, td.highlight3 {
    background: none;
    border-top: 1px solid #194484;
    border-bottom: 1px solid #194484;
}
td.highlightcol1 {
    background: none;
    color: #111;
    border-right: 1px solid #194484;
}
table .foswikiTableOdd td {
    background: none;
    border-bottom: 1px solid #bbb;
}
table.display .even td {
    background: none;
    border-bottom: 1px solid #ddd;
}
/* DataTables sorting */
.sorting_asc, .sorting_desc, .sorting {
	background: none;
}

.paginate_button {
	background-color: none;
	border: 1px solid #dee3eb;
}
.paginate_button:hover {
	background-color: none;
	border: 1px solid #c9cfd9;
}
.paginate_active {
	background-color: none;
	border: 1px solid #194484;
}
/* footer */
.URLbox {
    clear: both;
    margin: 15px 0 0 0;
    border-top: 1px solid #888;
}
.URLs {
    margin: 15px;
    padding: 15px 0 15px 20px;
    border-left: 3px solid #888;
}
.printaddress {
    clear: both;
    margin-top: 20px;
    padding: 15px 0 0 0;
    border-top: 2px solid #888;
}
.lastmodified {
    float: right;
}
