@charset "utf-8";
@font-face {
	font-family: 'Gentium Basic';
	src: local('Gentium Basic'), url('fonts/GenBasR.ttf');
	font-weight: normal;
	font-style:  normal;
}
@font-face {
	font-family: 'Gentium Basic';
	src: local('Gentium Basic Italic'), url('fonts/GenBasI.ttf');
	font-weight: normal;
	font-style:  italic;
}
@font-face {
	font-family: 'Gentium Basic';
	src: local('Gentium Basic Bold'), url('fonts/GenBasB.ttf');
	font-weight: bold;
	font-style:  normal;
}
@font-face {
	font-family: 'Gentium Basic';
	src: local('Gentium Basic Bold Italic'), url('fonts/GenBasBI.ttf');
	font-weight: bold;
	font-style:  italic;
}

body {
	margin:  0;
	padding: 0 0.25cm;

	background: #fff;
	color: #000;

	/* Gentium has been excluded because it does not have a bold weight,
	** neither upright nor italic */
	font-family: 'gentium basic', 'gentium book basic', 'georgia', 'times new roman', 'times', serif;
	font-size:   1.0em;
	font-weight: normal;
	font-style:  normal;
}

a {
	color: #000;
	text-decoration: none;
}

	a[rel="external"]:after {
		content: ' (' attr(href) ')';
		font-size: 75%;
	}

		.picture > a:after { content: ''; }

	a img {
		border: none; /* Never border around a img. NEVER. */
	}

#versions, #nav, #xnav, #topicnav, #settings, #previewer, #feedback, .node, .h { display: none; }

h1, h2, h3 { font-family: 'calibri', 'helvetica', 'trebuchet ms', 'arial', sans-serif; }

#top:before {
	content: '*A';
	display: block;
	margin:  6px 0.15em 0 0.1em;
	padding: 1px 3px;

	float: left;

	font-size:   4.5em;
	font-weight: bold;
	font-style:  italic;

	color: #000;
	background: #fff;
}

h1 {
	margin:  0.15em 0.1cm 0;
	padding: 0;

	font-size:   2.25em;
	font-weight: bold;
	font-style:  normal;

	page-break-before: avoid;
	page-break-after:  avoid;
}

#topdecor {
	margin:  0 -0.25cm 0;
	padding: 0;
	
	border-top: 0.6cm solid #ddf;

	page-break-before: avoid;
	page-break-after:  avoid;
}

#content { clear: both; }

h2 {
	margin:  0.75em -0.25cm 0.25em;
	padding: 0 0.35cm 0.1em;

	clear: both;

	font-size:   1.5em;
	font-weight: bold;
	font-style:  normal;

	border-bottom: 0.5mm solid #aaf;

	page-break-after: avoid;
}

	h2#topic {
		margin: -0.5em 0 0.75cm 3.1em;
		padding: 0;

		font-size:  1.8em;
		font-style: italic;
		border-bottom: none;
		line-height: 50%;
	}

h3 {
	margin:  0.5em 0 0.2em;
	padding: 0;

	font-size:   1.25em;
	font-weight: bold;
	font-style:  italic;

	page-break-after: avoid;
}

.f {
	font-family: 'calibri', 'helvetica', 'trebuchet ms', 'arial', sans-serif;
	font-size:   0.9em;
	font-style:  italic;
}
	.f em { text-decoration: underline; }

.phon { font-family: 'gentium', 'lucida sans unicode', 'lucida grande', 'arial unicode ms', sans-serif; }

.xsmp { display: none; /* hidden by default! */ }

p, ul, ol, dl {
	margin:  0.25em 0 0.5em;
	padding: 0;

	font-size:   1.0em;
	font-weight: normal;
	font-style:  normal;
	text-align:  justify;
}

a.seeother:before { content: '> '; }

em.altu {
	/* alternative <em> with underline */
	font-style: normal;
	text-decoration: underline;
}

em.altsc {
	/* alternative <em> with small-caps */
	font-variant: small-caps;
}

.note, .warning { display: none; }

.note.printable, .warning.printable {
	display: block;
	margin:  0.5em 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
}

	.note.printable .content,
	.warning.printable .content {
		display: inline-block;
		margin:  0;
		padding: 0.25em 0 0.25em 26px;

		max-width: 80%;
		border-top:    1px solid #999;
		border-bottom: 1px solid #999;

		color: #333;
	}

		.note.printable .content {
			background-image: url('../img/print_info.png');
			background-position: center left;
			background-repeat: no-repeat;
		}
		.warning.printable .content {
			background-image: url('../img/print_warning.png');
			background-position: center left;
			background-repeat: no-repeat;
		}

		.note.printable .content a,
		.warning.printable .content a { color: #333; }

ul {
	padding-left: 1.2em;
	list-style-type: disc;
}

	ul li {
		margin:  0.2em 0;
		padding: 0;
	}

		ul li ul {
			margin: 0.1em 0;
			list-style-type: disc;
		}

			ul li ul li { margin: 0.1em 0; }

ol { padding-left: 1.9em; }

dl { padding-left: 0.25em; }

	dl dt {
		margin:  0 0.2em 0 0;
		padding: 0;
		float: left;
		font-weight: bold;
		page-break-after: avoid;
	}

	dl dd {
		margin:  0 0 0.2em 1.5em;
		padding: 0;
	}

table {
	margin:  0.25em auto 0.6em;
	padding: 0;
	border-collapse: collapse;
	font-size: 1.0em;
}

	table caption {
		font-weight: normal;
		font-style:  italic;
		color: #333;
	}

	table td, th {
		padding: 0.15em 0.25em;
		border: 1px solid #224;
	}

	table th {
		font-weight: bold;
		font-style:  normal;
		text-align:  center;
		vertical-align: middle;
		background: #ddf;
	}

		table.altlayout th { font-size: 90%; }
		table tr:first-child th { border-bottom-width: 2px; }
		table tr th:first-child { border-right-width: 2px; }

	table td {
		font-weight: normal;
		font-style:  normal;
		text-align:  left;
		vertical-align: middle;
	}

		table.altlayout td { text-align: center; }

		table td.n_a { background: #eee; }

.pbox {
	margin:  7px 0 9px;
	padding: 0;
}

	.pbox .picture {
		margin:  0;
		padding: 0;
	}

		.pbox .picture a {
			display: block;
			margin:  0;
			padding: 5px 7px 3px;

			text-align: center;
			border-bottom: 0.25em solid #aaf;
		}
	
	.pbox .caption {
		margin:  3px 7px 0;
		padding: 0;
		font-size: 80%;
	}

.fleft {
	float: left;
	margin-top: 0;
	margin-right: 0.3cm;
}

.fright {
	float: right;
	margin-top: 0;
	margin-left: 0.3cm;
}

.nofloat { clear: both; }

.tablelist {
	/* a "list" of tables, which are rendered side by side */
	margin:  0 auto;
	padding: 0;
	overflow: visible;
}

	.tablelist table {
		margin-right: 10px;
		float: left;
	}

	.tablelist + * { clear: both; }

abbr, acronym {
	text-decoration: none;
	border: none;
}

#footnotes {
	margin:  0.25cm 0 0;
	padding: 0;

	font-size:   0.9em;
	font-weight: normal;
	font-style:  italic;

	color: #666;

	clear: both;
}

	#footnotes hr { display: none; }

	#footnotes #moddate { display: none; }

	#footnotes p {
		display: inline-block;
		padding-top: 0.3em;

		border-top: 0.1em solid #666;
	}

	#footnotes p a { color: #666; }