/** 
 * print.css
 *
 * Stylesheet for hardcopy output from printer. 
 * Based on blueprint CSS (http://www.blueprintcss.org/)
 * @media print
 * 
 * Author: Blend Interactive, Inc.
 */

body { background:none repeat scroll 0 0 transparent; color:#000000; font-family:"Helvetica Neue",Arial,Helvetica,sans-serif; font-size:10pt; line-height:1.5; }
hr { background:none repeat scroll 0 0 #CCCCCC; border:medium none; color:#CCCCCC; height:2px; margin:2em 0; padding:0; width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family:"Helvetica Neue",Arial,"Lucida Grande",sans-serif; }
code { font:0.9em "Courier New",Monaco,Courier,monospace; }
a img { border:medium none; }
p img.top { margin-top:0; }
blockquote { font-size:0.9em; font-style:italic; margin:1.5em; padding:1em; }
.small { font-size:0.9em; } 
.large { font-size:1.1em; }
.quiet { color:#999999; }
.hide { display:none; }
.enum { display:block; float:left; line-height:24px; margin-right:-40px; position:relative; right:40px; text-align:right; width:35px; }
a:link, a:visited { background:none repeat scroll 0 0 transparent; font-weight:700; text-decoration:underline; }
a:link:after, a:visited:after { font-size:90%; }

h1      { color:#026E8C; font-weight:400; line-height:1em; margin-bottom:0.5em; }
h2      { color:#333333; font-weight:700; line-height:1.2em; margin-bottom:0.6667em; text-transform:uppercase; }
h3      { color:#535353; font-weight:500; line-height:1em; margin-bottom:0.75em; }
h4      { color:#333333; font-weight:700; line-height:1em; margin-bottom:0.9167em; }
h5      { color:#A6A6A6; font-weight:300; line-height:1em; margin-bottom:0.75em; }
h6      { color:#666666; font-style:italic; font-weight:300; line-height:1em; margin-bottom:0.9167em; }

#Header h1 a     { display:none; }
#Header h1 { background:url("Images/logo.gif") no-repeat scroll left top transparent; height:39px; left:0; margin:0; position:relative; top:0; width:170px; }

div.page-footer { clear:both; font-size:0.9167em; font-style:italic; }


#About, 
#SiteSearch, 
#Menu, 
#Utils, 
#PageTools, 
#Sidebar, 
#PopularLinks, 
.block.two, 
.callout, 
#TOC_Container,
#Footer,
a.export { display:none; } 

.steps ol li, 
#CalendarListing li { list-style-type:none; }
#CalendarListing li h5 a        { text-decoration: none; font-weight: 700; color: #000;}

