@import "fonts.css";
@import "colours.css";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
h1 {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
acronym {
	border-bottom: 1px dotted;
}
.content img {
	font-size: 8pt;
}
/*#content {
	margin: 4%;
}*/
.content {
	margin: 4%;
}
table {
	border-style: none;
	padding: 0px;
}
td {
	padding: 0px;
	vertical-align: top;
}

.prev-link {
	float: left;
	margin-left: 5px;
}
.next-link {
	float: right;
	margin-right: 5px;
}

.small {
	font-size: 75%;
}

.outerbox td {
	padding: 15px 30px 15px 30px;
	vertical-align: middle;
}
.outerbox .next {
	text-align: left;
	vertical-align: top;
}
.outerbox .prev {
	text-align: right;
	vertical-align: top;
}
.outerbox td {
	text-align: center;
}

.innerbox th {
	padding: 1px;
	vertical-align: middle;
}
.innerbox td {
	padding: 0px;
}
.innerbox .b_text {
	text-align: center;
	padding: 2px;
}

.more_info {
	margin: 0px auto;
	margin-top: 5px;
	text-align: center;
	width: 7em;
	font-size: 90%;
/*	background-color: #BDC0E6;
	color: #000;
	border: solid 1px #010088;*/
	/*float: left;*/
}
/*.more_info a:link, .more_info a:visited {
	text-decoration: none;
}*/

td.infol {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 10px;
	white-space: nowrap;
}
td.infor {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 2px;
	max-width: 300px;
}
td.infor a.semi {
	font-weight: bold;
}

td.line {
	vertical-align: middle;
	padding-bottom: 0px;
	padding-top: 0px;
}
td.cent {
	text-align: center;
	vertical-align: middle;
}

p.cent {	text-align: center;}

#banner {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.noscreen {
	display: none;
	font-size: 1pt;
}
.outofscreen {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
#lang_nav {
	position: absolute;
	right: 0px;
}
#lang_nav ul {
	padding: 0px;
	padding-right: 2px;
	margin: 0px;
}
#lang_nav li {
	list-style-type: none;
	padding: 0px;
	margin: 1px;
}
#nav ul {
	padding: 2px;
	margin: 0px;
}
#nav li {
	display: inline;
	padding: 1em;
}

#footer {
	text-align: center;
/*	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 2px;*/
}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 4%;
	padding-right: 4%;
}
#footer td {
	vertical-align: middle;
	text-align: center;
}

@media print {
	#banner, #footer, .noprint { display: none;}
	.prev-link, .next-link { display: none; }
	.noscreen { display: block; color: #000; font-size: 10pt; text-align: right;}
	.print100px img { width: 100px; }
	.b_text { display: none;}
	.b_text strong { display: block;}
	#more_info { display: none; }
	.list th, .list td { width: 0%; }
	td.t, td.p { width: 50%; }
	td.infor a.semi { font-weight: normal;}
	th img { display: none;}
}

/* footer (includes #footer)
 - code from http://home.earthlink.net/~landisdesign/footer.html */
#container {
	margin: 0;
	position: relative;
	min-height: 100%;
	/* This is for browsers that properly obey the box model. */
}
* html #container {
	/* This is for IE, which extends the box if it is too small
	   instead of overflowing. */
	/*height: 100%;*/
	/* hlp: somehow this make ie do strange things, namely to only select
	   text as whole "blocks", so taking it out for now */
	/* Safari needs this as well, since it doesn't obey min-height,
	   but I'm not sure how to get this to Safari without also
	   blowing up Opera/Moz. As it is, Safari will not get the
	   footer to the bottom of a page with short content. */
}

#footer_pad { /* do we really need this one? */
	height: 2em;
}


/*#nfspecial { position: absolute; top: 0px; right: 0px; }*/
