/*
--------------------------------------------------------------------------------------------------
 Title:			Print Styles
 Created on: 	20-10-2009
 Author:     	Roberto De Vivo

--------------------------------------------------------------------------------------------------
 Summary:
--------------------------------------------------------------------------------------------------
 Stylesheet containing all modules print styles.
 Custom stuff first.
*/

@media print
{
	/*********************************************************************************************/
	/* =Generic		  							                                      			 */
	/*********************************************************************************************/
	.hide,
	#logo,
	#building,
	#navigation,
	#crew,
	.button
	{
		visibility:				hidden;
		display:				none;
		width:					0;
		height:					0;
	}
	
	body 
	{
		font-family: 			"Georgia", "Times New Roman", Serif;
		color: 					#000;

		font-size:				12px;
		line-height:			2.1818em;	/* 24px */
		background-color:		#fff;
		
	}

	.floatCloser
	{
		clear:					both;
	}
	
	h1
	{
		font-size:				1.67em; 	/* 15px */
		font-weight:			bold;
		letter-spacing:			1px;
		padding-bottom:			3px;
	}
	
		h2 
		{
			clear:					both;

			padding-top:			18px;
			font-weight:			bold;
			font-size:				1.36em;	/* 15px*/
			line-height:			1.67em;	/* 20px */
		}
		
			h3 
			{
				clear:					both;
				padding-top:			18px;
			
				font-weight:			bold;
				font-size:				1.09em;	/* 12px */
				line-height:			1.67em;	/* 20px */
			}
	
	#content img,
	#logo,
	#logo img
	{
		display:				inline;
		
		padding:				0;

		border:					none;
	}
	
	a
	{
		color:					#000;
		text-decoration:		none;
	}
	
		
	ul
	{
		margin:						0;
		padding:					0;
	}
	
		ul li
		{
		}
		
	#totalContainer p a:after {
		content: 				" ("attr(href)") ";
		font-size: 				1em;
		font-style:				italic;
	}
	
	/*********************************************************************************************/
	/* =Form	  					                                      						 */
	/*********************************************************************************************/		
	 form
	{
		clear:				both;
		margin-bottom:		0.8em;
		padding:			0;
	}
	
		form label
		{
			clear:				left;
			float:				left;
			
			width:				214px;
			padding:			8px 0 0 0;
			
			color:				#fff;
			font-weight:		bold;
		}
		
		 form input,
		 form textarea
		{
			float:				left;
			
			font-family: 			"Georgia", "Times New Roman", Serif;
			font-size:			12px;
			line-height:		1.5em;
			color:				#555;
			
			margin:				6px 2px 2px 2px;
			padding:			0px 8px 4px 8px;
			width:				220px;

			border:				1px solid #828282;
		}
}