/*
 * Copyright 2005 Uwyn bvba/sprl <info[remove] at uwyn dot com>
 * Distributed under the terms of the GNU General Public License, v2 or later
 * $Id: public_print.css 2674 2005-11-17 10:42:51Z gbevin $
 */

/****************************************************************************/
/* public list screen style                                                 */
/****************************************************************************/

body  {
	background-color: white;
	margin: 1em;
	padding: 1em;
}

* {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
}

img {
	border: 0px none;
}

#logo {
	display: none;
}

#list_name {
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid black;
}

#list_description {
	line-height: 1.3em;
	font-size: 12pt;
	margin-bottom: 0.5em;
}

#entries_incomplete {
	margin-top: 1.5em;
}

.entry_incomplete {
	font-size: 12pt;
	margin-top: 0.5em;
}

#entries_complete {
	margin-top: 1.5em;
}

.icon_complete {
	margin-right: 3px;
}

.entry_complete {
	font-size: 10pt;
	color: #333333;
	margin-top: 0.5em;
}

.icon_screen {
	display: none;
}

.icon_print {
}

#donate {
	display: none;
}

#footer {
	display: none;
}

.banner {
	display: none;
}

#skyscraper {
	display: none;
}
