﻿/* Print style sheet used when printing */
.HeaderRegion,
.NavigationBlock,
.TopImageBlock
{
  display: none;
}
#ThemeBar
{
  display: none;
}

.ContentBlock,
.SectionContentBlock,
.ContentBlockFull
{
  padding-left: 0px;
  width: 75%;
}

/* Need to display contact spot */
.SpotContainer
{
  clear: right;
}
/* Remove all other spots than contact spot */
.DownloadSpot,
.TextSpot,
.ListSpot,
.LinkSpot,
.LinksSpot
{
  display: none;
}
.ContentArea .OneColSpotContainerNarrow
{
  margin: 20px 0px 0px 0px;
  width: 600px;
}
.OneColSpotContainerNarrow .SpotContainer
{
  margin-right: 20px;
  clear:none;
}
.ContactSpot
{
  border: solid 1px #333;
  height: 187px;
  width: 242px;
}

.OneColSpotContainerWide,
.CenterSpotBlock,
.ContextBlock,
.ContextBlockWhiteSpace,
.FooterBlock,
.CommentList,
.CommentForm
{
  display: none;
}
