/*-----------------------------------------------------------------------------
[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: Gill Sans, Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

img {
	border: none;
}

hr {
	width: 80%;
	height: 1px;
	background-color: #fcaf17;
	border: none;
	border-top: 1px solid #fcaf17;
}

h1 {
	font-size: 2em;
	color: #0069aa;
}

a {
	text-decoration: none;
	color: inherit;
}


/* 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;
}

a.Edit, a.Create {
	display: none;
}


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

div#Header {
	text-align: center;
}

div#Logo {
	text-align: center;
}

div#Wrapper {
	display: inline;
}

div#Canvas {
}

div.Left, div.Right {
}

div#Left, div#Right {
}

div#Footer {
	clear: both;
	border-top: 3px double #fcaf17;
	margin-top: 3em;
	font-size: .85em;
	padding-top: 1em;
}


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

ul#System {
	display: none;
}

ul#Primary {
	display: none;
}

ul#Secondary {
	display: none;
}


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

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