@CHARSET "UTF-8";

print {
	a, a:hover, a:visited { color: #000; text-decoration: none; }
	table { margin-bottom: 30px; border-collapse: collapse; border-spacing: 0; }
	    table tr td { padding: 5px; }
	    table tfoot tr:first-child td { border-top: 1px solid #d0d0d0; }
	    table tr td:first-child { padding-right: 10px; }
	    table caption { padding: 5px 0 10px; }
    .ui-accordion-content {
        display: block !important;
    }
	
	h1 { margin-bottom: 30px; }
	
	#header,
	#top,
	#menu,
	#footer,
	#ajax-indicator,
	.search,
	#reviewMessage,
	.ui-tabs-nav,
	.ui-tabs-hide,
	.buttonBar,
	.paginationControl,
	form#filter,
	div.pagination,
	td.actions ul, th.actions span {
	    display: none;
	}
}