﻿/*
	PrintStyle.css
	
	Author: N.Quinn - Optoma EMEA
	Date:	03/11/2009
	
	This CSS file re-themes the Digital Signage pages for usage in standard HTML printing.
	It removes site-specific visible features such as the top navigation, left navigation,
	page tab components and other should-not-be-printed items.
*/

.TopHeadersection
{
	display: none;
}

#leftNav
{
	display: none;
	position: relative;
	right: 400px;
}

#footernavigation
{
	display: none;
}

#Menubar
{
	display: none;
}

.normalarial, .normalarial a, .normalarial a:active, .normalarial a:visited
{
	font-size: 14pt;
	color: #000;
	font-family: Arial;
	background-color: #FFF;
}

.FeaturesStrapline, .FeaturesStrapline a, .FeaturesStrapline a:active, .FeaturesStrapline a:visited
{
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	background-color: #FFF;
}

.FeaturesBulletPoint, .FeaturesBulletPoint a, .FeaturesBulletPoint a:active, .FeaturesBulletPoint a:visited
{
	font-size: 14pt;
	color: #000;
	font-family: Arial;
	background-color: #FFF;
}

.FeaturesIntrotext, .FeaturesIntrotext a, .FeaturesIntrotext a:active, .FeaturesIntrotext a:visited, .FeaturessIntrotext p
{
	font-size: 14pt;
	color: #000;
	font-family: Arial;
	background-color: #FFF;
}

.dsFeatureTable thead, .dsFeatureTable tfoot
{
	display: none;
}

#tabContent
{
	border: none;
	background-color: #FFF;
}

#up_container
{
	border: none;
	position: relative;
	right: 80px;
	background-color: #FFF;
}

#TopBanner
{
	display: none;
}

.FeaturesHeader
{
	display: none;
}

#wrapperTable
{
	border: none;
}

.functionButtons
{
	display: none;
}

.SubFeatureTable, .SubFeatureTable a:link, .SubFeatureTable a:visited
{
	font-size: 14pt;
	background-color: #FFF;
}

a:link, a:visited
{
	font-size: 14pt;
	color: #000;
	font-family: Arial;
	background-color: #FFF;
}

.noPrint
{
	display: none;
}

/* CSS 2 compliant property which will take a link and print it to the page with the URL next to it
in brackets; this works in CSS2 compliant browsers only (not IE 7 or below)
a:link:after, a:visited:after
{
   content: " (" attr(href) ") ";
   background-color: #FFF;
   color: #000;
}
 */