
/* ======================================================================================================
    Simple Print CSS
   ======================================================================================================*/

/*Reset Style*/

* {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    position:static !important;
}

body {
    margin:0;
    padding:0;
    line-height: 1.4em;
    word-spacing:0.5px;
    letter-spacing:0.1px;
    font: 12px Arial, Helvetica,"Lucida Grande", sans-serif;
}

@page {
    margin: 1cm 1cm 1cm 1cm;
} 

.header_logo_print{
	display: block;
	margin-bottom: 10px;
}

#sec_mid .pageTitle span {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 16px 0px;
    padding: 10px 0px 20px;
}

#sec_mid .pageTitle span,
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    display: block;
    font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;   
    
}

.header_logo_print:after {display: block; content: "www.lakesdhb.govt.nz"}


h1{
	font-size: 18px;
	line-height: 32px;
	margin:0px 0px 20px;
	
}

h2{
    font-size: 16px;
	line-height: 26px;
	margin:15px 0px 20px;
}



h3{
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 8px 0;
	margin:15px 0px 20px;
	border-bottom: 4px solid #575A5C;
}

h4{
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 8px 0;
	margin:15px 0px 20px;
	border-bottom: 1px dotted #575A5C;
}

h5{
	font-size: 13px;
	line-height: 20px;
	margin:15px 0px 20px;
	text-transform: uppercase;
}

h6{
	font-size: 12px;
	line-height: 20px;
	margin:15px 0px 20px;
	text-transform: uppercase;
}


 p {
        widows:3;
        orphans:3;
    }

/*.header_logo a{
    text-indent: 0px;
    font-size: 18px;
    font-weight: bold;    
    float: left;
    margin-left: 220px;
}*/

#sec_mid{
    clear: both;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

#sec_mid img{
    margin: 0px 10px 10px 10px;
    border: none;    
}

a, a:link{color:#000; text-decoration:underline;}

/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
p a:after {
	content: " (http://www.lakesdhb.govt.nz/" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}

/* External links don't get this treatment */
p a[href^="http://"]:after, 
p a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; color: #CCCCCC; margin: 1em 0; padding: 0; clear: both; clear: both;}

.wrapper_top,
.wrapper_bottom,
#accessibilty, 
#Level1001,
.header_logo,
.header_text,
#header_search_box,
#navigation_top,
#breadcrumb_wrap,
#sec_left,
#sec_right,
.secondary_tempate_img,
#footer{
	display: none;
}

.internet_home #section_one,
.internet_home #section_two,
.internet_home #hospitals_homepage .map_view,
.internet_home #rotatedContentWrapper img,
.internet_home .news-controls
.internet_home #section_three .action_area{ 
    display: none;
}

.intranet_home #intranet_intro,
.intranet_home #intranet_home_right_col,
.intranet_home #intranet_home_left_col,
.intranet_home .TableHeaderBorder{ 
    display: none;
}
	
