﻿@media print
{
	/* Project Page */

	/* remove these items from print view */
	*
	{
		float: none;
	}
	
	.TopContainer
	{
		display: none;
	}
	
	

	.BackToSearchButton
	{
		display: none;
	}

	*
	{
		font-size: 12px;
		font-family: Arial;
	}

	/* other styling */
	.ProjectPartContent
	{
		width: 93%;
	}

	.ProjectPartHeader
	{
		color:  #c41e3a; /*#F77F00;*/
		background-color: White;
	}

	.ProjectPartContent .Column
	{
		display: block;
		vertical-align: top;
	}
	.ProjectPartContent .Column .Description
	{
		display: inline;
		width: auto;
		float: none;
		width: auto;
		vertical-align: top;
		font-weight: bold;
	}

	.ProjectPartContent .Column .Field
	{
		display: inline;
		float: none;
		vertical-align: top;
	}
	
	#PPProjectInit .ProjectPartContent
	{
		display: block;
		width: 60%;
	}
	
	#PPProjectInit .ProjectImage
	{
		float: none;
		width: 35%;
	}
/*
	#PPProjectInit
	{
		display: block;
	}

	#PPAlgemeen
	{
		display: block;
	}

	#PPSamenvatting
	{
		display: block;
	}
	#PPEnergie
	{
		display: block;
	}
	#PPConcept
	{
		display: block;
	}
	#PPInnovatief
	{
		display: block;
	}
	#PPMonitoring
	{
		display: block;
	}
	#PPAlgemeneOpmerkingen
	{
		display: block;
	}
	#PPLinks
	{
		display: block;
	}
	#PPInformatie
	{
		display: block;
	}*/
}
