@charset "iso-8859-2";

/*******************************************************************************
*  print.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/

@import "base.css";
@import "my.css";
@import "gutters.css";
@import "fonts.css";
/* @import "colors.css"; */
@import "borders.css";

#leftColumn, #rightColumn, #contentColumn
{
  float: none;  /* since left and right columns are being hidden,
         there's no need to float any columns. */
}
#rightColumn, #leftColumn, #logo, .hnav, .printHide, #dol, .top, .cright, .back, .nav, #formbox
{
  display: none;  /* hide the left and right columns as well as the
         horizontal navigation element(s). also hide any
         designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer
{
  border-left-width: 0;
  border-right-width: 0;  /* hide the borders used to create the left and
           right columns' backgrounds */
}
#masthead, #footer
{
/*   border: solid 1px #000; */
/*   border-width: 1px 0; */
  padding: 0.5em;   /* add some borders to the masthead and footer
           for presentation */
}
a
{
  text-decoration: none;
  color: #333;
  background-color: inherit;
  color: inherit;   /* we're printing, so there's no need to
           differentiate links from regular text. so
           remove any formatting the links get. */
}
h1 {
  display: block !important;
  font-size: x-large;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 2px solid #000;
}
h1 span {
  display: block !important;
  font-size: large;
}
h3 {
  border-bottom: 1px solid #4a525a;
}
body#zast h1, body#adm h1 {
  display: none !important;
}
body#zast #masthead span, body#adm #masthead span {
/*   display: block !important; */
  font-size: large;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
  border-bottom: 2px solid #000;
}
#dolprint {
  display: block !important;
  padding: 4px;
  margin-top: 1em;
  border-top: 1px solid grey;
  text-align: center;
  line-height: 1.1;
  color: #555;
  clear: left;
}
.pion1, .pion2 {
  width: 48%;
}
div.poprz_nast {
  display: none;
}
.mail {
  border-top: 1px solid #4a525a;
}
.card-left, .card-right, .card {
  border: 1px solid #ddd;
}
/* tabele */
table {
  border-left: 1px solid #000;
}
th {
  color: #fff;
  border-right: 1px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 4px;
}
th#last {
  border-right: 1px solid #000;
}
td {
  padding-left: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* tabelki dla zastępstw */
body#plan table {
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}
/* tabelki dla zastępstw */
body#zastepstwa th#klasa {
  width: 12%;
}
body#zastepstwa th#godzina {
  width: 22%;
}
body#zastepstwa th#zast {
  border-right: 1px solid #000;
}
/* --------- Panel administracyjny ---------------- */
.komunikat {
  font-size: large;
  font-weight: bold;
  text-decoration: underline;
}
/******************************************************************************/
