/*  ***********************************************************************************************

    Copyright (c) 2000-2002 EUROCONTROL, all rights reserved.
    This work is subject to the license provided in the file LICENSE.txt.

    Identifiers
    ============
    SYSTEM:        history.css
    HTML:          <link rel="stylesheet" href="history.css" type="text/css" />
    Version:       $Revision: 3532 $
    Date:          $Date: 2005-04-13 16:49:11 +0200 (Wed, 13 Apr 2005) $
    Description: Style sheet for eAIS Package History page in XHTML

    ******************************************************************************************** */
body {
  background-color: white;
  margin: 5px;
}
table {
  width: 80%;
  margin: 15px auto;
}
abbr, acronym {
  cursor: help;  /* IE 5.0 doesn't do this by itself */
/*  color: #666666; */
/*  font-variant: small-caps; don't change the case: some abbreviations are in lower case */
  letter-spacing: 0.1em;
  border-bottom: 1px dotted black;  /* IE 5.0 doesn't do this by itself */
}
/* base font size */
body, div, p, li, td, th {
	font-size:    small;	/* false value for WinIE4/5/6 */
}
html>head:first-child+body, html>head:first-child+body p, html>head:first-child+body li, html>head:first-child+body td, html>head:first-child+body th {
	font-size:    medium;	/* intended value for better browsers */
}

body, p, li {
  font-family: Avinor, Arial; /* Note: Verdana doesn't contain some Unicode characters that we need */
}
th {
  font-family: Avinor, Arial; /* note Verdana: too large */
  width: 50%;
  border-bottom: 1px solid #1D1D1D;
}

tr.even-row {
  background-color: rgba(0,0,0,0.1);
}
tr.odd-row {
}

/*
   ------------------------------------------------------------------------------------------------
   The "Front page" div element
   ------------------------------------------------------------------------------------------------
*/
.FrontPage {
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #1D1D1D;
  margin: -5px;
  padding-bottom: 10px;
}
.logo {
}

/*
   ------------------------------------------------------------------------------------------------
   Handle the H1 on the "front" page
   ------------------------------------------------------------------------------------------------
*/
.H1 {
  margin: 0px 0 20px 0;
  text-transform: none;
}
h2 {
	margin: 4px;
  padding-top: 10px;
  text-align: center;
}

/*
   ------------------------------------------------------------------------------------------------
   Titles & the outlining mechanism
   ------------------------------------------------------------------------------------------------
*/
caption {
  color: maroon;
  text-align: left;
}
/*
   ------------------------------------------------------------------------------------------------
   Graphics & their titles classes
   ------------------------------------------------------------------------------------------------
*/
img {
	vertical-align: middle;
	border-width: 0px;
}
.icon {
	padding: 0 4px 0 4px;
}

td p, th p, td div, th div, li p, li div {
  margin-top: 0pt;
  margin-bottom: 0pt;
  text-indent: 0pt;
}
.line {
	margin-top: 0;
	margin-bottom: 0;
}
/* cell borders */
.colsep-0 th, .colsep-0 td, tr th.colsep-0, tr td.colsep-0 { border-right-width: 0px; }
.colsep-1 th, .colsep-1 td, tr th.colsep-1, tr td.colsep-1 { border-right-width: 1px; }
.rowsep-0 th, .rowsep-0 td, tr th.rowsep-0, tr td.rowsep-0 { border-bottom-width: 0px; }
.rowsep-1 th, .rowsep-1 td, tr th.rowsep-1, tr td.rowsep-1 { border-bottom-width: 1px; }

th.date {
  border-right: 1px solid #1D1D1D;
  width: 25%;
}

th.short_desc {
  border-bottom: 1px solid #1D1D1D;
}

td.date {
	white-space: nowrap;
  text-align: center;
}

.history_pane {
	background-color: #F0F1F2;
  width: 50%;
  margin: 30px auto 0px;
  padding-bottom: 10px;
}

.past_para {
  margin-top: 0px;
  text-align: center;
}
a {
  text-decoration: none;
  color: purple;
}

a:hover {
  text-decoration: underline;
} 

@font-face {
  font-family: "Avinor";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/avinor-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avinor-medium-webfont.woff") format("woff"), url("fonts/avinor-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Avinor";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/avinor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avinor-bold-webfont.woff") format("woff"), url("fonts/avinor-bold-webfont.ttf") format("truetype");
}  
@font-face {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fontello.eot?66237108#iefix") format("embedded-opentype"), url("fonts/fontello.woff?66237108") format("woff"), url("fonts/fontello.ttf?66237108") format("truetype");
}
