 /*
$Id: iphone.css,v 1.3 2014/06/23 06:28:41 paul Exp $
OpenPA.net iphone CSS
(c) 2012-2014 Paul Weissmann
*/

body {
        font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	color: #333;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.7em;
}
#top {	
	padding: 0;
	margin: 0;
}
#top a:link, #top a:visited {
	display: block;
}
#content {
	width: 100%;
	background-color: transparent;
	#border: 2px solid red;
	padding: 0;
	margin: 0;
}
#menu {
	font-size: 1.8em;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu ul {
	clear: both;
	width: 100%;
	background-color: #ccc;
	#border: 1px solid yellow;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 1em;
}
#menu ul li {
	background-color: clear;
	font-variant: small-caps;
	background: clear;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	width: inherit;
	width: auto !important;
}
#menu ul li a {
	background-color: #ccc;
	color: #333;
	background: clear;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	width: auto;
	margin: 0;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
}
#menu ul li.here a {
	background-color: clear;
	text-decoration: none;
	border-bottom: 3px solid black;
}
#menu ul li a:first-letter {
	font-size: 1.2em;
}
#menu a:hover {
        text-decoration: none;
        border-bottom: 3px solid #c5c5c5;
        background-color: #ccc;
}

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

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

h1 {    
	font-size: 130%;
        margin-bottom: 0.6em;
        margin-top: 0.8em;
}
h2 {    
	font-size: 120%;
        margin-top: 0.7em;
        margin-bottom: 0.6em;
}
}
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;
}
p {
	line-height: 140%;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	margin-right: 0.5em;
}
p.up {	
	float: right;
	margin-bottom: 1em;
	width: auto;
	padding: 0.6em;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

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-family: sans-serif;
	font-size: 0.9em;
	
}
br.large {
	margin-bottom: 0.7em;
}

.box {
	width: auto;
	clear: both;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin: 1.1em auto;
	padding: 0.4em;
	font-weight: normal;
}
.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: 0.9em;
	line-height: 100%;
}

#top img {
	padding: 0;
	border: 0;
}
img.pdficon {
	display: none;
}

li {
	line-height: 1.3em;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul li,
ol li {
	margin-left: 1.4em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	font-weight: normal;
}
ul li {
	list-style-type: square;
}
ol li ul,
ol li ul li {
	margin-left: 0.4em;
	padding-left: 0;
}

table {
	padding: 2px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
}
table caption {
	display: none;
}
ol.note:before,
ul.tablenote:before {
        margin-left: 0;
}
table tr th,
table tr td,
table.horiz tr th,
table.horiz tr td {
	padding: 3px;
	border-collapse: collapse;
	border-right: 1px dashed #ccc;
	font-size: 1em;
	#border: 1px solid red;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color:#eee;
        font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 0.6em;
}
table.horiz tr th {
	border-right: 1px dotted #777;
}
table tr td {
	vertical-align: top;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
}
table.horiz tr td {
	border-bottom: 1px dotted #777;
	text-align: center;
	vertical-align: middle;
}
table tr.diff td,
table tr td.diff {
	background-color: #e0e6ff;
}
table tr.border {
	border-bottom: 2px solid #ccc;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.quick {
	float: right;
	margin: 0;
}
table.system_numbers {
/* nothing */
}


