﻿/*
	base-printable.css
 	Product: Manheim Content Pages 
	Description: Manheim Content Structure & Layout Stylesheet for Content Elements
	© 2008, Manheim Inc
*/

/* General css rules */
*							{color:#000 !important; text-decoration:none !important;}
body						{font-size:9pt; color:#000 !important; margin:0px; padding:0px; background-color:#fff;}
a							{color:#000 !important; text-decoration:none !important;}
#pageFrame[id] table		{height:100% !important;}
#pageFrame[id] td			{height:100% !important;}

table						{float:none !important; width:650px !important; margin:0px !important; padding:0px !important; position:static !important; overflow:visible !important;}
table td, table tr, 
table th, thead, tbody		{float:none !important; overflow:visible !important;}
thead						{display: table-header-group; overflow:visible !important;}
tr, tr td					{page-break-inside: avoid;}


.printOnly					{display:inline;}
#pageUtils					{display:none;}

/* General format rules */
#pageHeader					{display:none;}
#pageFrame					{position:static; width:100%; padding:0px; margin:0px; background:none;}
#pageFooter					{width:100%; margin:12px auto; padding:0px; background:none;}
#pageFooter div				{margin:0px; padding:0px;}
#pageFooter p				{margin:0px; padding:0px;}
#pageFooter .links			{display:none;}

/* content wrapper */
#contentWrapper					{width:100%; padding:9px 0px 11px 0px;}
#contentWrapper #columnsFrame	{float:none !important;}
#contentWrapper h2				{background:none; padding-left:0px;}

/* buttons */
.btnAnchor					{color:#fff !important;}