/*-----------------------------------------------------------------------------
[client] Print Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Page Layout
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: auto;
	position: relative;
	background: #ccc;
}

div#Canvas {
	background: #fff;
}

div.Left, div.Right {
	margin: 0;
}

div#Left, div#Right {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}


/* Navigation
-----------------------------------------------------------------------------*/

ul#System {
	display: none;
}

ul#Primary {
	display: none;
}

ul#Secondary {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	width: auto;
	height: auto;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	width: auto;
	height: auto;
}


/* News Ticker
-----------------------------------------------------------------------------*/

div#News {
	/* the javascript restyles all the li elements, making it difficult to print */
	display: none;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}
