
/* WorkSafeBC.com */
/* Updated: June 2005 */

/* PRINTER FRIENDLY VIEW */

/* hide all the divs we dont want to print */
#oldbrowser,
#navAccount,
#navSecondary,
#navPrimary1 a,
#navPrimary2 a,
#navPrimary3 a,
#navPrimary4 a,
#navPrimary5 a,
#navPrimary6 a,
#feature,
#sectionHeader,
#navBreadcrumb,
#contentColumn .navRegTools,
#leftColumn,
#rightColumn,
#footerFrame {
	display:none;
}


/* optimize the page content for print legibility */

body {background: white;}

#pageFrame {width: 100%;}
#navPrimary, #contentFrame {width:100%; border:none;}
#columnFrame {float:none; width:100%;}

#contentColumn {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	text-decoration:none;
	float: left;
	margin:0;
	padding:0;
	width: 100%; 
}

#headerFrame h1 { /* WorkSafeBC.com */
	font-size: 11pt;
	float:none;
	height:auto;
	width:100%;
	overflow: visible; /* hide text */
	text-indent: 0; /* hide text */
	margin:0;
	padding:0;
}
#headerFrame h1 a {
	text-decoration:none;
	width: auto;
	height: auto;
}

/* Section Title 1 */
#navPrimary {
	margin: 0;
	padding: 0;
	height: auto;
	font-size:18pt; 
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 2px solid black;
}
#navPrimary ul li a {
	padding: 0;
	height: auto !important; 
	height /**/:auto; /* for IE5/Win only */
	text-decoration:none;
}
#navPrimary0 a {width:auto; background:none;}


#contentColumn h2 {font-size: 16pt; margin: 20px 0 8px 0;}	/* Content Title 1 */
#contentColumn h3 {font-size: 14pt; margin-bottom: 8px;}	/* Content Title 2 */
#contentColumn h4 {font-size: 12pt; margin-bottom: 8px;}	/* Content Title 3 */
#contentColumn h5 {font-size: 10pt; margin-bottom: 8px;}	/* Content Title 4 */
#contentColumn h6 {font-size: 9pt; margin-bottom: 8px;}	/* Content Title 4 */
p {margin: 8px 0px;}



/* LINKS */
a:link, a:visited,
#contentColumn * a {color:black; font-weight:bold; text-decoration:underline;}
#contentColumn p a:after,
#rightColumn a:after {   /* write out urls after their links */
   content: " [" attr(href) "] ";
   font-size: 90%;
   font-weight:normal;
}
#contentColumn p a[href^="/"]:after,
#rightColumn a[href^="/"]:after {
  content: " [http://www.worksafebc.com" attr(href) "] ";
}


/* Landing pages */
#columnFrame #contentDashboard {width:100%; padding:0;}
#contentDashboard p, #contentDashboard li {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	line-height:normal;
	color: black;
	text-decoration:none;
	padding:0;
	margin: 8px 0; 
}


