/*
--------------------------------------------------------------------------------------------------
 Title:			Print Styles
 Created on: 	11-05-2009
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		CastManage 3.8 Template
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Summary:
*/
/************************************************************************************************/
/* PRINT STYLES																					*/
/************************************************************************************************/
@media print 
{
	#containerLeft, #containerTop, #containerMenu, #containerSearch, #containerKroonjuwelen, #bottomWrapper, #mailprint
	{
		display:					none;
	}
	
	
	body 
	{
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				11pt;
	
		line-height:			125%;
		background-color:		#fff;
		color:					#4d4d4d;
	}
	
	
	h1, h1 a
	{
		color:					#000;	
		font-size:				14pt;
		font-weight:			bold;
		
		clear:					both;
		margin:					20px 0 7px 0px;
		text-decoration:		none;
	}
	
	h2, #content h2
	{
		color:					#000;	
		font-size:				12pt;
		font-weight:			bold;
		
		margin-bottom:			0.5em;
	}
	
	h3, h3 a, #content h3 
	{
		color:					#000;	 
		font-size:				11pt;
		font-weight:			bold;
		
		margin-bottom:			0.3em;
		text-decoration:		none;
	}
}
