﻿/*@import url(/SiteData/Generic/Css/print.css);*/

/* PRINT STYLESHEET
   ----------------------------------------------------*/

/* Stripped down print rules */
.noPrint, #Header, #Navigation,
#ColumnLeft, #ColumnRight, .textImage img,
#InternovaLogo, .articleExpLink, .footerNavigation
{
	display: none !important;
	visibility: hidden !important;
	margin: 0 !important;
}
.printHeader, .textImage span,
.FAQ .FAQAnswer, #Sheet #Footer p.contactNumber
{
	display: block !important;
	visibility: visible !important;
}
.text { padding: 0 !important; }
.button, button, input.button  
{
	border: solid 1px #000; 
	background: none; 
	color: #FFF;
	text-decoration: none !important; 
}
a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#Footer 
{
	text-align: right;
	border-top: solid 1px #000 !important;
	margin-top: 1em;
	padding: 1em 0 0 0;
}
/* -- */
.printHeader { width: 100%; margin-bottom: 1em; padding-bottom: 1em; border-bottom: solid 1px #000 !important; }
.serviceList, .panelImage { display: none; visibility: hidden; }
.panelContent { position: static; width: 100%; }
.slider .sliderViewPort, .slider .holder { overflow: auto; height: 140px; width: 100%; }
a:link, a:visited { text-decoration: none; }
#ColumnMain2Col { float: none; width: 100%; }
.quote { padding-left: 0; }
blockquote { padding-right: 0; }
#Footer p.contactNumber { height: auto; }
