/* CSS for print, overriding Blueprint defaults */

/* ====General Stuff==== */
body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
    border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
	
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif;}

a:link, a:visited {
    background:transparent;
    text-decoration:underline;
    font-weight:normal;
    color:inherit;
}

a:link:after, a:visited:after {
    content:" (" attr(href) ")";
    font-size: smaller;
}

#sidebarleft, #sidebarleftinternal, #sideright, .sidebarright, #abovemain, #sitenav, .bannersearch, 
#docnavwrapper, #footerlinks, #beta, #sections, #breadcrumbs, 
#toc, #contentnav, script, object {
	display: none;
	}
.inner-left a:link:after, .inner-left a:visited:after { content:"" }

.banner {
	display: block;
	height: 130px; /* JW - we don't need the whitespace in print */
	padding-left:0px;
}

#wrapper, #maincontent, div.content, div.contentnarrow {
	display: block;
	width: auto !important; /* JW - forces full width on Safari */
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	overflow: visible /* JW - without this only 1 page max prints out */
	}


.footer {
    display: block;
    border:none;
    border-top: solid 1px;
    padding: 0;
    background-color: inherit;
    clear: both;
}

.footer a {
    text-decoration: none;
    font-weight:inherit;
    color:inherit;
}

.footer a:link:after, .footer a:visited:after {
    text-decoration: none;
    font-weight:inherit;
    color:inherit;
    content:inherit
}

/* ==== Footnote Styles ==== */

.footnote sup {
    background-color: inherit;
    border: none;
    padding: 0px;
    text-decoration: none !important;
}

.footnoteinline {
    display: none;
}

a.source-note {
    display: none;
}

div.footnotes {
    border-top: solid 1px black;
}

/* Program Schedule Table Styles */

table.schedule {
    font-size: inherit;
}
table.schedule td {
    vertical-align: text-top;
}
table.schedule p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
table.schedule ul {
    margin-top: .5em;
    margin-bottom: .5em;
}
table.schedule li {
    list-style: disc;
    margin-bottom: 0;
}
img { float:none;}
.image-wide {
    margin: 10px 15px 3px 0px;
    padding: 10px 10px 10px 0px;
/*    float:left;
    width:220px;*/
    text-align: center;
}

.image-wide p {
    font-size: .875em;
    padding: 0;
}

.image-smallfloatinline { 
    float: left;
    width: 190px;
    margin: 5px 40px 5px 0px; 
    padding-right: 2px;
    text-align: center;
    }

.image-smallfloatinline p {
    font-size: smaller;
    padding: 0;
}

.image-smallfloatinline strong {
    font-size: smaller;
    padding: 0;
}
.highlight {border: 1px solid black}
