/*
  ***********************************************************************************************
  Copyright (c) 2000-2002 EUROCONTROL, all rights reserved.
  This work is subject to the license provided in the file LICENSE.txt.
  Identifiers
  ============
  SYSTEM:        eAIP.css
  HTML:          <link rel="stylesheet" href="eAIP.css" type="text/css" />
  Version:       1.0.1
  Date: 6 November 2002
  Description: Main style sheet for XHTML eAIPs
  ********************************************************************************************
 */
/*
  ------------------------------------------------------------------------------------------------
  Set the basic font families for the main Body and Table hierachies
  Note these should be UNICODE fonts to allow the display of various Unicode characters
  Special characters used in the XSL file are:
  #x00A0   No-Break space
  #x2014   Em Dash
  #x2191   Upwards Arrow
  #x2192   Rightwards Arrow
  #x2193   Downwards Arrow
  #x25b2   Black Up-Pointing Triangle
  #x25b3   White Up-Pointing Triangle (may not be available in non-Unicode fonts)
  ------------------------------------------------------------------------------------------------
 */
body {
  background-color: white;
  margin: 5px;
}
table {
  margin-bottom: 1em;
  border-collapse: collapse;
  margin-bottom: 1em;
}

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: x-small;
  background: inherit;
/* false value for WinIE4/5/6 */
}
html>head:first-child+body, html>head:first-child+body div, 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: small;
  background: inherit;
/* intended value for better browsers */
}
body, p, li {
  font-family: Arial, Helvetica, sans-serif;
/* Note: Verdana doesn't contain some Unicode characters that we need */
}
td, th {
  font-family: Arial, Helvetica, sans-serif;
/* note Verdana: too large */
/* zzfont-family: Lucida Sans Unicode, monospace; */
}
span {
  background: inherit;
  }
/*
  ------------------------------------------------------------------------------------------------
  Block Elements
  ------------------------------------------------------------------------------------------------
 */
td {
  border-color: #999999;
  border-style: solid;
  border-width: 0px;
  margin: 20px;
  padding: 2px;
}
th {
  border-color: #999999;
  border-style: solid;
  border-width: 0px;
  margin: 0px;
  padding: 2px;
}
p, div {
  margin-top: 1em;
}
/*
  ------------------------------------------------------------------------------------------------
  CSS Classes
  ------------------------------------------------------------------------------------------------
 */
/* Floating menu */
#floatingMenu {
  position: absolute;
/* default for broken browsers */
  top: 3px;
  right: 4px;
  margin: 0;
  background: #ddddff;
  border: outset #ccccff 1px;
  padding: 0px;
  text-align: left;
}
body > div#floatingMenu {
  position: fixed;
/* only real CSS-compliant browsers understand this (not IE5.5) */
}
#floatingLabel {
  padding-left: 3px;
  margin-right: 3px;
}
#floatingMenu ul {
  margin: 0 0 0 15px;
  padding: 0;
}
li.menu {
  font-size: 10px;
}
li.menu-on {
  list-style: disc;
}
.menu a {
  text-decoration: none;
}
.menu a:visited {
  color: blue;
}
.menu a:hover {
  color: red;
  text-decoration: underline;
}

/*
  ------------------------------------------------------------------------------------------------
  The "Front page" div element
  ------------------------------------------------------------------------------------------------
 */
.FrontPage {
  color: white;
  text-align: center;
  background-color: blue !important;
  padding: 10px 20px 10px 20px;
}
.FrontPage-eAIC-eSUP {
  color: black;
  text-align: center;
  padding: 10px 20px 10px 20px;
}
.logo {
}
.consult-notam {
  text-transform: uppercase;
}
/*
  ------------------------------------------------------------------------------------------------
  The GEN/ENR/AD section starts
  ------------------------------------------------------------------------------------------------
 */
.SectionStart {
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #00008b;
  padding: 20px 20px 20px 20px;
}
.SectionStart-eAIC-eSUP {
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px 20px 20px;
}

/*
  ------------------------------------------------------------------------------------------------
  Handle the H1 on the "front" page
  ------------------------------------------------------------------------------------------------
 */
.H1 {
  margin: 0px 0 20px 0;
}
h2 {
  margin: 4px;
}
/*
  ------------------------------------------------------------------------------------------------
  Titles & the outlining mechanism
  ------------------------------------------------------------------------------------------------
 */
caption {
  text-align: left;
}
.Title, .TitleAD {
  color: #800000;
  text-transform: uppercase;
  text-align: center;
}
.TitleAD {
  background-color: #bbbbbb;
  padding: 4px 0px;
}
.Outline {
  text-transform: uppercase;
  text-align: left;
}
span.Outline {
/* border: 1px solid black; */
}
.Sub-title {
  color: #800000;
  text-align: left;
}
/*
  ------------------------------------------------------------------------------------------------
  Table of Contents
  ------------------------------------------------------------------------------------------------
 */
.toc-block {
  margin-top: 0;
  margin-bottom: 0;
}
.toc {
  margin: 4px;
  font-size: 0.9em;
}
h3.toc, h4.toc {
  font-weight: normal;
}
h4.toc {
  padding-left: 20px;
  margin-top: 0px;
}
/*
  ------------------------------------------------------------------------------------------------
  Graphics & their titles classes
  ------------------------------------------------------------------------------------------------
 */
img {
  vertical-align: middle;
  border-width: 0px;
}
.AIC-SUP-country > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Figure-Left {
  text-align: left;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-Right {
  text-align: right;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-Center {
  text-align: center;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-title {
  margin-top: 2pt;
  margin-bottom: 0pt;
  padding-right: 5px;
}
.Graphic {
  text-align: center;
  border: 2px solid black;
  margin-top: 3pt;
  margin-bottom: 0pt;
}
.graphic-box {
  margin: 0 0 0 10px;
  float: left;
}
.icon {
  padding: 0 4px 0 4px;
}
/*
  ------------------------------------------------------------------------------------------------
  Block elements classes
  ------------------------------------------------------------------------------------------------
 */
.Address {
}
table.Address {
	background-color: inherit;
	border: 0;
	margin-bottom: 1em;
}

.Address-part {
  margin-top: 0pt;
  margin-bottom: 0pt;
  text-indent: 0pt;
}
.Address-post, .Address-post p {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.Address-part td {
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
}

td p, th p, td div, th div, li p, li div {
  margin-top: 0pt;
  margin-bottom: 0pt;
  text-indent: 0pt;
}

.Note {
  font-style: italic;
}
.NilNote {
  margin: 20px;
  padding: 10px;
  background-color: #eeeeee;
  font-style: italic;
}
.HideInHTML {
  display: none;
}
/* default for Amendments */
.AmdtDeletedAIRAC, .AmdtDeletedNon-AIRAC {
  text-decoration: line-through;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
}
/*
  ------------------------------------------------------------------------------------------------
  Inline elements classes
  ------------------------------------------------------------------------------------------------
 */
.Unknown {
  color: red;
  background-color: #ffcc00;
}
.Missing-id {
  color: red;
  background-color: #ffcc00;
}
.Date-time {
  color: blue;
}
.Equation {
  font-family: monospace;
  font-weight: bold;
}
.Literal {
  font-family: monospace;
  color: white;
  background-color: gray;
  padding-left: 5pt;
  padding-right: 5pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
}
acronym.Note {
/* font-size: 0.7em; */
  font-size: xx-small;
/* IE 5 and 6 value */
  vertical-align: text-top;
/* IE 5 and 6 does not work */
  font-variant: normal;
  letter-spacing: normal;
  font-style: normal;
}
.strong {
  font-weight: bold;
}
html>head:first-child+body acronym.Note {
  font-size: 0.7em;
/* Mozilla value */
}
.ADName {
  text-align: center;
  font-weight: bold;
}
.Sub-script, .Super-script {
  font-size: xx-small;
/* IE 5 and 6 value */
}
html>head:first-child+body .Sub-script, html>head:first-child+body .Super-script {
  font-size: 0.83em;
/* Mozilla value */
}
.Sub-script {
  vertical-align: sub;
}
.Super-script {
  vertical-align: super;
}
.Underline {
  text-decoration: underline;
}
/*
  ------------------------------------------------------------------------------------------------
  List Styles
  ------------------------------------------------------------------------------------------------
 */
ol {
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Numbered {
  list-style-type: decimal;
}
.Lower-Alpha {
  list-style-type: lower-alpha;
}
.Upper-Alpha {
  list-style-type: upper-alpha;
}
.Lower-Roman {
  list-style-type: lower-roman;
}
.Upper-Roman {
  list-style-type: upper-roman;
}
/* Notelist Styling */
/* - - - ( hide list number, fix indentation for wrapping ) - - - */
.Notelist li {
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* - - - ( replace it with parenthesis and style it ) - - - */
.Notelist li:before {
  display: inline-block;
  content: counter(counter) ")";
  counter-increment: counter;
  width: 2em;
  float: left;
  vertical-align: super;
  font-size: xx-small;
}
.Notelist {
  counter-reset: counter;
}
.Itemised {
  list-style: disc;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.abbr-title {
  background: #cccccc;
  font-weight: bold;
}
.abbr-detail {
  font-size: 0.8em;
}
.abbr-detail-light {
  background: #f0f0cc;
  font-size: 0.8em;
}
.IndTable {
}
.IndTable td {
  padding: 0px;
}
.IndSubTable {
  border: none;
}
.IndSubTable th, .IndSubTable thead td {
  border-bottom-width: 1px;
}
.IndSubTable th, .IndSubTable td {
  border-right: none;
  padding: 2px;
}
/* *********************** Abbreviation table ******************** */
.Abbreviation-details {
}
/* *********************** Supplements tables ******************** */
.SupTable {
  border: solid black 1px;
}
.SupTable td, .SupTable th {
  border-bottom: solid black 1px;
}
/* *********************** AMENDMENTS ******************** */
.AmdtTable {
/* Amendments tables */
  width: 100%;
  margin: 10px 0 10px 0;
}
.AmdtTable td, .AmdtTable th {
  text-align: center;
  border-width: 1px;
}
/*
  test for partial AD hiding
  .ADblock {
  display: block;
  }
  .ADblock .TitleAD {
  }
  .AmdtDeleted div, .AmdtDeleted p, .AmdtDeleted hr {
  display: none;
  }
 */
/*
  ------------------------------------------------------------------------------------------------
  ENR, Navaid & Designated point table element classes
  ------------------------------------------------------------------------------------------------
 */
.ENR-table {
  border-color: #999999;
  margin: 5px;
}
/* Table row types */
.Table-row-type-1 {
  background-color: #aaaacc;
  border-color: black;
}
.Table-row-type-2 {
  background-color: #dddddd;
  border-color: black;
}
.Table-row-type-3 {
  background-color: #eeeeee;
  border-color: black;
}
.Table-row-type-3 th, .Table-row-type-3 td {
  border-left: 1px solid #dddddd;
}
.hspace td {
  border-top: 1px solid #dddddd;
}
.Remark-title {
  text-decoration: underline;
  font-style: italic;
}
.Route-designator {
  font-size: 1.3em;
  font-weight: bold;
}
/* Upper and lower presentation */
.center {
  text-align: center;
}
.UpperAndLower {
  margin: 0 auto;
  border: none;
  text-align: center;
/* IE doesn't inherit centering... */
  background: inherit;
}
td.Upper, tr.target td.Upper {
  border: none;
  border-bottom: solid black 1px;
}
td.Lower, tr.target td.Lower {
  border: none;
}
th div table tbody tr td {
  font-weight: bold;
/* IE doesn't inherit the style of the th */
}
/* cell borders */
/* Table level */
table.colsep-0 th, table.colsep-0 td {
  border-right-width: 0px;
}
table.colsep-1 th, table.colsep-1 td {
  border-right-width: 1px;
}
table.rowsep-0 th, table.rowsep-0 td {
  border-bottom-width: 0px;
}
table.rowsep-1 th, table.rowsep-1 td {
  border-bottom-width: 1px;
}

table.border-end-off th, table.border-end-off td {
  border-right-width: 0px;
}
table.border-end-on th, table.border-end-on td {
  border-right-width: 1px;
}
table.border-after-off th, table.border-after-off td {
  border-bottom-width: 0px;
}
table.border-after-on th, table.border-after-on td {
  border-bottom-width: 1px;
}
table.border-start-off th, table.border-start-off td {
  border-left-width: 0px;
}
table.border-start-on th, table.border-start-on td {
  border-left-width: 1px;
}
table.border-before-off th, table.border-before-off td {
  border-top-width: 0px;
}
table.border-before-on th, table.border-before-on td {
  border-top-width: 1px;
}
table.border-off th, table.border-off td {
  border-width: 0px;
}
table.border-on th, table.border-on td {
  border-width: 1px;
}

/* table section level */
thead.border-end-off th, thead.border-end-off td, tfoot.border-end-off th, tfoot.border-end-off td, tbody.border-end-off th, tbody.border-end-off td {
  border-right-width: 0px;
}
thead.border-end-on th, thead.border-end-on td, tfoot.border-end-on th, tfoot.border-end-on td, tbody.border-end-on th, tbody.border-end-on td {
  border-right-width: 1px;
}
thead.border-after-off th, thead.border-after-off td, tfoot.border-after-off th, tfoot.border-after-off td, tbody.border-after-off th, tbody.border-after-off td {
  border-bottom-width: 0px;
}
thead.border-after-on th, thead.border-after-on td, tfoot.border-after-on th, tfoot.border-after-on td, tbody.border-after-on th, tbody.border-after-on td {
  border-bottom-width: 1px;
}
thead.border-start-off th, thead.border-start-off td, tfoot.border-start-off th, tfoot.border-start-off td, tbody.border-start-off th, tbody.border-start-off td {
  border-left-width: 0px;
}
thead.border-start-on th, thead.border-start-on td, tfoot.border-start-on th, tfoot.border-start-on td, tbody.border-start-on th, tbody.border-start-on td {
  border-left-width: 1px;
}
thead.border-before-off th, thead.border-before-off td, tfoot.border-before-off th, tfoot.border-before-off td, tbody.border-before-off th, tbody.border-before-off td {
  border-top-width: 0px;
}
thead.border-before-on th, thead.border-before-on td, tfoot.border-before-on th, tfoot.border-before-on td, tbody.border-before-on th, tbody.border-before-on td {
  border-top-width: 1px;
}
thead.border-off th, thead.border-off td, tfoot.border-off th, tfoot.border-off td, tbody.border-off th, tbody.border-off td {
  border-width: 0px;
}
thead.border-on th, thead.border-on td, tfoot.border-on th, tfoot.border-on td, tbody.border-on th, tbody.border-on td {
  border-width: 1px;
}

thead.colsep-0 th, thead.colsep-0 td, tfoot.colsep-0 th, tfoot.colsep-0 td, tbody.colsep-0 th, tbody.colsep-0 td {
  border-right-width: 0px;
}
thead.colsep-1 th, thead.colsep-1 td, tfoot.colsep-1 th, tfoot.colsep-1 td, tbody.colsep-1 th, tbody.colsep-1 td {
  border-right-width: 1px;
}
thead.rowsep-0 th, thead.rowsep-0 td, tfoot.rowsep-0 th, tfoot.rowsep-0 td, tbody.rowsep-0 th, tbody.rowsep-0 td {
  border-bottom-width: 0px;
}
thead.rowsep-1 th, thead.rowsep-1 td, tfoot.rowsep-1 th, tfoot.rowsep-1 td, tbody.rowsep-1 th, tbody.rowsep-1 td {
  border-bottom-width: 1px;
}

/* Row level */
tr.border-end-off th, tr.border-end-off td {
  border-right-width: 0px;
}
tr.border-end-on th, tr.border-end-on td {
  border-right-width: 1px;
}
tr.border-after-off th, tr.border-after-off td {
  border-bottom-width: 0px;
}
tr.border-after-on th, tr.border-after-on td {
  border-bottom-width: 1px;
}
tr.border-start-off th, tr.border-start-off td {
  border-left-width: 0px;
}
tr.border-start-on th, tr.border-start-on td {
  border-left-width: 1px;
}
tr.border-before-off th, tr.border-before-off td {
  border-top-width: 0px;
}
tr.border-before-on th, tr.border-before-on td {
  border-top-width: 1px;
}
tr.border-off th, tr.border-off td {
  border-width: 0px;
}
tr.border-on th, tr.border-on td {
  border-width: 1px;
}

tr.colsep-0 th, tr.colsep-0 td {
  border-right-width: 0px;
}
tr.colsep-1 th, tr.colsep-1 td {
  border-right-width: 1px;
}
tr.rowsep-0 th, tr.rowsep-0 td {
  border-bottom-width: 0px;
}
tr.rowsep-1 th, tr.rowsep-1 td {
  border-bottom-width: 1px;
}

/* Cell level */
tr th.border-end-off, tr td.border-end-off {
  border-right-width: 0px;
}
tr th.border-end-on1, tr td.border-end-on1 {
  border-right-width: 1px;
}
tr th.border-after-off, tr td.border-after-off {
  border-bottom-width: 0px;
}
tr th.border-after-on, tr td.border-after-on {
  border-bottom-width: 1px;
}
tr th.border-start-off, tr td.border-start-off {
  border-left-width: 0px;
}
tr th.border-start-on1, tr td.border-start-on1 {
  border-left-width: 1px;
}
tr th.border-before-off, tr td.border-before-off {
  border-top-width: 0px;
}
tr th.border-before-on, tr td.border-before-on {
  border-top-width: 1px;
}
tr th.border-off, tr td.border-off {
  border-width: 0px;
}
tr th.border-on, tr td.border-on {
  border-width: 1px;
}

tr th.colsep-0, tr td.colsep-0 {
  border-right-width: 0px;
}
tr th.colsep-1, tr td.colsep-1 {
  border-right-width: 1px;
}
tr th.rowsep-0, tr td.rowsep-0 {
  border-bottom-width: 0px;
}
tr th.rowsep-1, tr td.rowsep-1 {
  border-bottom-width: 1px;
}
/*
  ------------------------------------------------------------------------------------------------
  eAIC and eSUP classes
  ------------------------------------------------------------------------------------------------
 */
div.frontPage table {
  color: white;
}
.AIC-SUP-title {
  background-color: transparent;
  border: none;
  width: 99%;
}
.AIC-SUP-contact-column {
}
.AIC-SUP-country-column {
}
.AIC-SUP-doc-column {
}

.AIC-SUP-contact {
  text-align: left;
  text-transform: none;
  padding-right: 20px;
}
.AIC-SUP-country {
}
.AIC-SUP-doc {
  padding-left: 20px;
}
.AIC-SUP-doc p {
  font-size: 1.5em;
  font-weight: bold;
}
.Contact {
}
.eAIP-reference-block {
  margin: 20px;
  padding: 10px;
  background-color: #eeeeee;
  font-style: italic;
}
.AIC-SUP-body h2.Title, .AIC-SUP-body h3.Title, .AIC-SUP-body h4.Title, .AIC-SUP-body h5.Title {
    color: #800000;
}

/************************** AIC/SUP background colours ***********************************/
.AIC-Subject-Administrative {
	background-color: white !important;
}

.AIC-Subject-ATC, .SUP-bg {
	background-color: #ffff99 !important;
}

.AIC-Subject-Safety {
	background-color: #ffcccc !important;
}

.AIC-Subject-Danger_area_map {
	background-color: #ccaaff !important;
}

.AIC-Subject-Maps_charts {
	background-color: #99cc99 !important;
}
.Numbering{
	
}