/* @override http://gacoretail.capitolmedia.com/css/screen.css */

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

a img {
	border: none;
}


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

div#Header {
}

div#Wrapper {
	display: inline;
}

div#Canvas {
}

div.Left, div.Right {
}

div#Left {
	display: none;
}

div#Footer {
}

div#PrintFooter {
	display: block;
	clear: both;
	border-top: 3px double #000;
}


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

ul#System {
	display: none;
}

div#Primary, ul#controlPanel, ul#thisPage, #SiteMap, #CallUs, #BannerNavBig, #companyNavBig, #BannerNavSmall {
	display: none;
}

ul#Secondary {
	display: none;
}


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

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