@import url(reach-common.css);

/* Elements which are not displayed in print view */
.normal, div#logo, div#navigation, div#footer,  div#userSession, a.stepsNavigation, a.formFieldInputHelp, form tr.commentRow, #languageSelect, .noPrint {
	display: none;
}

body {
	font-family: Times, serif;
	font-size: 90%;
}

div#body.left-menu {
	margin-left: 0em;
}

div#body form {
	padding-top: 0.5em;		/* Put some space before and below the form because in print mode elements are not shown */
	padding-bottom: 0.5em;
}

h1 {
	font-size: 150%;		/* Smaller font in print mode */
}

h2 {
	font-size: 120%;		/* Smaller font in print mode */
}

h3 {
	font-size: 110%;		/* Smaller font in print mode */
}

input.inputText, select, textarea.inputText {
	font-family: inherit !important;
}

