/*
$Id: print.css,v 1.21 2011/04/09 09:37:32 paul Exp $
Internecine Print Style
(c) 2007-2011 Paul Weissmann
*/

body {	margin:0;
	padding:0;
	color: black;
	font-family: Garamond, Georgia, "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: 12pt;
}
#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-family: Garamond, "Palatino Linotype", "Bell MT", Georgia, Times, serif;
	font-weight: bold;
	page-break-after: avoid;
	margin-bottom: 0;
}
h1 {	font-size: 16pt;
	margin-bottom: 0.2em;
	margin-top: 0;
}
h2 {	font-size: 15pt;
	margin-top: 1em;
}
h3 {	font-size: 13pt;
	margin-top: 0.3em;
}
h2 + h3 {
	margin-top: 0;
}
h4 {	font-size: 12pt;
	margin-top: 0.4em;
}
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;
}
a.note_back {
	display: none;
}

p.up,
p.nav,
p.date {
	text-align: right;
	margin-top: 0;
	margin-left: 1em;
}
p.attribution {
	font-style: italic;
	font-size: 90%;
}
p.feed {
	display: none;
}
#text p {
	text-align: justify;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0.6em;
}
#footer p {
	margin: 0;
}
#links ol {
	padding-left: 0;
	margin-left: 0;
}
#links ol li {
	font-size: 9pt;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	white-space: -pre-wrap; 
        white-space: pre-wrap;
	list-style-type: none;
}
#links ol li span.link {
	font-family: Georgia, "Palatino Linotype", serif;
	font-size:  9pt;
}
.sp {	margin-bottom: 0.8em;
}
.siteref {
	display: none;
}
	
p.box {
	display: none;
}
.amp {
	font-family: "Goudy Old Style", "Bell MT", serif;
	font-style: italic;
	font-weight: normal;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 10pt;
}
code {	
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	margin-left: 1em;
	border: 1px solid #aaa;
	padding: 2px;
}
tt strong,
code strong {
	font-weight: bold;
	color: black;
	font-style: italic;
}
code.cmd:before {
	content: "# ";
}
code.wincmd:before {
	content: "c:\\ ";
}
code.config {
}
pre { white-space: -pre-wrap; 
      white-space: pre-wrap;
}
tt {	color: black;
}
tt.cmd {margin-left: 2em;
}
em.serif {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 1.1em;
}
.quote {
}
q:before {
	content: "\201c";
}
q:after{
	content: "\201d";
}
q.descriptive:before {
	content: "\00bb";
}
q.descriptive:after{
	content: "\00ab";
}

img {
	display: none;
}
ul,
ol {
	margin: 0.5em;
	text-align: left;
}
ul li,
ol li {
	margin-bottom: 0.25cm;
}
ul li { font-weight: normal;
	list-style-type: square;
}
ul.nav,
ul.pipe {
	display: none;
}
ul.nonmargin {
	padding-left: 0;
}
ul.nonmargin li {
	list-style-type: none;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
ul li ul {
	list-style-type: disc;
}
ol.further,
ol.reference {
	margin-top: 0.8em;
	margin-left: 0;
	line-height: 120%;
}
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;
}
dl.vars {
	margin-top: 0;
}
dl dt {
	font-weight: bold;
}
dl.vars dt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
dl dd {
	margin-left: 0.8em;
	margin-bottom: 0.4em;
	line-height: 140%;
	text-align: justify;
}

table {
	font-family: Verdana, Arial;
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 9pt;
	margin: 10px auto;
}
table caption {
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 2px;
}
table a {
	font-weight: normal;
	text-decoration: none;
}
table th {
	background-color: #eee;
	border: 1px solid black;
        font-weight: bold;
	text-align: center;
}
table tr th a {
	font-weight: normal;
}
table tr td {
	border: 1px solid black;
	background-color: white;
}
table tr td.nb {
	white-space: nowrap;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}

