﻿/*******************************************************************
	print.css
	Print style sheet for www.altn.com.
	To be included with main.css.  This style sheet only overrides
	main styles for print.
********************************************************************

	Created: 2/12/2007, Trint Ladd
	Modified:
		
********************************************************************
/*	Color Pallette */
/*		#fff; /* White */
/*		#000; /* Black */
/*		#eee; /* Very Light Gray */
/*		#ccc; /* Light Gray */
/*		#aaa; /* Medium Gray */
/*		#666; /* Dark Gray */
/*		#900; /* Dark Red */
/*		#009; /* Dark Blue */
/*		#ffd; /* Pale Yellow */
/*		#005; /* Dark Blue */
/******************************************************************/

/* Hidding or resizing block elements */
.noscript
{
	display: none;
}
#UberDiv
{
	width: 90%;
}
#BlankUberDiv
{
	width: 90%;
}
#Header
{
	width: 90%;
}
#AccountLinksAndSearch
{
	display: none;
}
#MainNav
{
	display: none;
}
#SendToLinks
{
	display: none;
}
#SubNav
{
	width: 20%;
	font-size: .8em;
}
#OneColumnNavMainContent, #TwoColumnMainContent
{
	width: 75%;
}
#TwoColumnNavMainContent
{
	width: 50%;
}

#TwoColumnSubContent
{
	width: 20%;
	font-size: .8em;
}
#Legal
{
	display: none;
}
#InternalViewer
{
	display: none;
}
.buttons, .buttonsLeft, .printButtons
{
	display: none;
}

/* Backgrounds and borders */
.RBContent
{
	border: solid 1px #ccc; /* Light Gray */
}

/* No Print, do not display when printing */
.noPrint
{
	display: none;
}

/* Print only, not visible on site */
.printOnly
{
	display: block;
}
.printOnlyAddress
{
	display: block;
	position: absolute;
	top: -15px;
	left: 60%;
}