/*---- PRINT_DOCUMENT.CSS ONLY DEFINITIONS FOR PRINT LAYOUT ALLOWED ----*/
body {
	font: 90% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 3px;
}
a {
	color: #000;
}
hr {
	display: none;
}
h2#docgroup {
	border-bottom: 2px solid #000;
	font-size: 155%;
	margin-bottom: 5px;
}
h2#docgroup a {
	display: none;
}
p#footer {
	border-top: 2px solid #000;
	padding: 5px;
	font-size: 80%;
	margin: 0;
}
p#breadcrumb {
	display: none;
}
span#help {
	display: none;
}
div#nav {
	display: none;
}
div#header {
	display: none;
}
div#fulldoc {
	padding: 0 5px;
}
.title{
	font-weight:bold;
}
div.docdates {
	font-size: 85%;
	padding: 5px;
	margin-top: 10px;
}
div#fulldoc div.metadatadef {
	margin: 4px 0;
	border-bottom: 1px solid #111;
	padding-bottom: 4px;
}
div#zcn_options{
	margin: 4px 0;
	border-bottom: 1px solid #111;
	padding-bottom: 4px;
}
div#fulldoc div.metadatadef div.title {
	display: block;
	text-align: left;
	font-weight: bold;
}
div#fulldoc div.metadatadef div.body {
	text-align: left;
	font-weight: normal;
}
#prevent{
	display:none;
}

.break{
	page-break-after: always;
}

.pagebreak{
	page-break-after: always;

}