/*
$Id: handheld.css,v 1.6 2007/09/11 13:39:39 paul Exp $
IPv6r Handheld Style
(c) 2007 Paul Weissmann
*/

body {	margin:0;
	padding:0;
	color:#333;
	font-family: verdana, sans-serif;
	background-color: white;
}
#top a {
	font-size: large;
	text-indent: 0;
	font-weight: bold;
}
#menu {	clear: both;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	float: left;
	padding: 4px;
}
#menu ul li a:link,
#menu ul li a:visited {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 120%;
	font-variant: small-caps;
	color: #333;
}
#menu ul li.here a:link,
#menu ul li.here a:visited {
	background-color: #c0c6e5;
	color: #333;
}
#menu ul li a:hover {}
#menu ul li a:active {
	color: red;
}

#content {
	margin: 0.8em auto;
	background-color: white;
	border: 1px solid #333;
	padding: 0;
}
#text { padding: 1em;
	clear: both;
	font-size: small;
	border-top: 1px solid #333;
}
#submenu {
	display: none;
}
#news { margin-top: 0.6em;
}
#footer {
	border-top: 1px dotted #777;
	font-size: x-small;
	background-color: gray;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 2px;
}
h1 {	font-size: large;
	margin-bottom: 0.2em;
}
h2 {	font-size: large;
	margin-top: 1em;
}
h3 {	font-size: 110%;
}
h4 {	margin-top: 0.8em;
	font-style: italic;
	font-size: 102%;
}
#news h2 {
	font-size: small;
	margin-top: 0;
}

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: 90%;
	font-style: normal;
	font-family: verdana, sans-serif;
	vertical-align: super;
	text-decoration: none;
	line-height: 0;
}
#news h2 a:link,
#news h2 a:visited,
#news h2 a:hover {
	text-decoration: none;
}

p {	text-align: left;
}
p.up {	text-align: right;
}
p.done, p.date {
	font-weight: bold;
	font-style: italic;
}
p.date {
	text-align: right;
	margin-top: 0;
	margin-left: 1em;
}
p.attribution {
	font-style: italic;
	font-size: 90%;
}
p.feed a {
        padding-left: 0;
        background: none;
}
p.feed a.bloglines img {
	display: none;
}

#text p {
	margin-top: 0;
	margin-bottom: 0.4em;
}
#news p,
#footer p {
	margin: 0;
}

.section {
	font-weight: bold;
}
.printOnly {
	display: none;
}
pre, code, tt {
	font-family: monospace;
}
tt {	color: black;
}
code {	font-weight: bold;
	color: #067c69;
}
img {
	display: none;
}
em.serif {
	font-family: georgia, serif;
	font-style: italic;
}
.quote {
	font-family: georgia, serif;
	font-style: italic;
}

ul {	margin: 1px;
}
ul li { font-weight: normal;
}
ul.nav {list-style-type: none;
}
ul li ul {
	list-style-type: disc;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul {
	margin-top: 0;
}
h1 + ol, h2 + ol, h3 + ol, h4 + ol {
	margin-top: 0;
}
ul.pipe {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	clear: left;
}
ul.pipe li { 	 
	font-size: 90%;
	list-style: none;
	display: inline;
	clear: left;
}
ol.note {
	background-color: #eee;
	border: 1px solid gray;
	display: block;
}
dl.vars {
	margin-top: 0;
}
dl dt {
	font-weight: bold;
}
dl.vars dt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-weight:bold;
	color: black;
}
dl dd {
	margin-left: 0.2em;
	margin-bottom: 0.2em;
}

table {
	width: 100%;
	background-color: #333;
	border-spacing: 1px;
	border: 0;
	font-size: 90%;
}
table tr th {
	background-color:#bbb;
        font-weight: bold;
	text-align: center;
}
table tr td {
	background-color: white;
}
table tr td.nb {
	white-space: nowrap;
}
table tr.diff td {
	background-color: #ddd;
}
#text table {
	margin-left: 1em;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}

