/*
 * Pub-Me Content Management System (CMS)
 * http://www.pub-me.com/
 *
 * (c) 2005-2019 Pub-Me webdesign - http://www.pub-me.com
 *
 * This program or any of its parts may not be used, redistributed, and/or 
 * modified without an explicit permission of the author and/or 
 * the copyrights owner.
 *
 * Definition of styles used for print-outs
 *
 */

@import url(__css.php?file=_generic.tcss);
@import url(__css.php?file=_common.tcss);
@import url(__css.php?file=_gallery.tcss);

/* Print settings */
#Menu, #FavoritePrintTop, .SearchFormNormal, #SideColumn, #SideColumn2, #Side2Column, .nodisplay, .noprint, #Comments .CommentsClosed, #PageNavigation, #LangSwitchBar, #DirectEdit, .DocumentPath, .CommentReply, ul.CardSwitcher, ul.ProductListFormatSwitcher, #EshopMenu, .EshopCartHeader { display:none; }

body { font-family:Garamond,serif; font-size:12pt; color:black; padding:0; background:white; line-height:1.5; letter-spacing:0; }
a, .Poll a { color:black; text-decoration:none; }
img { background:none; } 

.ArticleContainer p,
.ArticleContainer li { text-align:justify; }

#Header { border-bottom:1px solid #888; margin-bottom:10pt; padding-bottom:10pt; }
#Footer { font-size:10pt; margin-top:10pt; border-top:1px solid #888; padding-top:10pt; }
#Footer p { margin:0; text-align:right; }
