@media print { 
BODY {
background:#fff;
font-family:"Times New Roman",Times,serif;
font-size:12pt;
color:#000;
margin:0;
padding:0;
}
* {
font-family:inherit;
font-size:inherit;	
}
#Header {
display:none;
}
.mmenu {
position:absolute;
display:none;
}
#Navbar {
display:none;
}
#Content {
display:block;
width:auto;
margin:0 2%;
padding:0;
border:0;
float:none !important;
background:transparent none;
}
#Footer {
margin:0;
}
#Footer HR {
line-height:50%;
}
UL.focuslink {
list-style-image:url(http://www.cdhb.govt.nz/images/icons/focus_arrow2.gif);
list-style:outside;
padding-left:10px;
margin-left:10px;
}
.focuslink LI {
padding-left:10px;
padding-bottom:2px;
}
TH {
FONT-WEIGHT:bold;
text-align:center;
}
TR.altrow {
BACKGROUND-COLOR:#E1E1E1; 
}
.title {
FONT-WEIGHT:bold; 
FONT-SIZE:16pt; 
}
.section_title {
FONT-WEIGHT:bold; 
FONT-SIZE:14pt; 
MARGIN-LEFT:5px; 
MARGIN-RIGHT:5px; 
}
.header {
FONT-WEIGHT:bold; 
FONT-SIZE:14pt; 
}
.sub_header {
FONT-WEIGHT:bold; 
FONT-SIZE:12pt; 
}
TABLE.Topical,.TopicalBox {
BORDER:#000 2px solid
}
TD.Topical,TABLE.Topical TH {
FONT-SIZE:14pt;
font-weight:bold;
text-align:center;
padding:4px;
}
/* misc */
.hide {
display:none;
}
.Form {
border:1px solid #505050;
}
.Formcaption {
font-weight:bold;
vertical-align:top;
}
.required {
font-weight:bold;
padding-left:2px;
padding-right:2px;
color:#f00;
}
/* hyperlinks */
#Content a:link:after, #Content a:visited:after {
content: " [" attr(href) " ] ";
font-size:80%;
}
#Content a[href^="/"]:after {
content:" [http://www.cdhb.govt.nz" attr(href) " ] ";
}
}
