@media print {
	/* Layout */
	#patternScreen,
	#patternPageShadow, 
	#patternPage {
		margin:0;
		padding:0;
		top:0;
	}
	#patternScreen {
		padding:0;
	}
	body html {
		margin:0;
		padding:0;
	}
	#patternMain {
		padding-bottom:1em;
		width:100%;
	}
	
	/* no left bar */
	#patternOuter {
		margin-left:0;
	}
	#patternLeftBar {
		width:0em;
		margin-left:0em;
		display:none;
	}
	#patternWrapper {
		height:1%;
	}
	
	/* no top bar */
	#patternTopBar,
	#patternClearHeaderCenter,
	#patternClearHeaderLeft,
	#patternClearHeaderRight,
	#patternTopBarContentsOuter {
		display:none;
	}
	
	/* Content */
	/* show url for links */
	/* disabled to make the topic readable again */
	/*
	.patternTopic a:link:after,
	.patternTopic a:visited:after {
		content: " (" attr(href) ") ";
		font-weight:normal;
		font-size:86%;
	}
	.twikiAttachments a:link:after,
	.twikiAttachments a:visited:after,
	.twikiForm a:link:after,
	.twikiForm a:visited:after,
	.twikiTable a:link:after,
	.twikiTable a:visited:after,
	table a:link:after,
	table a:visited:after {
		content:"";
	}
	*/
	
	
	/* hide bits of the gui */
	.patternTopicAction,
	.patternToolBar,
	.patternToolBarBottom,
	.patternHomePath img,
	.patternHomePathTitle {
		display:none;
	}
	
	#patternMainContents {
		padding:0;
	}
	#patternBottomBar {
		border:none;
	}
	/* hide attachment twisty controls */
	#attachmentsshow,
	#attachmentshide {
		display:none;
	}
	
	/* hide plugins */
	.commentPlugin {
		display:none;
	}
	
	/* Colors */
	body {
		background-color:#FFF;
	}
	h2, h3, h4, h5, h6 {
		background-color:transparent;
	}
	.twikiAttachments,
	.patternContent .twikiAttachments,
	.twikiForm,
	.patternContent .twikiForm {
		background-color:#FFF;
	}
	.patternRevInfo,
	.twikiGrayText {
		color:#000; /*T7*/
	}
	.patternRevInfo a:link,
	.patternRevInfo a:visited
	.twikiGrayText a:link,
	.twikiGrayText a:visited {
		color:#000; /*T7*/
	}
	.twikiGrayText a:hover {
		color:#F00; /*T7*/
	}
	
	/* define custom print styles here */


}


/* This is to have WYSIWYG for print media perfs */

/* Makes all text black */
h1, h2, h3, h4, h5, h6,  {
	color:#000;
	background-color:none;
	border-color:#000;
}
body, p, li, ul, ol, dl, dt, dd, acronym, 
pre, code, tt, small, strong, b, font, hr, 
textarea, input, select,
a, 
a:link, 
a:visited, 
a:active, 
:link, 
:link:focus, 
:link:active, 
:visited, 
:visited:focus, 
:visited:active,
h1 a:link,
h1 a:visited, 
.twikiLink, 
.twikiLink a, 
.twikiNewLink,
.twikiNewLink a,
.twikiNewLink a sup,
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup,
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup, 
.twikiGrayText, 
.twikiGrayText a:link,
.twikiGrayText a:visited, 
.patternRevInfo,
.patternRevInfo a:link,
.patternRevInfo a:visited, 
.patternContent, 
.patternTopic, 
.patternTopic a,
.patternTopic a:link,
.patternTopic a:visited,
th.twikiSortedAscendingCol a:link,
th.twikiSortedAscendingCol a:link font,
th.twikiSortedAscendingCol a:visited,
th.twikiSortedAscendingCol a:visited font,
th.twikiSortedDescendingCol a:link,
th.twikiSortedDescendingCol a:link font,
th.twikiSortedDescendingCol a:visited,
th.twikiSortedDescendingCol a:visited font, 
.twikiAttachments th font,
table.twikiFormTable th.twikiFormTableHRow font, 
table.twikiFormTable th.twikiFormTableHRow a:link,
table.twikiFormTable th.twikiFormTableHRow a:visited, 
a:link .twikiAccessKey,
a:visited .twikiAccessKey,
#patternMainContents, 
#patternTopic {
	color:#000;
	background-color:none;
	border-color:#FFF;
}
table, th, td, tr, 
.twikiAttachments th.twikiFirstCol,
.twikiAttachments td.twikiFirstCol, 
.twikiFormTable {
	color:#000;
	background-color:#FFF;
	border-color:#000;
}
a, 
a:link, 
a:visited, 
a:active, 
:link, 
:link:focus, 
:link:active, 
:visited, 
:visited:focus, 
:visited:active,
.twikiLink, 
.twikiLink a, 
.twikiNewLink,
.twikiNewLink a,
.twikiNewLink a sup,
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup,
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup, 
.twikiGrayText a:link,
.twikiGrayText a:visited, 
.twikiSmallish twikiGrayText a:link,
.twikiSmallish twikiGrayText a:visited,
.patternRevInfo a:link,
.patternRevInfo a:visited, 
.patternTopic a,
.patternTopic a:link,
.patternTopic a:visited,
th.twikiSortedAscendingCol a:link,
th.twikiSortedAscendingCol a:link font,
th.twikiSortedAscendingCol a:visited,
th.twikiSortedAscendingCol a:visited font,
th.twikiSortedDescendingCol a:link,
th.twikiSortedDescendingCol a:link font,
th.twikiSortedDescendingCol a:visited,
th.twikiSortedDescendingCol a:visited font, 
table.twikiFormTable th.twikiFormTableHRow a:link,
table.twikiFormTable th.twikiFormTableHRow a:visited, 
a:link .twikiAccessKey,
a:visited .twikiAccessKey {
	text-decoration:underline;
}
