/**
 * ExtraCare Print Style Sheet
 *
 * @author: Stuart Davis (stuart@hcl.uk.com)
 * @date: March 06
 */

/* ------------ positional elements ------------- */

body {
	background: white;
	font-size: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
   }

#HeaderMenu {
	display: none;
	}
	
	
#sitewrapper, #Page, #PageContentBIG {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
   #PageLeftbar img {
		display: none;
	}
	
#PageSidebox {
	border: 1px solid #999999;
	padding: 0% 1%;
	background-color: #F1F1F1;
	}
	
	#PageSidebox img {
		display: none;
	}
	
#Page a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }
   
#Page a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }	
	
/* ------------ type ------------- */

h1 {
	font-size: 20pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

h2 {
	font-size: 16pt;
	font-weight: bold;
	}

h3, h3.red, h3.amber, h3.green, h3.purple, h3.blue {
	font-size: 14pt;
	font-weight: bold;
	}