/* ----------------------------------------------------------------
	lightbox_print.css ZKW
	version 2008/11/16
-----------------------------------------------------------------*/

@page {
	size: landscape;
}

body {
	font: 12pt Times, "Times New Roman" ,Serif;
}

img {
	border: 0;
}

ul {
	list-style-type: square;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3, h4, h5, h6 {
	font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

#print_header {
	border-bottom: 1px solid #666;
}

#print_footer {
	clear: both;
	border-top: 1px solid #666;
}

#ext_tr_event_lightbox div#lightbox_header div.button, #ext_tr_event_lightbox div#lightbox_footer {
	display: none;
}

#ext_tr_event_lightbox div#lightbox_content {
	overflow: visible;
}

#ext_tr_event_lightbox div#lightbox_content table tr {
	border-bottom: none;
}
