/**
 * Dekra Trakk
 *
 * @category	Trakk
 * @copyright	Copyright (c) 2010 Dekra
 * @version		$Id: common.print.css 3212 2010-12-01 21:54:34Z anael $
 */
@CHARSET "UTF-8";

@media print {
	h2,
	img,
	.Header,
	.Main_menu,
	.filter,
	.toolBox,
	.paginationControl,
	.checkbox,
	.actions a {
		display: none;
	}
	a {
		color: #000;
	}
	.Default_table {
		width: 100%;
		border-collapse: collapse;
	}
	.Default_table th,.Default_table td {
		padding: 1px 2px;
		border: 1px solid #e5e5e5;
	}
	.Default_table thead th {
		padding: 5px 2px;
		white-space: nowrap;
	}
	.Default_table .wrap th {
		white-space: normal;
	}
	.Default_table tbody tr.trPar {
		background-color: #f5f5f5;
	}
	.Default_table td {
		padding: 1px 2px;
		border: 1px solid #e5e5e5;
	}
}