 /*
$Id: content.css,v 4.18 2018/04/14 07:12:17 paul Exp $
OpenPA.net screen CSS
(c) 2001-2016 Paul Weissmann
*/

#news {
	margin-top: 1em;
	margin-bottom: 0;
}
h1, h2, h3, h4 {
	font-weight: bolder;
	margin-bottom: 0.2em;
}
h1, h2 {
	line-height: 1.2em; 
}
h1 {    font-size: 1.6em;
        margin-bottom: 0.4em;
        margin-top: 0.6em;
}
h2 {    font-size: 1.2em;
        margin-top: 0.9em;
        margin-bottom: 0.4em;
	border-bottom: 1px solid #ccc;
}
#news h2 {
	margin-bottom: 0;
        margin-top: 1.5em;
}
h3 {    font-size: 1.1em;
        line-height: 1.1em;
        margin-bottom: 0.1em;
	margin-top: 0.9em;
}
h4 {	margin-top: 0.8em;
	font-size: 1.0em;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#3f4d7f;
	display: inline;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #888;
	text-decoration: none;
}
a.note:link,
a.note:visited {
	font-size: 0.6em;
	font-style: normal;
	text-decoration: none;
	vertical-align: super;
	line-height: 1em;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0.2em;
}
a.note:before,
a.note:after {
	font-weight: normal;
}
a.note:before {
	content: "[";
}
a.note:after {
	content: "]";
}
h2 a.note:link,
h2 a.note:visited {
	font-size: 0.5em;
}
a.note_back:link,
a.note_back:visited {
	text-decoration: none;
}
a.ext:link,
a.ext:visited {
	background: url(../images/external.png) right center no-repeat !important;
	background: url(../images/external.gif) right center no-repeat;
	padding-right: 16px;
}
p.done a:link,
p.done a:visited {
	font-weight: bold;
}

#news h2 a:link,
#news h2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
#news h2 a:hover {
	text-decoration: none;
	font-weight: bold;
}

p {	
	text-align: left;
	line-height: 1.6em;
	margin-top: 0.1em;
	margin-bottom: 1em;
	margin-right: 6em;
}
p.up {	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	padding: 4px;
}
p.nav a:link,
p.nav a:visited, 
p.nav a:hover,
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
p.done {
	font-style: italic;
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
p.author {
	padding: 0;
	margin-top: 0;
	font-size: 0.8em;
	word-spacing:0.2em
}
p.date,
p.author i {
	font-style: italic;
	font-size: 1.2em;
	font-style: normal;
	word-spacing:0em
}
p.attribution {
	font-style: italic;
	font-size: 1em;
}
p.textnote {
	margin: 0;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border: 1px solid #ccc;
	border-left: 4px solid #bbb;
	background-color: #f5f5f5;
	font-style: italic;
	font-size: 0.9em;
	
}
p.subtitle {
/* Fonts/sizes see below with ol.note:before */
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.subtitle,
ol.note:before {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em; 
}
#footer p {
	margin: 0.1em;
}

.center {
	text-align: center;
}
.option {
	margin: 0;
	padding: 0.1em 0.3em;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-style: normal;
	font-size: 0.9em;
	
}
.box {
	width: auto;
	clear: both;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin: 1.1em 4em 0.8em 0;
	padding: 0.4em;
	font-weight: normal;
}

pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 100%;
}
tt {	color: black;
}
tt.cmd {margin-left: 2em;
}
code {	font-weight: bold;
	color: #067c69;
}
sup {   font-size: 8px;
	line-height: 0;
}
blockquote {
	margin-top: 0;
	padding-top: 0;
}
blockquote p {
	line-height: 110%;
	font-size: 1em;
	margin-bottom: 0.2em;
	margin-top: 0;
}

#top img {
	padding: 0;
	padding-bottom: 1em;
	border: 0;
}
#text img.pdficon {
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 0.4em;
}

ul,
ol {
	font-size: 1em;
	margin-top: 0.3em;
	margin-right: 6em;
}
ul li,
ol li {
	line-height: 1.6em;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
	font-weight: normal;
}
ul li {
	list-style-type: square;
}
ul li ul,
ol li ul {
	margin-top: 0;
	padding-left: 2em;
}
ul li ul li {
	list-style-type: square;
}
ul.small_indented {
	padding-left: 3em;
	font-size: 0.9em;
}
ul li ul li ul {
	padding-left: 1.4em;
	list-style-type: none;
}
ul li ol li {
	list-style-type: decimal;
}
ul li ul li ol li {
	list-style-type: decimal;
}
ol.note {
	background-color: white;
	display: block;
	font-size: 0.9em;
}
ol.note:before {
	content: "Notes";
	padding-bottom: 1em;
	margin-left: -2.4em;
}
ol.note ul li {
	list-style-type: none;
	clear: none;
	display: inline;
}
table {
	margin: 1em auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ccc;
}
table caption {
	font-size: 0.9em;
	caption-side: bottom;
	font-style: italic;
	line-height: 1.2em; 
	margin-bottom: 1em;
	padding-top: 0.7em;
	text-align: center;
}
table caption:before {
	Content: "Table: ";
	font-style: normal;
}
table tr th,
table tr td {
	padding: 2px 5px 4px 6px;
	border-collapse: collapse;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color: #f1f1f4;
        font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
}
table tr td {
	vertical-align: top;
	font-size: 0.8em;
}
table tr:nth-child(even) td {
	background-color: #fcfcfc;
}
table tr:nth-child(odd) td {
	background-color: #e0e6ff;
}
table tr.border {
	border-bottom: 2px solid #ccc;
}
table tr.strong {
	font-weight: bold;
}
table tr td.center {
	text-align: center;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.float,
table.quick {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}
}
