/**
 * $Header: /back.com/css/print.css 1     3/05/08 5:25p Robinp2 $
 *
 * @name	print.css
 * @package	Back.com
 * @version	$Revision: 1 $
 * @author	Phil Robinson <phil.robinson@medtronic.com>
 */

#header #sponsor,
#nav-main,
#formSearch,
#text-resizer,
#article-header,
#article-footer,
#sidebar,
#footer-links,
#usage-links
{
	display: none;
}

body {
	font-size: 75%;		/* for text resizing in IE; 1em = 12px */
	font-family: Arial, Verdana, sans-serif;
}

html>body {
	font-size: 12px;	/* for text resizing in everything else */ 
}

#header {
	height: 177px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}


#header h1 {
	display: block;
}

#header h2 {
	margin: 10px 0;
	color: #8b8b8b;
	line-height: 20px;
	font-weight: normal;
	font-size: 18px;
}

#page {
	text-align: left;
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em */ 
	font-size: 1em;			/* 12px */
}

#page a {
	color: #007aa9;
	text-decoration: none;
}

#page a img {
	border: none;
}

h3 {
	margin: 0 0 1em 0;
	color: #069;
	line-height: 1.286em;	/* 18px = 18px/14px = 1.286em */
	font-weight: bold;
	font-size: 1.167em;		/* 14px = 14px/12px = 1.167em */
}

h4 {
	margin: 0;
	color: #666;
	font-weight: bold;
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em */
	font-size: 1em;			/* 12px = 12px/12px = 1em */
}

#content p {
	margin: 0 0 1.5em 0;
}

#content dl {
	margin: 1.5em 0;		/* 18px = 18px/12px = 1.5em; */
	font-size: 1em;			/* 12px */
}

#content dt {
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em; */
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
	line-height: 1.5em;		/* 18px = 18px/12px = 1.5em; */
}

#content img,
#content img.right {
	margin: 0 0 1.5em 1.5em;
	float: right;
}

#content img.left {
	margin: 0 1.5em 1.5em 0;
	float: left;
}

.disclaimer {
	color: #666;
	font-style: italic;
}


#footer {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #cbcbcb;
	color: #797979;
	font-size: 1em;			/* 12px */
	line-height: 1.833em;	/* 22px = 22px/12px = 1.833em */
	text-align: center;
}

#footer a {
	color: #797979;
	text-decoration: none;
}

#footer #badges {
	width: 335px;
	margin: 40px auto;
	
}

#footer #badges #honcode {
	float: left;
	margin: 0 20px 0 0;
}

#footer #badges #honcode img {
	float: left;
	margin: 0 10px 0 0;
}

#footer #badges #honcode #honcode-text {
	float: left;
	width: 125px;
	text-align: left;
	line-height: 18px;
	font-size: 11px;
}

#footer #badges #michelson {
	float: right;
}


/* miscellaneous
   ---------------------------------------------------------------------------*/
/* self-clearing floats; replaces .clearfix classes */
#footer #badges:after,
#footer #badges #honcode:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

