/*	---------------------------------------------------------------------------------------
	Rebex.net: .NET components for C# and VB .net including FTP, SMTP, POP3, IMAP and MIME .NET libraries
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Popis:		Tiskové styly
	Soubor:		print.css
	Verze:		0.1
	Datum:		16. července, 2007
	Autor:		Zdeněk Koál
	---------------------------------------------------------------------------------------	*/

/*	---------------------------------------------------------------------------------------
	Základní styly
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

				body { 
						xfont: 12pt/18pt serif;
						font: 10pt/12pt sans-serif;
						}						

				h1 , h2 , h3 , h4 {
						margin: 1em 0;
						page-break-after: avoid;
						page-break-inside: avoid;}

				p {
						margin: 0.25cm 0;}

				a {
						color: #ff7a20;}

/*
				a[href]:after {
						content: " ["attr(href)"]";}

				a[href|="#"]:after, a[href|="./"]:after, a[href|="javascript:"]:after {
						content: "";}
*/

				hr , fieldset {
						display: none;}

				table {
						font-size: 10pt;
						border-collapse: collapse;
						border: 1px solid #e5e5e5;}

				td {
						padding: .2cm .5cm;
						border: 1px solid #e5e5e5;}

				caption {
						font-weight: bold;}

				input, textarea, label {
						display: none; }

				cite, blockquote {
						font-style: italic;}

				code {
						font-family: monospace;}

				ins {
						text-decoration: none;
						font-weight: bold;}

/*--------------------------------------------------------------------------
Třídy
--------------------------------------------------------------------------*/

				.accessibility {
						display: none;}

				.cleaner {
						clear: both;}

/*--------------------------------------------------------------------------
ID
--------------------------------------------------------------------------*/

				#menu , #navigation , #submenu, #footer {
						display: none;}