/**
 * This is the style sheet for printing
 */

/**
 * Make the text serif, because serif fonts (like Times New Roman or Garamond) 
 * are most readable in print.
 */
body {
	font: 12pt Garamond, "Times New Roman", Times, serif;
	background: white;	
	margin: 0;
	padding: 0;	
}

/**
 * the header must have a left-bar of 3pt, not 40px
 */
div.menuBar{	
	border: none;	
}

/**
 * Do not display:
 *   1. the menu
 *   2. the buttons
 *   3. the navigation tabs
 */
div.menulinks, div#menu,
ul#subNavigation{
	display: none;
}

div.buttonsContainer a.button{
	border: 1px solid #000;
	padding: 0;
}

/**
 * the content of the page
 */
div.content{	
	padding: 0;
	margin: 0;	
	border: none;	
	width: 100%;	
}

/**
 * the footer must have a left-bar of 3pt, not 40px
 */
div.footer{
	border: none;	
}

/**
 * the tab content of the page
 */
div.tabContent{	
	margin:0;		
	padding: 0;
	clear: both;
	width: auto;
}

table div.tabContent{
	padding-right: 5px;
	width: 98%;
}

div.tabContentCheckOut{	
	margin: 0;
	padding: 2px;
	clear: both;
	width: 620px;
}
/**
 * the small text
 */
p.smallText{
	font-size: 8pt;
}





/* Footer
-----------------------------------------------------------
*/
/**
 * Do not display the copywrite message on paper.
 */
div.footer.copywrite{
	display: block;
}

div.copywrite, div.copywrite a{
    font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.copywrite a:hover{
  	color: #000;
  	text-decoration: underline;
}


p#transformationTour{
	display: none;
}