/*
 * Pub-Me Content Management System (CMS)
 * http://www.pub-me.com/
 *
 * (c) 2005-2008 Malenek webdesign - http://www.malenek.cz
 *
 * 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, #FeedLinks, #FavoritePrintTop, #SearchFormNormal, #SideColumn, .nodisplay, .noprint, #Comments .CommentsClosed, #SkipToContentMenu, #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; }
a, .Poll a { color:black; text-decoration:none; }
img { background:none; } 

.ArticleContainer p,
.ArticleContainer li { text-align:justify; }

#Header { border-bottom:1px solid #ccc; margin-bottom:10pt; padding-bottom:10pt; }
#Footer { font-size:10pt; margin-top:10pt; border-top:1px solid #ccc; padding-top:10pt; }
#Footer p { margin:0; text-align:right; }
 
