/* Genric */
.noPrint {
	display:none !important;			
}

fieldset, img {
	border:0 none;
}

body {
	font:10pt/1.231 arial,helvetica,clean,sans-serif;
}

div#frontpageTabs {
	clear:both;
}

/* No backgrounds */
div#container {
	background:none;
}

/* No borders */

div.widget_index .content {
	border:none;
}


/* Totally hide */
ul.tabs,
div#topStory /* Really hide topstory?*/,
div#partnerLinks,
div#topLeaderBoardBanner,
div#quickLinks,
div#mainNav,
div#subNav,
div.topSearch,
li.banner,
div.x603x336 .column-2,
div.articleVisuals .articleVisualThumbs,
div.articleVisuals a.viewGallery ,
div.articleFunctions,
div.articleNav,
div.pagination,
div#footer,
div#loginBox,
div.widget_index,
div.widget_viewComments,
div.widget_viewComments .violation,
div.widget_viewComments .moderate,
div.widget_viewComments .commentModeration,
div.widget_viewComments form,
div.widget_writeComment,
div.widget_relatedItems,
div.widget_shareThis,
div.widget_advertorial,
div.widget_viewComments h3 select,
div.widget_viewComments h3 a,
div.pageTools,
div#emailFormPageTools {
	display:none;
}


div.widget_articleList .articleTeaser {
	float:none;
}


/* SHow all tabs */
	
div#latestNews,
div#popularNews,
div#latestComments {
	display:block;
}	

/* Remove margin to prevent extra pages being printed */

div.articleContent {
	margin-bottom:0;
}

/* Show link href for print */

.articleContent a[href]:after {
	content: " [" attr(href) "] ";
}
