﻿*
{
	font-family: sans-serif;
}

html,
body
{
	width: 100%;
	height: 100%;
}

html,
body,
hr,
p,
ul,
img
{
	margin: 0;
	padding: 0;
	border: 0;
}

hr
{
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border: 1px solid black;
}

p
{
	margin-bottom: 0.5em;
	text-indent: 2em;
}

ul
{
	list-style: none;
}

table
{
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
	page-break-inside: avoid;
}

td
{
	padding: 0.2em;
	border: 1px solid black;
}

label
{
	display: block;
	margin-bottom: 0.5em;
	border-bottom: 1px solid black;
	font-size: medium;
}

#Main
{
	width: 800px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

#Language
{
	margin-bottom: 1em;
	text-align: right;
	font-size: small;
}

#HeaderFirstName,
#HeaderLastName
{
	float: right;
	font-size: xx-large;
	font-weight: bold;
}

#HeaderDescription
{
	font-weight: bold;
}

#Header,
#Status,
#Introduction,
#Knowledge,
#References
{
	clear: both;
	margin-bottom: 2em;
}

#Status
{
	text-align: center;
	font-weight: bold;
	color: red;
}

#Knowledge,
#References
{
	font-size: small;
}

#KnowledgeLegend
{
	margin-bottom: 0.5em;
}

#Knowledge .Separator
{
	width: 1em;
	border-top: 0;
	border-bottom: 0;
}

#Knowledge .High
{
	font-weight: bold;
}

#Knowledge .Unused
{
	color: gray;
}

#References .Separator td
{
	height: 1em;
	border-left: 0;
	border-right: 0;
}

#References .Title
{
	font-size: medium;
	font-weight: bold;
}

#References .Responsibility ul
{
	margin-left: 2em;
	list-style: square;
}

#References .Technology li
{
	display: inline;
	margin-right: 0.2em;
	padding: 0.2em;
	border: 1px solid black;
	line-height: 2em;
	white-space: nowrap;
}

@media print
{
	#Language
	{
		display: none;
	}
}