/* --------------------------------------------------------------------------
   Fonts
   -------------------------------------------------------------------------- */

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-ExtraBoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-MediumItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Regular.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	}

@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-RegularItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	}

/* --------------------------------------------------------------------------
   Main
   -------------------------------------------------------------------------- */

html {
	background-color: #f3f3f0;
	margin: 0;
	padding: 0;
	}

body {
	background-color: #f3f3f0;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Metropolis, "Futura Std", sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 1.5em;
	}

#BodyContent {
	text-align: left;
	padding: 1em 50px;
	}

header {
	margin: 0;
	padding: 0;
	background-color: #f3f3f0;
	}

header img {
	background-color: #444;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 350px;
	}

h1 {
	font-size: 36pt;
	text-transform: uppercase;
	}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 26pt;
	line-height: 1em;
	color: white;
	background-color: #444;
	padding-top: 0.3em;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0.2em;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 1.2em;
	}

h3 {
	font-size: 18pt;
	line-height: 1.1em;
	margin-bottom: 10pt;
	}

a:link    { text-decoration: none; color: #ee0000 }
a:visited { text-decoration: none; color: maroon }
a:hover   { text-decoration: none; color: #666 }
a:active  { text-decoration: none; color: black }

table {
	width: 100%;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	}

table caption {
	font-weight: bold;
	text-align: left;
	font-size: 18pt;
	line-height: 1.1em;
	}

/* Column-classes are only applied to TH to affect column width for the entire column. */
.ColumnIdentWidth {
	width: 150px;
	}
.ColumnBadgeWidth {
	width: 100px;
	}

.ColumnPackageWidth {
	width: 100px;
	}

.ColumnDevelopmentStatus {
	width: 120px;
	}

/* Cell-classes are applied to each TD in the intended column. */
.Note {
	font-size: 8pt;
	line-height: 1.4em;
	padding-right: 0;
	}

.AlignRight {
	text-align: right;
	}

th {
	text-align: left;
	padding: 0.2em 1em 0.2em 0;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1em;
	}

td {
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 1em 0 1em;
	}

td ul {
	padding: 0 1em;
	margin: 0;
	}

.layoutTable {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	}

.layoutTable tr {
	padding: 0;
	margin: 0;
	}

.layoutTable tr td {
	border: none;
	padding: 0;
	margin: 0;
	}

hr {
	display: block;
	border: 0;
	border-top: 2px dotted #ccc;
	margin: 2em 0;
	padding: 0;
	}

.NoteLesser {
	margin-top: -0.1em;
	padding:0;
	font-size: 8pt;
	font-weight: 300;
	line-height: 1.4em;
	color: #666;
	}

.Model {
	font-size: 14pt;
	font-weight: bold;
	}

.tinyImage {
	padding-left: 0.5em;
	float: right;
	}

abbr {
	text-decoration: none;
	}

/* --------------------------------------------------------------------------
   Menu
   -------------------------------------------------------------------------- */

#Menu {
	border: 0px;
	font-weight: bold;
	font-size: 12pt;
	}

#Menu tr td {
	border: 1px solid gray;
	text-align: center;
	width: 16.66%;
	background-color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}

#Menu tr td a {
	display: block;
	width: 100%;
	}