/*-----------------------------------------------------------------------------
[client] Handheld Stylesheet

version:	1.0
date:		[date]
author:		[author]
email:		[name at domain dot com]
website:	[url]
history:	[file location]
-----------------------------------------------------------------------------*/


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

* { 
	border: none;
}

img {
	display: none;
}

body {
	font-size: 10pt;
	color: #000;
	background:#FFF;
}


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

table, td, th {
	dsiplay: block;
}


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

.DoNotPrint {
	display: none;
}

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

#Wrapper {
}

#Canvas {
}

#Left {
}

#Right {
}


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

#System {
	display: none;
}

#Primary {
	text-align: left;
}

#Secondary {
	display: none;
}

#Tertiary {
	display: none;
}


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

div#Header {
	text-align: center;
}

#Logo img {
	display: inline !important;
}

#Ancestors {
	display: none;
}


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

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

#Footer p {
	margin: 0 0 2pt 0;
}


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

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


