/* AdditionalPrintStyles.css  */
/* This css file holds those css print classes which are needed by developers, */
/* but which are not maintained by the usability team. */

/* Help Window: uses main template */

div#content div.helpwindow {
padding: 4px 4px 1px 4px;
border: 1px solid #ccc;
margin: 0;
}

div#content div.helpwindow h3 { /* uses styles from regular h3 as base */
margin-bottom: 0.25em;
}

