﻿/*/***************************************************************************************************************************
/// <name>     HDSF - Print CSS</name>
/// <summary>  Contains Styles for the print version of the site.</summary>
/// <history>
///            Konrad Kyc [2008 © Vantagesoft] - 2008-09-14 - Created.
/// </history>
/// <notes>
/// </notes>
///***************************************************************************************************************************/

h1
{
	margin-top: 20px;
	font-family: Verdana ,Helvetica,sans-serif;
	font-size: 250%;
	color: #7E6D5F;
}

h2.ProjectTitleHeader
{
	margin-top: 5px;	
}


.PrintVisible
{
	display: block;
}

.PrintHidden
{
	display: none;
}

.SiteShell
{
	left: auto;
	margin: auto;
	width: auto;	
}

.BodyShell
{
	margin: 5px;
	padding: 0px;
}

.PageFold
{
	display: none;	
}
.Logo
{
	float: none;	
}

.HDSFCaption
{
	display: none;	
}

.MenuLoginHeader
{
	display: none;	
}

.MenuContainer
{
	display: none;
}

.MenuContentShell
{
	margin: 0px;
	width: 620px;
}

.ContentContainer
{
	width: auto;
	float: none;
	margin-bottom: auto;	
}

.ProjectNavigationButton
{
	display: none;	
}

.ProjectNavigationButtons
{
	display: none;	
}

.PortfolioRelations
{
	bottom: 0px;	
}

#Footer
{
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Breadcrumbs
{
	display: block;
	width: 620px;
}

.Breadcrumbs > span
{
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666666;
}

.POVHeader
{
	width: auto;
	height: auto;
}

.POVHeader h3
{
	display: block;
	color: #666666;
	font-family: Arial, Verdana;
	font-size: 21px;
	line-height: 28px;
}
