div#footer ul#navlist, .noprint, #navcontainer ul#navlist, #noprint, #wicketAjaxDebugWindow
{
display: none;
}
.even
{
    background: #ebefe7;
}

body {
    background: white;
}

div#content {
	padding: 0;
	margin: 0;
}

tr {page-break-inside: avoid;}


#newPage
{
	page-break-before: always;
}
#newPage:first-child
{
	page-break-before: auto;
}

#bsBottom
{
	page-break-after: always;
}

/* doesn't work in IE */

thead { display: table-header-group; }

div#content #items:last-child #bsBottom
{
	page-break-after: avoid;
}


