/*-----------------------------------------------------------------------------
3R Technology Print Stylesheet

version:	1.0
date:			03/03/2010
author:		David Brunelle
email:		david at capitolmedia dot com
website:	http://www.3rtechnology.com
-----------------------------------------------------------------------------*/


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

* { 
	border: none;
}

img {
	margin: 0 auto;
}

body {
	color: #000;
}

a {
	color: #3a68b2;
}


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

.DoNotPrint {
	display: none;
}

.Create, .Edit {
	display: none;
}


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

#Header {
	text-align: center;
}

#Logo {
	margin: 0 auto;
}

#HeaderContent {
	display: none;
}

#SideBar {
	display: none;
}

.Secondary #Canvas {
	width: 100%;
}

.Secondary #Canvas #Content {
	width: 100%;
	padding: 0;
}

#Canvas {
}

#Left {
}

#Right {
}


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

#System {
	display: none;
}

#PrimaryNav {
	display: none;
}

#SecondaryNav {
	display: none;
}

#Tertiary {
	display: none;
}

#Footer {
	display: none;
}


/* Footer
-----------------------------------------------------------------------------*/
#PrintFooter {
	display: block;
	width: 100%;
	border-top: 3px solid #000;
	padding: 20px 0 0 0;
}

#PrintFooter img {
	border: 1px solid #000;
}

.PrintFooterBlock {
	float: left;
	width: 33%;
}



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

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