﻿@media print
{

	/* Changes all links to a soft red that is still noticable in grayscale */
	a:link
	{
		color: #E20000 !important;
		background: transparent;
		font-weight: bold;
		text-decoration: none;
		border: none !important;
	}
	#main-content a * /* Makes sure if an anchor contains anything inside it, colour is reset */
	{
		color: #520 !important;
	}
	
	/* 
		For good browsers that support useful css, displays href after link in parenthesis 
	*/
	#main-contenta:link:after
	{
	   content: " (" attr(href) ") ";
	}
	
	/* Don't show href if it's an inpage anchor link or a thickbox link */
	#main-content a.thickbox:link:after,
	#main-content a[href^=#]:link:after
	{
	   content: "";
	}

	#bodycontainer #bodycontainer_inside,
	table.table01 th div
	{
		width: auto !important;
	}
	
	table.table01
	{
		margin-bottom: 20px;
	}
	
	.toolbar01,
	.panels01,
	#header,
	#mc_header,
	#navigation-container,
	#breadcrumb_outer,
	.print_hide,
	.bottom_buttons01,
	#footer
	{
		display: none !important;
	}
	
	html, body, #bodycontainer, #bodycontainer #bodycontainer_inside, #bodycontentplaceholder, #maincontent , #planner1 { width: 100% !important; overflow: visible; margin: 0 !important; padding: 0 !important; position: static;}
	
	html, body { margin: 0; padding: 0;}
	
	#bodycontentplaceholder, #planner1  { padding: 0; }	
	
	div.intro04 { float: none; }
	
	
		
	div.intro04.intro04_pad_r1 h1, div.intro04.intro04_pad_r1 p
	{
		padding-right: 14px;
		padding-bottom: 20px;
	}
	.print_planner_col1
	{
		width: 45%;
	}
	.print_planner_col2
	{
		width: 45%;
	}
	.print_planner_col3
	{
		width: 10%;
	}
	.table01
	{
		width: 63%;
	}
	.table01 .table01
	{
		width: 100%;
	}
	.print_planner_col1 *,
	.print_planner_col2 *,
	.print_planner_col3 *
	{
		width: auto;
	}
	
	
}
