﻿/*/***************************************************************************************************************************
/// <name>     TrueBridge - Print CSS</name>
/// <summary>  Contains Styles for the print version of the site.</summary>
/// <history>
///            Konrad Kyc [2009 © Vantagesoft] - 2009-10-15 - Created.
/// </history>
/// <notes>
/// </notes>
///***************************************************************************************************************************/

/* Global Styles */

.PrintVisible
{
	display: block;
}

.PrintHidden
{
	display: none;
}

.Content 
{
	width: auto;
}

.CommonPageBodyText
{
	padding: 0px;	
}

.CommonContentFooter
{
	display: none;	
}

h2
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0px 20px 0px;
}

h3
{
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0px 15px 0px;
}

h2.CommonPageHeader
{
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.CommonContentColumnHeader
{
	padding: 0px;	
}

.CommonContentColumn
{
	padding-top: 15px;
	padding-left: 0px;	
	padding-right: 10px;
	width: 450px;
}

h2 span
{
	display: block;	
}

h3 span
{
	display: block;	
}


/* Home Page */
.HomePOVMenuPrint
{
	width: 450px;	
}

.Insight, .Access, .Partnership
{
	float: left;	
}

.HomePOVMenu
{
	height: auto;
	width: auto;	
}

.HomePOVMenu h2
{
	display: block;
	margin: 5px 0px 5px 0px;
}

.HomePOVMenuItem-Insight-on, .HomePOVMenuItem-Access-on, .HomePOVMenuItem-Partnership-on
{
	height: auto;	
}

.HomePOVContent 
{
	display: block;	
	margin: 0px 0px 10px 0px;
}

/* Contact Page */
.ContactAddressColumn
{
	margin-bottom: 10px;	
}

/* About Styles */
.AboutPOV
{
	background-image: url(../Images/About/POV.jpg);	
	width:  auto;
	height: auto;
	margin-bottom: 15px;
}

.AboutPOV div
{
	display: block;
}

.AboutSubSection
{
	width: auto;	
}

.AboutSubSectionContent, .AboutSectionContainer
{
	width: auto;	
}

.AboutSubSectionContent
{
	display: block;	
}

.AboutSubSection h3
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	border-bottom: dotted 1px #666666;
	width: 900px;
}

.AboutSubSectionColumn
{
	margin: 0px;
	width: 430px;
}

/* Team Page */
.TeamPOV
{
	width: auto;
	height: auto;
}

.TeamPOV div
{
	display: block;	
}

.TeamMatrixItem
{
	float: left;
	width: auto;
	height: auto;
}

.TeamMatrixItemLeft
{
	margin-left: 5px;	
}

.TeamMatrixItemRight
{
	margin-right: 5px;	
}

.TeamMatrixOnImage
{
	display: block;
	left: auto;
	position: relative;	
}

/* Strategy Page */

.StrategyFCLogo img
{
	display: block;
}

.StrategyFCDetailsSection
{
	display: block	
}

.StrategyContent
{
	padding: 0px;	
}

.StrategyColumn1
{
	width: auto;
	height: auto;
	margin-bottom: 0px;
	float: none;
}

.StrategyColumn2
{
	width: auto;
	height: auto;
	float: none;
}

.StrategyFC
{
	float: left;
}

.StrategyHeaderFeaturedCompanies
{
	font-size: 18px;	
	font-weight: bold;
	border-width: 0px;
}
