/*
$Id: print.css,v 4.31 2016/11/18 14:18:11 paul Exp $
OpenPA.net Print CSS
(c) 2001-2013 Paul Weissmann
*/

@page {
	margin: 2cm;
}
@page rotated {
	size: landscape;
}
body {	margin:0;
	padding:0;
	color: black;
	font-family: "Palatino Linotype", serif;
	background-color: white;
}

#content {
	background-color: white;
	padding: 0;
	width: 100%;
} 

#top a {
	font-size: 16pt;
	color: black;
	text-indent: 0;
	font-weight: bold;
}

#text { 
	font-size: 11pt;
}
#news {
	display: none;
}
#menu, #submenu {
	display:none;
}
#footer {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 10pt;
	background-color: white;
	font-style: italic;
}
#footer ul.footernav {
	display: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	page-break-after: avoid;
	font-family: Garamond, "Palatino Linotype", "Bell MT", Times, serif;
	margin-bottom: 0;
}
h1 {	font-size: 16pt;
	margin-bottom: 0.2em;
	margin-top: 0;
}
h2 {	font-size: 15pt;
	margin-top: 1em;
	margin-bottom: 0;
}
h3 {	font-size: 12pt;
	margin-bottom: 0;
}
h2 + h3 {
	margin-top: 0;
}
h4 {	font-size: 12pt;
	margin-top: 0.8em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
}
a.note:link,
a.note:visited,
sup {
	font-size: 8pt;
	font-style: normal;
	vertical-align: super;
	text-decoration: none;
	line-height: 0;
	color: black;
}
a.ext	{
	text-decoration: underline;
}

p.up,
p.nav  {display:none;}
p.date {
	text-align: right;
	margin-top: 0;
	margin-left: 1em;
}
p.attribution {
	font-style: italic;
	font-size: 90%;
}
#text p {
	text-align: justify;
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 0.4em;
}
#footer p {
	margin: 0;
}

.ext-note {
	display: none;
}
.done {	display: none;
}
.sp {	margin-bottom: 0.8em;
}
.siteref {
	display: none;
}
p.box {
	display: none;
}
p.feed {
	display: none;
}
.amp {
	font-family: "Goudy Old Style", "Bell MT", serif;
	font-style: italic;
	font-weight: normal;
}
h1 .amp,
h2 .amp,
h3 .amp {
	font-size: 110%;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 11pt;
}
pre { white-space: -pre-wrap; 
      white-space: pre-wrap;} 
tt {	color: black;}
tt.cmd {margin-left: 2em;}
code {	font-weight: bold;
	color: gray;
}
b {
	font-weight: normal;
}
q:before {
	content: "\201c";
	font-size: 110%;
}
q:after{
	content: "\201d";
	font-size: 110%;
}
blockquote p {
	line-height: 115%;
	font-size: 10pt;
	margin-bottom: 0.2em;
}

#text img,
img.pdficon {
	display:none;
}
ul,
ol {
	margin: 0.5cm;
	text-align: left;
	line-height: 140%;
}
ul li,
ol li {
	margin-bottom: 0.25cm;
}
ul li { font-weight: normal;
	list-style-type: square;
}
ul.nav,
ul.pipe {
	display: none;
}
ul li ul {
	list-style-type: disc;
}
ul li ul li ol {
	list-style-type: decimal;
}
ul li ul li ol li {
	list-style-type: decimal;
}
ol.note,
ol.references,
ul.tablenote {
	background-color: white;
	border: none;
	font-size: 95%;
}
p.reference-subtitle {
/* Fonts/sizes see below with ol.note:before */
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.reference-subtitle,
ol.note:before,
ul.tablenote:before {
	font-family: Garamond, "Palatino Linotype", "Bell MT", Georgia, Times, serif;
	font-weight: bold;
	font-size: 12pt;
	content: "Notes";
	padding-bottom: 1em;
	margin-left: -3em;
}
ol.note:before {
	content: "Notes";
}
ul.tablenote:before {
	content: "Table Notes";
}
h2 + ul, h3 + ul, h4 + ul, p + ul,
h2 + ol, h3 + ol, h4 + ol, p + ol,
h2 + dl, h3 + dl, h4 + dl {
	margin-top: 0.2em;
}

table {
	font-family: Verdana, Arial;
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 9pt;
	margin: 10px auto;
}
table caption {
	font-family: Garamond, "Palatino Linotype", "Bell MT", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	caption-side: bottom;
	line-height: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
table caption:before {
	Content: "Table: ";
}
table caption {
	display: none;
}
table a {
	font-weight: normal;
	text-decoration: none;
}
table tr th,
table tr td {
	padding: 2px 4px 4px 6px;
	border-collapse: collapse;
	border-bottom: 1px solid black;
}
table tr th {
	background-color: #eee;
	border-bottom: 1px dotted #777;
        font-weight: normal;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 1.1em;
}
table tr th a {
	font-weight: normal;
}
table tr td {
	background-color: white;
	vertical-align: top;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.landscape {
	page: rotated;
}
table.quick {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}




