/*
## print.css - Contains style for print layout
*/

#footer,
#inlineEditingOn,
#leftColumn,
#print {
  display: none;
}

#wrapper,
#mainColumn {
  margin: 0px;
  width: auto;
  background: transparent none;
}

a,
.readmore {
  text-decoration: underline;
  color: #000;
}

h1, h2, h3, h4, h5,
.title,
.title a,
#content .summary h1,
#content .summary h2 {
  color: #000;
}

.summaryContainer,
#content .odd,
#content .even {
  background: transparent none;
}

.productgroupTitle,
.projectgroupTitle {
  color: #000;
  background: transparent none;
}

.productgroup,
.projectgroup,
.productgroup img,
.projectgroup img {
  border: 0px;
}