/*
This file is part of pDAF.
Copyright (c) 2005-2010 by Gregorcic & Helger IT systems OEG.
All rights reserved.
http://www.phloc.com

Tested and works (2010/03/15): 
  Firefox 2.0, 3.0, 3.6 
  IE 8
  Opera 9.64
  Chrome 5.0
Breaks: 
  IE7 (in IE 8 emulation)
*/

@page {
  size: portrait auto;
  margin-right: 1cm;
  margin-left: 1cm;
  margin-top: 1.8cm;
  margin-bottom: 1.8cm;
}

tr.header,
tr.navbar,
tr.footer,
#menu,
#content_r {
  display: none;
  $display: block;  /* IE <= 7 */
}

/* fine for all: */
#slcol1,#slcol3 {
  display: none;
}

body {
  font-size: 12pt;
  width:100%;
  margin:0px;
  padding: 0px;
  background: none;
}

#viewport {
  width:100%;
  margin-right:20px;
  margin-left:20px;
  padding: 0px;
}

#vp {
  width:100%;
  margin:0px;
  padding: 0px;
  background: none;
}

#slcol1,#slcol3 {
  width: 0;
}

#slcol2 {
  width:100%;
  margin:0px;
  padding: 0px;
}

#content {
  width:100%;
  margin:0px;
  padding: 0px;
}

#content table {
  /*
  Breaks print layout (PDAFIII-1055)
  table-layout:fixed;*/
  width:100%;
  margin:0px;
  padding: 0px;
  height:auto !important;
}


#content .table_header {
  font-weight: bold;
}


/* NEW */

#content table
{
  display:block !important;
}
