/*
	CSS print definitions
	
	(c) 2008 Jiri Lysek
	jlx@seznam.cz
*/

@import url("helpers.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#menu, .noprint, .no_print, button, input[type=submit], input[type=button], a.back, a.backlink {
	display: none;
}

a {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

/* ------------------------------- table ------------------------------------ */

table {
	border-collapse: collapse;
	border: 1px solid #000000;
	table-layout: fixed;
}

table tr {
	border: 1px solid #000000;
}

table td, table th {
	text-align: left;
	border: 1px solid #000000;
}

table th {
	font-weight: normal;
	background: #AAAAAA;
}

img {
	border: 0px;
}

/* ------------------------- formularove prvky ------------------------------ */

input, select, textarea {
	background: none;
	border: none;
	font-size: 1em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}