/* CSS for print */

* {
	float: none;
}

body {
	background: white;
	background-image: none;
	color: black;
	font-size: 12px;
	margin: 3cm;
	margin-top: 1cm;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(75, 135, 160);
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

div#main_title {
	margin: 0;
}

div#main {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
}

div#main * {
	background: none;
}

body#home {
	background: none;
}

/* add new header-image */
div#logo:after {
	content: url(/_assets/gfx/bcr_logo.gif);
}

/* hide default header-background */
div#header {
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

#masthead {
	display: none;
	background: none;
}

#masthead * {
	display: none;
}

div#logo {
	height: 100px;
	margin: 0;
	padding: 0;
}

div#logo a {
	background: none;
}

div#header h2#tagline {
	background: none;
}

/* hide sitetools */
div#sitetools {
	display: none;
}

/* hide sidebar */
div#sidebar {
	display: none;
}

/* hide Navigation */
div#navigation {
	display: none;
}


/* hide footer */
div#footer {
	display: none;
}

/* content */

div#main_title {
	display: block;
	float: none;
}

div#main_title h1 {
	display: block;
}

div#content {
	display: block;
	float: none;
	width: 90%;
}

div#content p {
	width: 100%;
}

div#content a,
div#content a:visited {
/* 	border-bottom: 1px solid; */
}

a.doc {
	background-image: none;
	padding-left: 0;
}

div#content table {
	width: 90%;
}

div#content ul,
div#content ul.publication_access {
	margin-left: 20px;
}

div#content ul li,
div#content ul li.order {
	background: none;
	list-style-type: circle;
	margin-left: 0;
	padding-left: 10px;
}

div#content ul li.order {
	padding-left: 0;
}

div#content ul li.order a {
	margin: 0;
	padding: 0;
}

.details[style] {
	display: block !important;
}

.read-more,
.re-collapse {
	display: none !important;
}