﻿html
{
	background-color: rgb(215,215,215);
	padding: 0;
	margin: 0;
	min-height: 100%;
}
body
{
	background-color: white;
	/*border: 1px dashed rgb(150,150,150);*/
	/*border-width: 0 1px 0 1px;*/
	box-shadow: 1px 1px 2px rgb(100,100,100);
	width: 50em;
	min-height: 100%;
	margin: 0 auto 12pt auto;
	padding: 2em;
	font-family: Segoe UI;
	font-size: 9.5pt;
}
a		{ text-decoration: none; }
a:hover	{ text-decoration: underline; }
h1
{
	color: rgb(200,200,200);
	text-align: center;
	font-variant: small-caps;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}

a img { border: 0; }
td { vertical-align: top; }

nav.main
{
	text-align: center;
}
nav.main a
{
	display: inline-block;
	color: black;
	text-shadow: 0.5pt 0.5pt 0.5pt gray;
	background-color: rgb(240,240,240);
	background-image: linear-gradient(0deg, rgb(150,150,150) 0, rgb(220,220,220) 100%);
	border-width: 0 1pt 0 0;
	border-color: silver silver gray silver;
	border-style: solid;
	margin: 0pt 0pt 2pt 0pt;
	padding: 4pt 8pt;
}
nav.main a:last-child
{
	border-right-width: 0;
}
nav.main a:hover
{
	background-color: rgb(240,240,240);
	background-image: linear-gradient(0deg, rgb(130,130,130) 0, rgb(240,240,240) 100%);
	text-decoration: none;
	padding: 2pt 8.5pt 4.5pt 7.5pt;
}

h2 a.ShowDetails
{
	font-size: 8pt;
	font-weight: normal;
	color: blue;
}
h2 a.ShowDetails > img
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: -2px;
	margin-top: -1px;
}

table.Basic
{
	background-color: rgb(250,250,250);
	box-shadow: 1px 1px 2px rgb(100,100,100);
	font-size: 9pt;
}
table tr.Header td
{
	/*zborder-style: solid;
	zborder-color: silver;
	zborder-width: 1px 0 1px 0;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	/*xzbox-shadow: 0px 2px 2px rgb(50,50,50);/*, inset 0 0 50px white;*/
}
table tr.Header td:last-child
{
	/*zbox-shadow: 0px 2px 2px rgb(100,100,100), 2px 2px 2px rgb(50,50,50);*/
}
table tr.Header3
{
	background-color: rgb(250,250,250);
	box-shadow: 1px 1px 2px rgb(50,50,50);
	border: 1px solid lime;
}

.Attribution
{
	font-size: 8pt;
	padding-top: 2.5em;
	margin-top: 2.5em;
	border-top: 1px solid rgb(200,200,200);
}
.Attribution .Title
{
	font-weight: bold;
	font-size: 9pt;
}

.LastUpdate
{
	width: 14em;
	background-color: rgb(235,235,235);
	margin: 2em auto 5pt auto;
	text-align: center;
	font-size: 8pt;
	padding: 3pt;
}
