/***********************************************************************
** print.css
**	Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**	This file is part of PmWiki; you can redistribute it and/or modify
**	it under the terms of the GNU General Public License as published
**	by the Free Software Foundation; either version 2 of the License, or
**	(at your option) any later version.	See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These settings are part of the ?action=print skin.	If you want
** to change these settings, create a new print template and set
** $PrintTemplateFmt in the config.php file to point to your new 
** printing skin.
***********************************************************************/

/* ORIGINAL
body { 
	width:auto;
	background-color:white;
	color:black;
	font-family:serif;
} */
body { 
	width:auto;
	background-color:white;
	color: #333;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	/* line-height: 19px;*/
}

#printhead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 17px;
	margin-bottom:1em;
	border-top:0px solid #ffe554;
	border-left:0px solid #ffe554;
	border-right:0px solid #ffe554;
	border-bottom:2px solid #ffe554; 
	background-color:#fff
}

#printhead p.bar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-top:0px solid #ffe554;
	border-left:0px solid #ffe554;
	border-right:0px solid #ffe554;
	border-bottom:2px solid #ffe554; 
	background-color:#fff
}

#printhead p.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

	margin-top:10px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}


#printtitle { 
	/* No style specified */
}

#printfoot {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 17px;
	margin-bottom:1em;
	border-top:0px solid #ffe554;
	border-left:0px solid #ffe554;
	border-right:0px solid #ffe554;
	border-bottom:1px solid #ffe554; 
	background-color:#fff;
}

#printfoot p.bar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 8px;

	border-top:0px solid #ffe554;
	border-left:0px solid #ffe554;
	border-right:0px solid #ffe554;
	border-bottom:1px solid #ffe554; 

	background-color:#fff;
}

#printfoot p.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;

	margin-top:5px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;

	border-top:0px solid #ffe554;
	border-left:0px solid #ffe554;
	border-right:0px solid #ffe554;
	border-bottom:1px solid #ffe554; 

	background-color:#fff;
}

	
a:link { color:#444444; font-weight:bold; text-decoration:none; }
a:visited { color:#444444; font-weight:bold; text-decoration:none; }
a.wikilink:hover { color: #444444; text-decoration:underline; }
a.createlink { color:#444444; }
a.createlink:visited { color:#444444; }
a.createlink:hover { color:#ff2222; }
