@charset "utf-8";
body {
	margin:  0;
	padding: 0 2px;
	background: #fff;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
}
a:link {
	color: #117;
	background: #eef;
}
a:visited {
	color: #338;
	background: #ddf;
}
a:hover, a:active {
	color: #fff;
	background: #000;
}
.h { display: none; }
h1 {
	margin: 0 -2px 0.5em;
	padding: 0.2em 8px;
	border-bottom: 1px solid #000;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	background: #ddd;
}
#versions { text-align: right; }
#versions .version {
	margin: 0 0 0 0.2em;
	padding: 2px 2px 1px 2px;
}
#versions .version img { vertical-align: middle; }
#versions .selected {
	background: #ccc;
	padding: 1px 1px 0 1px;
	border: 1px solid #666;
}
#nav ul { margin: 0.25em 0 0.3em; }
#nav ul li.big { margin-bottom: 0.35em; }
#nav ul li.small { margin-left: 0.5em; }
#xntopdecor { display: none; }
h2 {
	margin: 0.6em -2px 0.25em;
	padding: 0 2px;
	border-bottom: 1px solid #999;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
}
h2 .node { display: none; }
h3 {
	margin: 0.7em 0 0.2em;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
p {
	margin: 0.25em 0 0.4em;
	text-align: justify;
}
a.seeother:before { content: '> '; }
del { color: #666; }
em {
	/* because some mobile browsers - e.g. Opera Mini, the world's most common mobile browser - don't italicise */
	border-bottom: 1px solid #999;
}
em.altu {
	font-style: normal;
	border-bottom: none;
	text-decoration: underline;
}
ul {
	margin: 0.25em 0.4em 0.3em 0;
	padding: 0 0 0 1.5em;
}
li {
	margin: 1px 0;
	text-align: justify;
}
dl {
	margin: 0.25em 0.4em 0.3em 0.25em;
	padding: 0;
}
dt {
	margin: 0 0.25em 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-style: italic;
}
dd {
	margin: 0 0 0.25em 1em;
	padding: 0;
	text-align: justify;
}
table { border-collapse: collapse; }
table th {
	padding: 1px 3px;
	color: #fff;
	background: #000;
	border: 1px solid #fff;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
table tr:last-child th { border-bottom-color: #000; }
table tr:first-child th { border-top-color: #000; }
table th:first-child { border-left-color: #000; }
table th:last-child { border-right-color: #000; }
table th.f { background: #000; }
table td {
	padding: 1px 3px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
table.altlayout td { text-align: center; }
table td.n_a { background: #ccc; }
.pbox {
	margin: 0.2em 2em;
	padding: 0.25em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.pbox .picture {
	margin: 0 -1em 0.25em;
	padding: 0;
	text-align: center;
}
.pbox p.caption {
	margin: 0.25em -1em 0.1em;
	padding: 0;
	text-align: center;
}
.xsmp { display: none; }
.f {
	padding: 0 1px;
	font-style: italic;
	background: #e0ffe0;
}
.note, .warning {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.1em 0.25em;
	text-align: center;
	background: #ddf;
	border: 1px solid #779;
}
.note a:link {
	color: #336;
	background: #eef;
}
.note a:visited {
	color: #336;
	background: #cce;
}
.note a:hover,
.note a:active {
	color: #eef;
	background: #114;
}
.warning {
	background: #feb;
	border: 1px solid #975;
}
.warning a:link {
	color: #642;
	background: #eb8;
}
.warning a:visited {
	color: #642;
	background: #ec9;
}
.warning a:hover,
.warning a:active {
	color: #ffd;
	background: #430;
}
#footnotes {
	margin: 1em -2px 0;
	padding: 0.3em 0.8em 0.2em 0;
	font-style: italic;
	color: #ddd;
	background: #000;
}
#footnotes hr { display: none; }
#footnotes p {
	margin: 0;
	text-align: center;
}
#footnotes p a {
	color: #ddd;
	background: #000;
	text-decoration: none;
}
#settings, #feedback { display: none; }
#mediadeterminer {
	display: none;
	z-index: 2;
}