/*
---

name: Print

provides: [CSS.Print]

...
*/

body {
	color: #000;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	line-height: 1.2;
}
h1, h2, h3, h4, p {
	font-weight: bold;
	margin: 0 0 24px;;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
p {
	page-break-inside: avoid;
}

img {
	border: 0;
}

a {
	text-decoration:none;
}
a:link:after, a:visited:after {
	content: " (URL=" attr(href) ") ";
	color: #00E;
	font-size: 80%;
}
a[href^="mailto"]:link:after, a[href^="mailto"]:visited:after {
	content: none;
}

table {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%;
}
	table th, table td {
		border: 1px solid #666;
		padding: 2px;
		text-align: left;
	}
	table th {
		border-bottom: 3px double #666;
	}

form {
	margin: 20px 0;
}
	fieldset {
		border: 0;
		padding: 0;
	}
	form .field {
		margin-bottom: 10px;
	}
	label, input, textarea, select {
		display: block;
		font-size: 100%;
		width: auto;
	}
	input.text, input[type=text], textarea {
		width: 40%;
	}
	select {
		width: auto;
	}
	textarea {
		font-family: Arial, sans-serif;
	}
	.errorbox_large, .errorbox {
		color: #F00;
	}
	.securityfilter {
		display: none;
	}
hr {
	margin: 20px 0;
	border: 0;
	border-bottom: 1px solid #666;
	height: 0;
	line-height: 1;
}

/* FURNITURE */
#rightcolumn, #footer {
	display: none;
}
	.footer_ad {
		display: none;
	}
#skiplinks, #mastad, #mainnav, #logo, #mast_date, #mastnav, #mastsearch {
	display: none;
}
#crumbtrail {
	display: none;
}
#hanging_sky, .relatedSites, .searchSponsor {
	display: none;
}
#print_logo {
	margin-bottom: 20px;
}

/* GENERAL CLASSES */
.webonly {
	display: none;
}
.pageOptions {
	display: none;
}
.paging {
	display: none;
}
.hide {
	display: none;
}
.poll {
	width: 40%;
}

/*
	=====================
	page-specific content
	=====================
*/

/* ATTACHMENTS */
.inlineImages, .attachmentPaging {
	display: none;
}

/* ACCOUNT */
.useraccount, .deleteItem, .storyAuthorLarge, .profile_box dd img {
	display: none;
}

/* AZ */
.az_list {
	display: none;
}

/* BLOG */
.blogTitleBlock, #blog_section_layout {
	display: none;
}

/* COMMENTS */
#comments .action, #comments .meta {
	display: none;
}

/* EVENTS */
.upcomingEvents {
	display: none;
}

/* FORUMS */
.tags, .mod_bar, .post_reply, .post_reply_main, .tagsList, .sort_forum {
	display: none;
}

/* HOME */
/*
... bespoke content...
*/

/* PUBINDEX */
.publicationsList.years {
	display: none;
}

/* SEARCH */
.searchDetails .tabs, .searchDetails .sortBy, .advancedSearch {
	display: none;
}

/* STORY & COMBINATION */
.subscribe_options, .gallery, .videoblock, .audioblock, .pageOptions, .extras, .paging, #story .section_column2, .accessbility_buttons, #access_denied {
	display: none;
}
.picture a:link:after, .picture a:visited:after,
.pictureStory a:link:after, .pictureStory a:visited:after,
.inlineFull a:link:after, .inlineFull a:visited:after {
	content: none;
}
.tabsStyle1, .tabs {
	display: none;
}
.factfile, blockquote {
	border: 1px solid #666;
	margin-bottom: 20px;
	padding: 10px;
}

/* SURVEY */
#wtcInformControl1_ErrorHolder {
	color: #F00;
}




/*
	=====================================================
	Webstructure content - not needed for Webvision sites
	=====================================================
*/

/* FURNITURE */
.bookmark {
	display: none;
}
.lastUpdated {
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 10px;
}
	.lastUpdated a {
		display: none;
	}

/* AZ */
.az_list {
	display: none;
}
.azResults h3 a:link:after, .azResults h3 a:visited:after {
	content: none;
}

/* SOLR SEARCH */
.searchHelp,
.refineResults {
	display: none;
}

.pageAssetFooter IMG {
	display: none;
}