 /*
OpenPA.net i-Device CSS
(c) 2012-2018 Paul Weissmann
*/

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #444;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}
#top {	
	background-color: #444;
	border: none;
	padding: 0;
	margin: 0;
}
#top a:link,
#top a:visited {
	text-decoration: none;
	color: #0f7a80;
	color: #ddd;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0.2em;
	margin-left: 0.4em;
	margin-bottom: 1em;
	padding: 0;
}
#content {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#menu {
	margin: 0;
	width: 100%;
}
#menu ul {
	clear: both;
	width: 100%;
	padding: 0.2em;
	padding-bottom: 0.6em;
	padding-top: 0.4em;
}
#menu ul li {
	clear: left;
	display: inline;
	margin: 0;
	padding: 0.4em;
	float: none;
}
#menu ul li a {
	font-size: 1.9em;
	color: #3f4d7f;
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin: 0;
}
#menu ul li.here a {
	color: #0f7a80;
	border: none;
}
#menu ul li.here a:hover {
}

ul.nav,
#submenu {
	display: none;
}

#text,
#footer {
	color: #ccc;
	width: 100%;
	background-color: transparent;
	padding: 0;
	padding-left: 0.8em;
	margin: 0 auto;
	font-size: 1.8em;
	border: none;
}
#footer {
	color: #aaa;
	border-top: 1px dashed #aaa;
	font-size: 1.6em;
	padding-top: 1em;
}
#footer ul.footernav {
	border: none;
	margin: 1em auto;
	margin-bottom: 2em;
}
#footer ul.footernav li {
	display: inline;
}

h1 {    
	font-size: 130%;
        margin-bottom: 0.4em;
        margin-top: 0.8em;
	border: 0;
}
h2 {    
	font-size: 120%;
        margin-top: 0.7em;
        margin-bottom: 0.4em;
	border: 0;
}
h3 {    font-size: 1.2em;
        line-height: 1.2em;
        margin-bottom: 0.3em;
	margin-top: 0.8em;
}
h4 {	margin-top: 0.8em;
	font-size: 0.9em;
}
a:link, a:visited {
	color: #0f7a80;
	color: #14a3ab;
}
p {
	line-height: 140%;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	margin-right: 0.5em;
}
p.up {	
	display: none;
}
.option {	
	background: #555;
	border: none;
	padding: 0;
	margin-right: 0.2em;
}

p.textnote {
	margin: 0;
	padding: 0.3em;
	background: transparent;
	border: none;
	font-style: normal;
	font-family: sans-serif;
}
.box {
	width: auto;
	clear: both;
	background: transparent;
	border: none;
	font-style: normal;
	margin: 1.1em auto;
	padding: 0.2em;
}

pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 100%;
}

img.pdficon {
	display: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	background: transparent;
}
ul li,
ol li {
	line-height: 1.4em;
	margin-left: 1em;
	margin-right: 0.4em;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	font-weight: normal;
}

table {
	background: none;
	padding: 0;
	margin: 1em auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #999;
	font-size: 1.2em;
}
table caption {
	display: none;
}
table tr th,
table tr td {
	margin: 0;
	padding: 3px;
	border-collapse: collapse;
	border-right: 1px dashed #888;
	color: #ccc;
	font-size: 0.6em;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color: transparent;
}
table tr:nth-child(even) td,
table tr:nth-child(odd) td {
	background-color: #717171;
	background-color: #555;
}
table.quick {
	display: none;
}


