/* commonPrint.css modifies layers common to all ERC web pages. */
/* This stylesheet modifies print media. */
/* See contentScreen.css to modify screen media. */

body {
	font-size: 11px;
}

table {
	font-size: 9px;
}

/* pageContainer modifies the layer surrounding the rest of the BODY contents. */
#pageContainer {	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* pageHeader modifies the layer surrounding the topBanner and the topNav container. */
#pageHeader {
	z-index: 4;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	overflow: hidden;
}

/*topNav contains the global navigation for erc.com. */
#topNav {
	display: none;
}

/* mainContent contains the supportingText and the pageFooter layers. */
#mainContent {
	z-index: 2;
	position: absolute;
	top: 58px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* supportingText is the layer containing the main page content. */
#supportingText { 
	margin: 0px;
	padding: 0px;
}

/* pageFooter contains navigation links for the bottom of the page. */
#pageFooter {
	display: none;
}
#pageFooter p {
	font-size: 10px;
	white-space: nowrap;
	letter-spacing: 1.2px;
}

/* sideNav may appear either left or right of the page and contains navigation relevant to the page content.  */ 
#sideNav {
	display: none;
}

/* bannerAd is a optional layer containing the banner slide show. */
#bannerAd {
	display: none;
}

#defaultLayer {	
	width: 98%;
	height: 98%;
	margin: 0px;
	padding: 0px;
}

/* Class Modifiers */
/* .onpaper can be applied to an element that is to be viewed only when printed */
.onscreen {
	display: none;
}
.navigation {
	display: none;
}