﻿h1
{
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: xx-large;
	padding-bottom: 1em;
	padding-top: 1em;
}

h2
{
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	padding-bottom: 1em;
	padding-top: 1em;
}

h3
{
	text-align: left;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	padding-bottom: 1em;
	padding-top: 1em;
}

p
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

p.toc-entry
{
	font-weight:bold;
	text-align: center;
}

p.table-name
{
	font-weight: bold;
	text-align: center;
}

p.images
{
	text-align: center;
}

p.note
{
	text-align: center;
}

table
{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.toc-description
{
	color: #444444;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-style: italic;
}

.code
{
	color: #006600;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}

a
{
	border-bottom: 1px dotted #0000ff;
	color: blue;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: none;
	text-align: right;
}

ul
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

pre
{
	background-color: #fafafa;
	border: 1px dotted #c0c0c0;
	color: black;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.1em;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.25em;
	text-align: left;
	text-indent: 0;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

img
{
	border: 1px solid #c0c0c0;
	padding: 4px;
	margin: 4px;
	vertical-align: middle;
}

img.small
{
	vertical-align: middle;
}

table.navigation
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-style: italic;	
	width: 100%;
}

table.footer
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-style: italic;	
	padding-top: 2em;
	width: 100%;
}

table.comparison
{
	border-collapse: separate;
	border-spacing: 1px;
	border-style: solid;
	border-width: 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	width: 100%;
}

td.navigation-previous
{
	width: 30%;
}

td.navigation-index
{
	text-align: center;
	width: 40%;
}

td.navigation-next
{
	text-align: right;
	width: 30%;
}

td.footer-title
{
	width: 50%;
}

td.footer-copyright
{
	text-align: right;
	width: 50%;
}

td.comparison-line-even
{
	background-color: #F0F0F0;
	text-align: left;
}

td.comparison-line-odd
{
	text-align: left;
}

td.comparison-yes
{
	background-color: #CCFFCC;
	color: #008000;
	text-align: center;
	width: 20%;
}

td.comparison-no
{
	background-color: #FFCCCC;
	color: #800000;
	text-align: center;
	width: 20%;
}

td.comparison-other
{
	width: 20%;
}

hr
{
	background-color: gray;	
	border-width: 0;
	color: gray;
	height: 2px;
	width: 60%;
}