/* This style sheet is invoked when users print pages */

body
{
	background: #FFFFFF;
	font-family: Palatino, Times, Garamond, "Times New Roman", serif;
	font-size: 11pt;
	color: #000000;
}

.nowrap {
	white-space: nowrap; 
	}

#masthead, #navigationarea, #skip {
	display: none;
	}

/*This section styles the portal page's content area*/
#container {
	width: auto;
	float: none;
	margin: 0 0%;
	padding: 0;
	border: 0;
	color: black;
	background: transparent;
	}

#portal, #content {
	margin-left: 0;
	margin-right: 0;
	padding-top: 1em;
	float: none;
	}

#portal a:link, #portal a:visited, #content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color: #990000;
	background: transparent;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	}

/* This stlye tells standards-compliant browsers */
/* to print the URL in angle brackets after linked text. */
/* Internet Explorer (5.2 Mac/6.0 Win) ignores this style. */
#portal a:link:after, #portal a:visited:after, #content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}

/* When printing root-relative links, this stlye pre-pends the domain, */
/* so users don't see confusing links like "/products/", */
/* instead they'll see http://CoursesForTeachers.ca/products/ */
/* Internet Explorer (5.2 Mac/6.0 Win) ignores this style */
#portal a[href^="/"]:after, #content a[href^="/"]:after, #footer a[href^="/"]:after {
	content: " <http://CoursesForTeachers.ca" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}
