/**
 * This file is part of
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - https://www.pragmamx.org
 * $Id: printpage.css 1158 2025-06-26 15:41:00Z PragmaMx $
 */

body.printpage {
   background-image: none;
   margin: 1em;
   padding: 0;
   position: relative;
}

body.printpage,
body.printpage * {
   background-color: transparent !important;
   color: #000000 !important;
}

#p-foot {
   border-top: 1px solid #777777;
   margin-top: 1em;
   padding-top: 1em;
}

#p-head {
   border-bottom: 1px solid #777777;
   margin-bottom: 1em;
   padding-bottom: 1em;
}

#p-head h2 {
   font-size: 150%;
   text-align: center;
   border: none;
}

#p-head p,
#p-foot p {
   font-size: 85%;
   text-align: center;
}

#p-head p img {
   margin-bottom: 1.5em;
}

#p-main {
   text-align: left;
}

#p-page {
   margin: 1em auto 1em auto;
   padding: 1.5em 2em;
   text-align: center;
}


@media screen, projection {

#p-page {
   border: 1px solid #a5a5a5;
   width: 640px;
}

}

@media print {

#p-page {
   border: none;
   width: auto;
}

}

