/****************************************************************************
 ***************                   print.css                   **************
 ***************     Copyright 1982-2009, PKC Corporation     ***************
 ****************************************************************************/

/*********************************************************
 * Make the pages presentable and useful on printed page:
 * - use our fonts so printed pages look and feel
 *   more consistent with our site styles
 * - where practical, hide links, navigation, and buttons whose 
 *   main purpose is navigation and performing on-screen actions
 * - apply just enough formatting (padding, border, margins, etc)
 *   so that the information makes sense and looks presentable 
 *   on the printed page
********************************************************/

/*********************************************************
 * styles defined in style.css
 ********************************************************/
body {
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
.logonbutton {
    display: none;
}     
.box {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
#footer {
	font-family: arial, Sans-Serif;
	font-size: x-small;
}
span.left {
    display: none;
}
span.right {
    display: none;
}
#copyright {
	font-size: 85%;
	padding-top: 10px;
}
.footer2 {
	font-family: arial, Sans-Serif;
	font-size: x-small;
}
.imageCright
{
	font-size: 85%;
}
/*********************************************************
 * Hide "Back to Top" button at bottom of certain pages
 ********************************************************/
.backTop {
    display: none;
}
/*********************************************************
 * home page: tri-panel navigation to user-specific pages. 
 ********************************************************/
.bottom {
	padding: 11px 0 11px 9px;
}
.sidebox {
	width: 240px;
	font-size: 100%;
	margin: 0 9px 0 0px;
}
.boxbody {
	padding: 11px 25px 0 15px;
	margin: 0px;
	vertical-align: text-top;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height: 74px;
	text-align: left;
	font-size: 75%;
}
/*********************************************************
 * styles defined in nav.css
 * hide main navigation and subnavigation
 ********************************************************/
#header {
    display: none;
}
#subnav {
    display: none;
}
/*********************************************************
 * styles defined in secondary.css
 ********************************************************/
.sechd {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: large;
	font-weight: normal;
}
.secleft h2 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}
.secleft h3 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}
.bottomfloatright a {
	display: none;
}
/*********************************************************
 * Left section for couplers.aspx
 ********************************************************/
.couparea h1 {
	font-size: large;
	font-weight: normal;
}
.couparea h2 {
	font-size: 1em;
	font-weight: bold;
}
.couparea h3 {
	font-size: 1em;
	font-weight: normal;
}
.bottcouparea {
    border-top:1px solid #D1D0CD;
}
.bottcouparea h2 {
	font-size: 1em;
	font-weight: normal;
}
.bottcouparea a {
	font-size: 1em;
}
.floatleft {
	display: none;
}
/*********************************************************
 * Affects aspects on left of faq.aspx and faq_plaintext.aspx
 ********************************************************/
.faqquestion {
	font-weight: bold;
}	
.faqquestion a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
/*********************************************************
 * Affects available_couplers.aspx and plaintext version
 ********************************************************/
.availcoupwrap h2 {
	font-size: 1em;
	font-weight: normal;
}	
.availcouphr {
	display: none;
}
.availcoupkey {
	padding-right: 10px;
}
.availcouptitle a {
    text-decoration: none;
    color: black;
}
.availcoupdescrip p {
	padding-left: 20px;
}
/*********************************************************
 * Affects articles.aspx
 ********************************************************/
.librarytbl th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	font-size: .8em;
} 
.librarytbl td {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    font-size: .7em;
}
/*********************************************************
 * styles used in About Us section
 ********************************************************/
.newswrap h2 {
	font-weight: bold;
}	
.partner h3 {
	font-weight: bold;
}
.partner p {
	padding-left: 15px;
}	
.teammember p {
	padding-left: 15px;
}	
.aboutwrap h2 {
    font-weight: bold;
}
/*********************************************************
 * affects contact_us.aspx
 ********************************************************/
.contactright {
	display: none;
}
.contactus p {
	margin-left: 20px;
}
/*********************************************************
 * affects jobs.aspx
 ********************************************************/
.jobstitle {
    font-weight: bold;
    padding-top: 10px;
    margin-top: 20px;
}
.jobdesctitle {
    font-weight: bold;
    padding-top: 10px;
    margin-top: 20px;
}
.jobdescbox {
    margin-left: 20px;
}
/*********************************************************
 * Hide QuickLinks in right rail of most pages
 ********************************************************/
.topright {
    display: none;
}
/*********************************************************
 * affects site_map.aspx
 ********************************************************/
.sitemap h2 {
	font-weight: bold;
}
.sitemap a {
	margin-left: 20px;
}
/*********************************************************
 * Hide submit button on forms
 ********************************************************/
.feedbacksubmit {
    display: none;
}
.purchasewrap td {
    padding: 5px;
}
.feedbacksectionhead {
    font-weight: bold;
}
/*********************************************************
 * styles defined in tertiary.css
 ********************************************************/
.tertwrap h2 {
	font-weight: bold;
}	
.tertwrap h3 {
	font-size: 1em;
	font-weight: bold;
}
/*********************************************************
 * hide the back button
 ********************************************************/
.tertback {
	display: none;
}
/*********************************************************
 * styles defined in directions.css
 ********************************************************/
.imageleft 
{
	display: none;
}
.dirwrap h2 {
	font-weight: bold;
}