/**
 * print.css - created on Jun 18, 2010 2:05:34 PM by thomi
 * @copyright		win-soft.ch 2010
 * @author			Thomas Winteler <http://www.win-soft.ch>
 */

html * { font-size:100.01%; }

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color:#000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color:#000;
}

td
{
	font-size: 10px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#DIV_print_pdf_footer
{
	position: fixed; left: 0px; bottom: -60px; right: 0px; height: 100px; background-color: lightblue;
}

#DIV_print_pdf_footer .page:after
{
	content: counter(page, decimal);
}
