html {
	background-color: #707172;
	background-image: url("iob-oss.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 25px 25px;
}

body {
	border: 1px solid #888888;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.85);
	margin-left: 100px;
	margin-right: 100px;
	min-width: 800px;
	max-width: 1280px;
	padding: 10px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #085bc8;
	font-weight: bold;
}

/*
a[href]:before {
	content: '<';
}

a[href]:after {
	content: '>';
}
*/

a:hover {
	color: #000000;
	text-decoration: none;
}

pre {
	border: 1px dotted #888888;
	background-color: #f7f5f1;
}

h1 {
	color: #085bc8;
	margin: 0px;
	min-height:40px;
}

h2 {
	color: #085bc8;
	font-weight: normal;
	font-size: 16pt;
	border-bottom: 1px solid #a0a0a0;
}

ul {
	padding-left: 2em;
}

li {
	margin: 0 0 1em 0;
}

table {
	font-size: 9pt;
	border-collapse: collapse;
	border: 1px solid #888888;
	width: 100%;
}

th {
	border-bottom: 1px solid #888888;
	color: #085bc8;
}

td {
	padding: 3px 20px 3px 20px;
}

td.no-support {
	color: red;
}

td.partial-support {
	color: orange;
}

td.full-support {
	color: #085bc8;
}

/*
 * CSS3 selectors are only supported by KHTML.
 */
tbody tr:nth-child("odd") {
	background-color: #f7f5f1;
}

tbody tr.odd {
	background-color: #f7f5f1;
}

tbody img {
	vertical-align: bottom;
}

acronym {
	border-bottom: 1px dashed black;
	cursor: help;
}

ul.menu {
	margin: 10px -10px 0px -10px;
	padding: 0.5em 10px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-size: 9pt;
	color: white;
	background-color: #085bc8;
	text-align: right;
}

ul.menu li {
	display: inline;
	padding-left: 5px;
}

ul.menu li:before {
	content: url("bullet.png");
	margin-right: 10px;
}

ul.menu li:first-child:before {
	content: none;
	margin-right: 10px;
}

ul.menu a {
	text-decoration: none;
	color: white;
}

ul.legend img {
	vertical-align: bottom;
	margin-right: 10px;
}

ul.legend li {
	display: inline;
	margin-left: 10px;
}

img.lettrine {
	float: left;
	margin-right: 5px;
}

div.illustration {
	float: right;
	margin: 0 10px;
}

div.illustration img {
	display: block;
}

p.highlight {
	border: 1px solid #888888;
	background-color: #f7f5f1;
	padding: 4px 4px 4px 0;
}

div.copyright {
	float: right;
	text-align: right;
	color: #888888;
	font-size: 80%;
}

div.copyright p {
	margin: 0;
}


