/* www.prepravky.cz, CSS styly pro tisk */

/* nastaveni stranky */

@page {
	size: portrait;
}

/* zakladni nastaveni tagu */

BODY {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
}

#text H1, #text H2, #text H3, #text H4, #text H5, #text H6 {
	page-break-after: avoid;
	font-weight: bold;
}

#text H1 {
	font-size: 12.5pt;
}

#text H2 {
	font-size: 12pt;
}

#text H3 {
	font-size: 11.5pt;
}

#text H4 {
	font-size: 11pt;
}

#text H5 {
	font-size: 10.5pt;
}

#text H6 {
	font-size: 10pt;
}

#text OL, UL {
	page-break-before: avoid;
	page-break-inside: avoid;
}

#text TABLE {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text TH {
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	page-break-inside: avoid;
}

#text TD {
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	page-break-inside: avoid;
}

#text TABLE.invisible, #text TABLE.invisible TH, #text TABLE.invisible TD {
	border: none;
}

#text P {
	widows: 2;
	orphans: 2;
}

#text HR {
	size: 1px;
	color: #000000;
}

#text A, #text a:link, #text a:active, #text a:visited {
	color: #000000;
}

#text a:after {
	content: "{"attr(href)"}";
}

/* zobrazeni spravnych vrstev */

#print-header {
	display: block;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#text {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#bg {
	background-image: none;
}

#header, #left, #spacer, #footer, #path, #paging {
	display: none;
}