/*-----------------------------------------------------------------------------
[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]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

body {
	font-family: Georgia, Palatino, Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

h1 {
	font-family: Geneva, Lucida Grande, Lucida Sans, Arial, Verdana, Sans Serif;
	font-size: 21pt;
	text-align: center;
	color: #ff0000;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.DoNotPrint {
	display: none;
}


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

#LogoPrint {
	display: block;
	margin: 0 auto 1em auto;
}

#Header {
	display: none;
}

#Wrapper {
	display: inline;
}

#Canvas {
}

.Left, .Right {
}

#Left, #Right {
}

#Footer {
	font-size: 7pt;
	clear: both;
	text-align: center;
	border-top: 2pt solid #000;
	padding: 1em;
	margin-top: 2em;
}


/* Edit Mode
-----------------------------------------------------------------------------*/

.Edit, .Create {
	display: none;
}


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

#System {
	display: none;
}

#Primary {
	display: none;
}

#Secondary {
	display: none;
}

#Tertiary {
	display: none;
}


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

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