﻿/* 
LotechSolutionsPrint.css © Copyright 2008 Colin Ramsden.
HTTP://WWW.LOTECHSOLUTIONS.COM
VERSION  1.8 
Original created by Colin Ramsden on 11 June 2004. 
Original styles are based on MS VS.NET Help Integration Guide recommendations.

Note that this sheet contains identical styles to the LotectSolutions.css
except those modified for the printed page.
For instance, no hyperlinks or email feedback is required in the printed version,
and all coloured elements are altered to shades of grey.

Modified details: 
1.0 11Jun04:	Created.
1.1 11Oct04:	Added Headings in Table Headers style rule.
1.2 22Nov04:	Added table cell rules for multiple columns.
1.3 10Apr05:	Added Leader character style.
1.4 17May05:	Reduced left indent of Address rule.
				Increased left indent of lists inside tables rule.
				Added NoLineGap style to list items rule.
				Added list follower style rule.
				Added list indent style rule.
				Added list circle bullet style rule.
1.5 01Sep05:	Excluded PageDiv style rule and Body margins.
1.6 02Feb08:	Added DL within TD rule.
1.7 06Jun08		Separated custom colours into separate LotechSoloutionsColours.css
				Separated text into separate LotechSolutionsText.css
				Separated links into separate LotechSolutionsLinks.css
				Separated lists into separate LotechSolutionsLists.css
				Separated tables into separate LotechSolutionsTables.css
				Separated labels and code into separate LotechSolutionsLabelsAndCode.css
1.8 15Jun08:	Stripped out common rules and added import links	

*/

/* link to screen stylesheet*/
@import url("LotechSolutions.css");


/* MAIN TOPIC STYLES */

body
	{ 
	background-color: #FFFFFF; /* White */
	margin: 0px; /* Note that this differs from screen css */
	}

div#PageDiv 
	/* NOTE that this applies the class to an ID, and not to a tag */
	{
	background-color: #FFFFFF; /* White */
	border-style: none;
	}

div#SeeAlsoDiv 
	/* NOTE that this applies the class to an ID, and not to a tag */
	{
	display: none;
	}

div#FooterDiv
	/* NOTE that this applies the class to an ID, and not to a tag */
	{
	display: none;
	}


/* HEADING STYLES */

h1
	{
	color: #000; /* black */
	}
	
	
/* TEXT STYLES */

p
	{
	color: #000; /*black*/
	}

p.BrowseBar /* hide browse bar buttons paragraph for printing */
	{
	display: none;
	}

p.close /* hide close button paragraph for printing */
	{
	display: none;
	}

p#Notice.status /* hide status paragraph for printing */
	{
	display: none;
	}


/* LINKS */

a
	{
	color: #000000; /* Black */
	font-weight: bold; /* Bold for printing */
	text-decoration: none; /* Don't underline */
	}

p.copyright a
	{
	display: none;
	}

a.glosslink
   {
	text-decoration: none; /* Don't underline */
   }

a.ShowMoreOrLess
	{
	display: none;
	}

.BClinks a
	{
	border-style: none;
	}
	
	
/* LIST STYLES */

/*none apply to print*/


/* LABEL STYLES */

/*none apply to print*/


/* CODE and SYNTAX STYLES */

/*none apply to print*/


/* TABLE STYLES */

#DontPrintMe /* use for hiding tables for printing 
	NOTE that this applies the class to an ID, and not to a tag */
	{
	display: none;
	}


/* OBJECTS  */

.NoPrint /* use for hiding element for printing */
	{
	display: none;
	}

object#Index /* Hide Index Object*/
   {
	display: none;
   }

object#Glossary /* Hide Glossary Object*/
   {
	display: none;
   }


/* End of file */