/* $Header: /srv/sources/pkg/salbabixware/web-salbaba-presentation/static/s.print.css 31.1 2023/12/16 18:17:22 +0000 martin Exp $ */
/*
**  FACILITY:  WEB-SALBABA
**
**      Copyright (c) Martin Salbaba $RelFromTo: 2005-2023$
**
**      All  Rights Reserved. Unpublished rights reserved under the copyright laws
**      of Austria.
**
**      The software contained on this media is proprietary to  and  embodies  the
**      confidential  technology  of  Martin Salbaba. Possession, use, duplication or
**      dissemination of the software and media is authorized only pursuant  to  a
**      valid written license from Martin Salbaba.
**
**  MODULE DESCRIPTION:
**
**      screen.css:
**        style definitions for printing
**
**  MODIFICATION HISTORY:
**
**      $Log$
**
*/

body {
   color: #000000;
   background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   text-align: justify;
 }

.toplogocolumn {
   visibility: visible;
   width: 72px;
   height: 100px;
}

.menucolumn {
   visibility: hidden;
   border-width: 0 0 0 0;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

.menulogo {
   visibility: hidden;
   width: 0px;
   height: 0px;
   border-width: 0 0 0 0;
}

.menuentry {
   visibility: hidden;
   text-align: left;
   background-color: #ffffff;
   color: #000000;
   width: 0px;
   height: 0px;
   font-size: 0px;
   border-width: 0 0 0 0;
   padding: 0 0 0 0;
}

.bottomtable {
   visibility: hidden;
}

td.tabd {
   color: #000000;
   background-color: #FFFFFF;
   font-size: 12pt;
   font-style: normal;
   text-align: justify;
 }

.newpage {
   page-break-before: always;
   margin-top: 0;
}
