﻿/* 
xperthr
15.06.2007
Mark Gale
print.css
- styles for friendly print
*/

body {
	margin:5px; padding:0;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:100%;
	color:#000; 
	background:#FFFFFF;
	min-width: 610px;
}

a:link, a:visited {
	color:#00AAE0;
	font-weight:bold; 
	text-decoration: underline;
	}

ul { margin:0; padding-left:0px; margin-left: 25px;}
li { padding-bottom:0px; }

.topNavBar { 
	display:none;
}

.topNavBarSearch { 
	display:none;
}

#siteLogo { display:none; }
#siteLogoInner { display:none; }


#footer{
	display:none;
}

.refArrow {
	display:none;
}

#pageheader{
	display:none;
}

#leftNavCol {
	position:relative;
	display:none;
}

.homeRightCol, .pageRightCol { width:0px; padding-left:0px; margin-left:0px; display:none; }
* html .homeRightCol, * html .pageRightCol { width:0px; margin-right:0px; display:none; }


#mainCol { margin-left:0px; margin-right:0px; font-size:80%; float: none; min-width:610px;}

.imageCol { display: none; }


/* .subhead is referenced from within articles for, e.g. Reference Manual, Legal Advice T&C */
.subhead		{ font-weight: bold; font-size: 110%; }

/* -- added to allow the key to icons page to render correctly when being printed */
.iconBox { float:left; width:120px; height:150px; text-align:center; border:1px solid #D6D4D2; font-size:90%; font-weight:bold; }

/* Benchmarking */


.pnlRefinementOption 
{
	border:1px solid #D6D4D2;
	padding:10px;
	margin-bottom:20px;
}
.bmResultsTableCell 
{
	width: 100%;
	border-bottom: solid 1px #000;
}
.bmResultsTableLeftText {
	text-align:left !important;
}
.bmResultsTable {
	width: 100%;
	border-bottom: solid 1px #000;
}
.printPager {
	display: none;
}

td .width95
{
    width:95px;
    }
    
.hideOnPrint {display:none;}

td .col2 {width:auto;}