/*
---

name: Print

provides: [CSS.Print]

...
*/

body {
	color: #000;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	line-height: 1.2;
	background: none!important;
}
h1, h2, h3, h4, p {
	margin: 0 0 10px;
}
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[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, .mastpromo.promo, .pageTakeover, .TCLeaderboard {
	display: none;
}
#crumbtrail, .videoStyle1, .video_story_large {
	display: none;
}
#hanging_sky, .relatedSites, .searchSponsor, .reports, .subscribe_message, .footerSlider {
	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 */
.storytext p  {
	font-family: Georgia, serif;
}
.storytext .inline_image p {
	font-family: arial, sans-serif;
}
.storyAuthorSmall {
	margin: 20px 0;
}
.author .title {
	font-weight: bold;
}
.standfirst {
	font-weight: bold;
}
.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;
}

.inline_image {
	margin: 0 auto;
}
.image_size_small,
.inline_image_left.image_size_small,
.inline_image_right.image_size_small {
	width: 140px;
}
	
.image_size_med,
.inline_image_left.image_size_med,
.inline_image_right.image_size_med {
	width: 200px;
}
.inline_image_left {
	float: left;
	margin-right: 20px;
	clear: left;
}
.inline_image_right {
	float: right;
	margin-left: 20px;
	clear: right;
}
.image_size_full {
	width: 420px;
}

.inline_image img {
	width: 100%;
	display: block;
}

/* SURVEY */
#wtcInformControl1_ErrorHolder {
	color: #F00;
}

#comments_form {
	display: none;
}


/*
	=====================================================
	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;
}

#comments h2 {
	margin-top: 20px;
	border-bottom: 1px solid #D2D2D2;
	border-top: 3px solid #000000;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 5px;
	padding-bottom: 6px;
	padding-top: 5px;
	text-transform: uppercase;
}


TABLE {
	margin-bottom: 20px;
	border-top: 3px solid #050505;
	background-color: #fff;
	color: #333;
}
	TABLE CAPTION {
		position: absolute;
		left: -9999px;
	}
	TABLE TH, TABLE TD {
		font-size: 1em;
		line-height: 20px;
		padding: 8px 10px 8px;
		text-align: left;
	}
	table tbody tr:nth-child(even) {
		background-color: #EAEAEA;
	}
	TABLE TR.odd {
		/*background-color: #fff;*/
	}
	TABLE TR.even {
		/*background-color: #EAEAEA;*/
	}
	TABLE THEAD TR {
		background-color: #EAEAEA;
	}
		TABLE THEAD TR TH {
			font-size: 1em;
			line-height: 1.3;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
		}
	TABLE TBODY TD, TABLE TBODY TH {
		color: #666;
		padding: 3px 10px 2px;
	}
	TABLE TBODY TH {
		color: #000;
	}
	TABLE TFOOT TD {
		border-top: 1px solid #ccc;
		font-size: 1em;
		line-height: 1.3;
		text-transform: uppercase;
		font-weight: bold;
		background: #fff;
		padding: 5px 10px 6px 10px;
		color: #999;
	}
	TABLE P {
		font-size: 1em;
		margin: 0;
	}
	TABLE BUTTON {
		font-size: 1.2em;
	}

.table-full, .table-left, .table-right {
	margin: 0 0 15px;
	overflow-x: auto;
	overflow-y: hidden;
}
	.table-full table, .table-left table, .table-right table {
		margin-bottom: 0;
	}
.table-left, .table-right {
	width: 66%;
}
.table-left {
	float: left;
	margin-right: 15px;
}
.table-right {
	float: right;
	margin-left: 15px;
}
	.table-left TABLE, .table-right TABLE  {
		width: 100%;
	}

#rssHome TABLE {
	width: 100%;
}
#comment_index TABLE {
	width: 100%;
}
table.datatable .al_l {
  text-align: left;
}
table.datatable .al_r {
  text-align: right;
}
table.datatable .al_c {
  text-align: center;
}
table.datatable .al_t {
  vertical-align: top;
}
table.datatable .al_b {
  vertical-align: bottom;
}
table.datatable .al_m {
  vertical-align: middle;
}
table.datatable .col_wide {
  width: 50%;
}
table.datatable .col_med {
  width: 30%;
}
table.datatable .col_narrow {
  width: 10%;
}
.table-sortable thead th {
  cursor: pointer;
}
.table-sortable thead th:hover {
  background-color: #f5f5f6;
}
.table-sortable thead th.table-th-sort {
  background-color: #CCC;
}
.table-sortable thead th .table-th-sort-span {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -1px -2490px;
  width: 10px;
  height: 7px;
}
.table-sortable thead th > span {
	display: none;
}
.table-sortable thead th.table-th-sort-rev .table-th-sort-span {
  background-position: -1px -2530px;
}
.table-sortable tbody tr[class$=table-tr-group-head]:nth-child(n+0) {
  background-color: transparent;
}
.table-sortable tbody tr[class$=table-tr-group-head]:nth-child(even) {
  background: #f5f5f6;
}