/*  ***********************************************************************************************

    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 {
  background-color: #f0f0f0;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-collapse: collapse ;
}
/* A 'table' with a Class attribute set as 'AD2-table', dodata klasa kako u HTML ne bi bila siva pozadina */ 
table.AD2-table{
  background-color: #f0f0f0;
  border-color: transparent;
  border-style: solid;
  border-width: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-collapse: collapse ;
}
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 
{
	white-space: pre-wrap;
	font-size:    x-small;	/* 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;	/* intended value for better browsers */
}

body, p, li {
  font-family: Arial Unicode MS, Arial, Helvetica, sans-serif; /* Note: Verdana doesn't contain some Unicode characters that we need */
}
td, th {
  font-family: Arial Unicode MS, Arial, Helvetica, sans-serif; /* note Verdana: too large */
  /* zzfont-family: Lucida Sans Unicode, monospace; */
empty-cells: show ;
}

a:link {color: #0000ff; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #0000ff; text-decoration: underline; }
a:hover {color: #0000ff; text-decoration: underline; }

/*
   ------------------------------------------------------------------------------------------------
   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) */
	z-index: 99 ;
}
#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;
  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;
}

/*
   ------------------------------------------------------------------------------------------------
   Circular Header Customisation based on Subject attribute
   ------------------------------------------------------------------------------------------------
*/
.Admin {
  background-color: #ffffff;
  color:#000000;
}

.ATC {
  background-color: #ffff99;
  color:#000000;
}

.Safety {
  background-color: #ffcccc;
  color:#000000;
}

.Danger {
  background-color: #ccaaff;
  color:#000000;
}

.ChartsMaps {
  background-color: #99cc99;
  color:#000000;
}

/*
   ------------------------------------------------------------------------------------------------
   Handle the H1 on the "front" page
   ------------------------------------------------------------------------------------------------
*/
.H1 {
  margin: 0px 0 20px 0;
}
h2 {
	margin: 4px;
}

/*
   ------------------------------------------------------------------------------------------------
   Titles & the outlining mechanism
   ------------------------------------------------------------------------------------------------
*/
caption {
  color: maroon;
  text-align: left;
}
.Title, .TitleAD {
  color: maroon;
  text-transform: uppercase;
  text-align: center;
  white-space: pre;
}
.TitleAD {
  background-color: #bbbbbb;
  padding: 4px 0px; 
}
.Outline {
  color: maroon;
  background-color: #00ccff;
  text-transform: uppercase;
  text-align: left;
}
span.Outline {
/*  border: 1px solid black; */
}
.Sub-title {
  color: maroon;
  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;
}

.Figure-Left {
  color: maroon;
  text-align: left;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-Right {
  color: maroon;
  text-align: right;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-Center {
  color: maroon;
  text-align: center;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Figure-title {
  color: maroon;
  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 60px;
}
.icon {
	padding: 0 4px 0 4px;
}

.FigureNumbering {
  color: black;
}

/*
   ------------------------------------------------------------------------------------------------
   Block elements classes
   ------------------------------------------------------------------------------------------------
*/
.Address {}

.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;
  white-space: pre;
}
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;
}
.Invisible {
	visibility: hidden ; /* or visible */
}   
/* 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;
}

.Underline {
	text-decoration: underline;
}

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;
}

/*
   ------------------------------------------------------------------------------------------------
   List Styles
   ------------------------------------------------------------------------------------------------
*/
.Numbered {
  list-style: decimal;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Lower-Alpha {
  list-style: lower-alpha;
  margin-top: 2pt;
  margin-bottom: 2pt;
}

.Upper-Alpha {
  list-style: upper-alpha;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Lower-Roman {
  list-style: lower-roman;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Upper-Roman {
  list-style: upper-roman;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
.Itemised {
  list-style: line;  /* -----SMATSA---------- izmenio da bullet umesto tacke bude crta....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;
}
#Glossary{
	font-size: 1.2em;
    font-weight: bold;
}
.IndTable {
}
.IndTable td {
  padding: 0px;
}
.IndSubTable {
  border: none;
  margin-top: 0px;
}
.IndSubTable th, .IndSubTable thead td {
  border-bottom-width: 1px;
}
.IndSubTable th, .IndSubTable td {
  border-right: none;
  padding: 2px;
}

/************************ 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;
	border-color: #dddddd;
}
/* 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;
  text-align: left /*---SMATSA----------------------------------ovaj red sam ja ubacila, mislim da bi trebalo da imamo ovo podesavanje kao sto je i u starom fajlu bilo, vuče se odavno, ali msilim da ovaj stil ne kopristimo nigde-----------------*/
}
.Table-row-type-2 {
  background-color: #dddddd;
  border-color: black;
  text-align: left /*---SMATSA----------------------------------ovaj red sam ja ubacila, mislim da bi trebalo da imamo ovo podesavanje kao sto je i u starom fajlu bilo,vuče se odavno, ali msilim da ovaj stil ne kopristimo nigde-----------------*/
}
.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;
}

td.btop, th.btop {border-top: 1px solid #dddddd}
td.bbottom, th.bbottom {border-bottom: 1px solid #dddddd}
td.bleft, th.bleft {border-left: 1px solid #dddddd}
td.bright, th.bright {border-right: 1px solid #dddddd}

/* Upper and lower presentation*/
.UpperAndLower {
	text-align: center;
}
.UpperAndLower table{
	margin: 0 auto;
	border: 0;
	text-align: center; /* IE doesn't inherit centering... */
	background: inherit;
}
td.Upper {
	border: 0;
	border-bottom: solid black 1px;
}
td.UpperExpanded
{
	border: 0;
	border-bottom: solid black 1px;
               border-left:0;
               border-right:0;
}

td.Lower {
	border: 0;
}

td.LowerExpanded {
	border: 0;
	border-left:0;
               border-right:0;
}

td.UpperLowerExpandedSeperator
{
	border: 0;
	border-left:0;
               border-right:0;
}

th div table tbody tr td {
	font-weight: bold; /* IE doesn't inherit the style of the th */
}

.expandedTrackColumn {
width:100px;
}




/* 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; }

/*
   ------------------------------------------------------------------------------------------------
   eAIC and eSUP classes
   ------------------------------------------------------------------------------------------------
*/

div.frontPage table {
	color: white;
}
.AIC-SUP-title {
	background-color: transparent;
	border: none;
}
.AIC-SUP-contact-column {
	width: 30%;
}
.AIC-SUP-country-column {
	width: 40%;
}
.AIC-SUP-doc-column {
	width: 30%;
}
.AIC-SUP-contact {
	text-align: left;
	text-transform: none;
}
.AIC-SUP-country {
}
.AIC-SUP-doc p {
	font-size: 1.5em;
	font-weight: bold;
}
.Contact {
}
.eAIP-reference {
  margin: 20px;
  padding: 10px;
  background-color: #eeeeee;
  font-style: italic;
}
/* ovaj deo mislim da se ne dira jer postoje izmene na tabelama ENR, osim sto sew moraju dodati delovi koji nedostaju kako bi sirina prikaza kolona u HTML bila dobra*/
/* ENR 3 Route tables - CSS entries for all ENR-tables located inside ENR-3 documents */
div[id^="ENR-3"] table[class^="ENR-table"] { width: 95%; border-width: 0px; margin-top:15px; margin-bottom: 10px; margin-left:auto; margin-right:auto; }
div[id^="ENR-3"] table[class^="ENR-table"] > thead > tr:nth-of-type(4) > th:nth-of-type(1)    { width: 7.5%; }/* RS direction forwards cell */
div[id^="ENR-3"] table[class^="ENR-table"] > thead > tr:nth-of-type(4) > th:nth-of-type(2)    { width: 7.5%; }/* RS direction backwards cell */
div[id^="ENR-3"] table[class^="ENR-table"] > tbody > tr:nth-of-type(2n) > td:nth-of-type(1)    { width: 1em; text-align: center; }/*  compulsory/request rep pt */

/* ENR 3.1 - Widths of the th cells in the 3rd row */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(1)    { width: 20%; }/* The RNP cell*/
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(2)    { width: 10%; }/* The track cell */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(3)    { width: 10%; }/* The Distance cell */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(4)    { } /* COP cell width is not specified - */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(5)    { width: 10%; }/* Upper Lower limit */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(6)    { width: 10%; }/* MIN FL ALT cell */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(7)    { width: 10%; }/* Lateral limits */
div[id="ENR-3.1"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(9)    { width: 20%; }/* The controlling units cell */

/* ENR 3.2 - Widths of the th cells in the 3rd row */
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(1)    { width: 20%; }/* The RNP cell*/
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(2)    { width: 10%; }
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(3)    { width: 10%; }
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(5)    { width: 10%; }
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(6)    { width: 10%; }
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(8)    { width: 20%; }/* The controlling units cell */
div[id="ENR-3.2"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(8)    { width: 25%; }/* The controlling units cell */																					  

/* ENR 3.3 - Widths of the th cells in the 3rd row */
div[id="ENR-3.3"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(1)    { width: 20%; }/* The RNP cell*/
div[id="ENR-3.3"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(2)    { width: 10%; }
div[id="ENR-3.3"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(3)    { width: 10%; }
div[id="ENR-3.3"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(4)    { width: 15%; }
div[id="ENR-3.3"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(6)    { width: 25%; }/* The controlling units cell */

/* ENR 3.4 - Widths of the th cells in the 3rd row */
div[id="ENR-3.4"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(1)    { width: 20%; }/* The RNP cell*/
div[id="ENR-3.4"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(2)    { width: 10%; }
div[id="ENR-3.4"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(3)    { width: 15%; }
div[id="ENR-3.4"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(6)    { width: 15%; }
div[id="ENR-3.4"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(9)    { width: 25%; }/* The controlling units cell */

/* ENR 3.5 - Widths of the th cells in the 3rd row */
div[id="ENR-3.5"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(1)    { width: 20%; }/* The RNP cell*/
div[id="ENR-3.5"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(2)    { width: 10%; }
div[id="ENR-3.5"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(3)    { width: 15%; }
div[id="ENR-3.5"] table[class^="ENR-table"] > thead > tr:nth-of-type(3) > th:nth-of-type(6)    { width: 25%; }/* The controlling units cell */ 


/* Upper and lower presentation*/
.UpperAndLower {
    text-align: center;
}
.UpperAndLower table {
    margin: 0 auto; border: 0; text-align: center; /* IE doesn't inherit centering... */ background: inherit;
}
td.Upper {
    border: 0; border-bottom: solid black 1px; white-space: normal;
}
td.UpperExpanded {
    border: 0; border-left:0; border-right:0; border-bottom: solid black 1px; white-space: normal;
}
td.Lower {
    border: 0; white-space: normal;
}
td.LowerExpanded {
    border: 0; border-left:0; border-right:0; white-space: normal;
}
td.UpperLowerExpandedSeperator {
    border: 0; border-left:0; border-right:0; white-space: normal;
}

/* Cover page section border presentation */
.AmdtCoverSectionContent {
    width: 99%;
    border: 1px solid white;
    padding: 2px 0px 2px 0px;
}
/* Novi deo R14, proveriti sta radi jer je ispravka TID */	
/* part of BZ#5382 - CHM-3020 - TID-EZ89 */		
acronym[data-abbr-title] {
	 position: relative;
}
acronym[data-abbr-title]:after {
	content: "" attr(data-abbr-title) ""  ;
	position: absolute;
	text-align: left ;
	min-width: 200px ; 
	bottom: 1em;  
	background: #ffef; color: black;
	padding: 0 5px ; opacity: 0.0;
	border-radius: 10px;
	display: none ; 
}
acronym[data-abbr-title]:hover:after {
	opacity: 1 ;
	border: 1px solid #ccc ;
	display: block ; 
	transition: all 0.125s ease;
}

/* TT#330373 start */
	acronym[abbrtitle] {
		 border: 1px dotted #ff0000 ; position: relative;
	}
	acronym[abbrtitle]:after {
		content: "" attr(abbrtitle) ""  ;
		text-align: left  ;
		position: absolute;
		bottom: 120%; left: 20%;
		background: #ffcb66; color: black;
		padding: 5px 15px; opacity: 0;
		-webkit-border-radius: 10px;
		-moz-border-radius   : 10px;
		border-radius        : 10px;
		-webkit-transition: all 0.4s ease;
		-moz-transition   : all 0.4s ease;
	}
	acronym[abbrtitle]:hover:after {
		bottom: 100% ;
		opacity: 1 ;
	}
	acronym[abbrtitle]:hover:before {
		border: 1px dotted #ffff00 ; 
		bottom: 70% ;
		opacity: 1 ;
	}
	/* TT#330373 end  */
/* ----SMATSA------------------------------------------------------------------------------------------------------------------------------------*/
/* *** Added by SPB - M-AIS - */

.Abbreviation-ident { 
	vertical-align: top;
	white-space: pre-wrap; 
}

.Address-post, .Address-post p {
/* Added by SPB - M-AIS - to remove the silly indent on postal addresses */
  padding-left: 0px;
/* Added by SPB - M-AIS - to allow SDO content with line feed characters to appear in HTML as expected */
  white-space: pre; 
}

/* A 'table' with a Class attribute set as 'ThreeColumns' */
table.ThreeColumns { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ThreeColumns>tbody { 
	vertical-align: top ;
	text-align: justify;
} 
table.ThreeColumns>tbody>tr>td:nth-of-type(1) { 
	width: 48%;
	margin-left: auto;
    margin-right: auto;
} 
table.ThreeColumns>tbody>tr>td:nth-of-type(2) { 
	width: 4%;
	margin-left: auto;
    margin-right: auto;
} 
table.ThreeColumns>tbody>tr>td:nth-of-type(3) { 
	width: 48%;
	margin-left: auto;
    margin-right: auto;
} 
/* A 'table' with a Class attribute set as 'TableWithAddress' */
table.TableWithAddress { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse;
} 
table.TableWithAddress>tbody { 
	vertical-align: top ;
} 
table.TableWithAddress>tbody>tr>td:nth-of-type(1) { 
	width: 10%;
} 
table.TableWithAddress>tbody>tr>td:nth-of-type(2) { 
	width: 38%;
} 
table.TableWithAddress>tbody>tr>td:nth-of-type(3) { 
	width: 4%;
} 
table.TableWithAddress>tbody>tr>td:nth-of-type(4) { 
	width: 10%;
} 
table.TableWithAddress>tbody>tr>td:nth-of-type(5) { 
	width: 38%;
} 
/* *** Added by Djordje Samardzija - SMATSA Ltd. - */
/* A 'table' with a Class attribute set as 'GEN03-SUP' */
table.GEN03-SUP { 
	width: 90%;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 5%;
	border-collapse: collapse ;
} 
table.GEN03-SUP>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.GEN03-SUP>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN03-SUP>tbody>tr>td:nth-of-type(1) { 
	width: 11%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN03-SUP>tbody>tr>td:nth-of-type(2) { 
	width: 44%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN03-SUP>tbody>tr>td:nth-of-type(3) { 
	width: 15%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN03-SUP>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN03-SUP>tbody>tr>td:nth-of-type(5) { 
	width: 13%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN21-MerneJedinice' */
table.GEN21-MerneJedinice { 
	width: 99%;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN21-MerneJedinice>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN21-MerneJedinice>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN21-MerneJedinice>tbody>tr>td:nth-of-type(1) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN21-MerneJedinice>tbody>tr>td:nth-of-type(2) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN21-MerneJedinice>tbody>tr>td:nth-of-type(3) { 
	width: 4%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN21-MerneJedinice>tbody>tr>td:nth-of-type(4) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN21-MerneJedinice>tbody>tr>td:nth-of-type(5) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
}
/*A 'table' with a Class attribute set as 'GEN25-Radio_Aids' */
table.GEN25-Radio_Aids { 
	width: 66%;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 17%;
	border-collapse: collapse ;
} 
/* table.GEN26-Conversion>thead { 
	vertical-align: middle;
	text-align: center;
}
table.GEN26-Conversion>tbody { 
	vertical-align: middle;
	text-align: center;*/
}
/* A 'table' with a Class attribute set as 'GEN26-Conversion' */
table.GEN26-Conversion { 
	width: 99%;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN26-Conversion>thead { 
	vertical-align: middle;
	text-align: center;
}
table.GEN26-Conversion>tbody { 
	vertical-align: middle;
	text-align: center;
}
/* A 'table' with a Class attribute set as 'GEN27-Index' */
table.GEN27-Index { 
	width: 60%;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20%;
	border-collapse: collapse ;
} 
table.GEN27-Index>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN27-Index>tbody { 
	vertical-align: middle;
	text-align: left;
}
/* A 'table' with a Class attribute set as 'GEN27-SR_SS' */
table.GEN27-SR_SS { 
	width: 99%;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN27-SR_SS>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GGEN27-SR_SS>tbody { 
	vertical-align: top;
	text-align: left;
} 
/* table.GEN27-SR_SS>tbody>tr>td:nth-of-type(1) { 
	width: 26%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN27-SR_SS>tbody>tr>td:nth-of-type(2) { 
	width: 19%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN27-SR_SS>tbody>tr>td:nth-of-type(3) { 
	width: 10%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN27-SR_SS>tbody>tr>td:nth-of-type(4) { 
	width: 26%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
 */
 
/* A 'table' with a Class attribute set as 'GEN31-Dates' */
table.GEN31-Dates { 
	width: 80%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10%;
	border-collapse: collapse ;
} 
table.GEN31-Dates>thead { 
	vertical-align: middle;
	text-align: center;
}
table.GEN31-Dates>tbody { 
	vertical-align: middle;
	text-align: center;
} 
table.GEN31-Dates>tbody>tbody>tr>td:nth-of-type(1) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN31-Dates>tbody>tbody>tr>td:nth-of-type(2) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN31-Dates>tbody>tr>td:nth-of-type(3) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN31-Dates>tbody>tr>td:nth-of-type(4) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN31-Dates>tbody>tr>td:nth-of-type(5) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN31-State' */
table.GEN31-State { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN31-State>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN31-State>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN31-State>tbody>tr>td:nth-of-type(1) { 
	width: 33%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN31-State>tbody>tr>td:nth-of-type(2) { 
	width: 67%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
/* A 'table' with a Class attribute set as 'GEN32-Charts' */
table.GEN32-Charts { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse;
	white-space: pre;
} 
table.GEN32-Charts>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN32-Charts>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN32-Charts>tbody>tr>td:nth-of-type(1) { 
	width: 25%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN32-Charts>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN32-Charts>tbody>tr>td:nth-of-type(3) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN32-Charts>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN32-Charts>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN33-Address' */
table.GEN33-Address { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse;
	white-space: pre;
} 
table.GEN33-Address>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN33-Address>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN33-Address>tbody>tr>td:nth-of-type(1) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN33-Address>tbody>tr>td:nth-of-type(2) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN33-Address>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN33-Address>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN33-Address>tbody>tr>td:nth-of-type(5) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN33-Address>tbody>tr>td:nth-of-type(6) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN35-MET_obser_reports' */
table.GEN35-MET_obser_reports { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN35-MET_obser_reports>thead { 
	vertical-align: top;
	text-align: left;
}
table.GEN35-MET_obser_reports>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(1) { 
	width: 12%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(2) { 
	width: 34%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(3) { 
	width: 13%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(5) { 
	width: 7%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-MET_obser_reports>tbody>tr>td:nth-of-type(6) { 
	width: 17%;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'Prognoze' */
table.GEN35-Prognoze { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse;
} 
table.GEN35-Prognoze>tbody { 
	vertical-align: top ;
} 
table.GEN35-Prognoze>tbody>tr>td:nth-of-type(1) { 
	width: 25%;
} 
table.GEN35-Prognoze>tbody>tr>td:nth-of-type(2) { 
	width: 2%;
} 
table.GEN35-Prognoze>tbody>tr>td:nth-of-type(3) { 
	width: 40%;
} 
table.GEN35-Prognoze>tbody>tr>td:nth-of-type(4) { 
	width: 10%;
} 
table.GEN35-Prognoze>tbody>tr>td:nth-of-type(5) { 
	width: 38%;
}
/* A 'table' with a Class attribute set as 'GEN35-Periods' */
table.GEN35-Periods { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.GEN35-Periods>thead { 
	vertical-align: middle;
	text-align: center;
}
table.GEN35-Periods>tbody { 
	vertical-align: middle;
	text-align: center;
} 
table.GEN35-Periods>tbody>tr>td:nth-of-type(1) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-Periods>tbody>tr>td:nth-of-type(2) { 
	width: 23%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-Periods>tbody>tr>td:nth-of-type(3) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-Periods>tbody>tr>td:nth-of-type(4) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-Periods>tbody>tr>td:nth-of-type(5) { 
	width: 23%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN35-VOLMET' */
table.GEN35-VOLMET { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN35-VOLMET>thead { 
	vertical-align: top;
	text-align: left;
}
table.GEN35-VOLMET>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(1) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(2) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(3) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(4) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(5) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(6) { 
	width: 24%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-VOLMET>tbody>tr>td:nth-of-type(7) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN35-SIG_AIRMET' */
table.GEN35-SIG_AIRMET { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.GEN35-SIG_AIRMET>thead { 
	vertical-align: top;
	text-align: left;
}
table.GEN35-SIG_AIRMET>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(1) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(2) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(3) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(4) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(5) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(6) { 
	width: 13%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(7) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN35-SIG_AIRMET>tbody>tr>td:nth-of-type(8) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'GEN41-Charges' */
table.GEN41-Charges { 
	width: 99%;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.GEN41-Charges>thead { 
	vertical-align: middle;
	text-align: left;
}
table.GEN41-Charges>tbody { 
	vertical-align: middle;
	text-align: left;
} 
table.GEN41-Charges>tbody>tr>td:nth-of-type(1) { 
	width: 23%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN41-Charges>tbody>tr>td:nth-of-type(2) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
} 
table.GEN41-Charges>tbody>tr>td:nth-of-type(3) { 
	width: 4%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN41-Charges>tbody>tr>td:nth-of-type(4) { 
	width: 23%;
	margin-left: auto;
    margin-right: auto;
}
table.GEN41-Charges>tbody>tr>td:nth-of-type(5) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR12-VMC' */
table.ENR12-VMC { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR12-VMC>thead { 
	vertical-align: top;
}
table.ENR12-VMC>tbody { 
	vertical-align: top;
}
/* A 'table' with a Class attribute set as 'ENR14-Classification' */
table.ENR14-Classification { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR14-Classification>thead { 
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: left;
}
table.ENR14-Classification>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR14-Classification>tbody>tr>td:nth-of-type(1) { 
	width: 6%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR14-Classification>tbody>tr>td:nth-of-type(2) { 
	width: 7%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR14-Classification>tbody>tr>td:nth-of-type(3) { 
	width: 13%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR14-Classification>tbody>tr>td:nth-of-type(4) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR14-Classification>tbody>tr>td:nth-of-type(5) { 
	width: 25%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR14-Classification>tbody>tr>td:nth-of-type(6) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR14-Classification>tbody>tr>td:nth-of-type(7) { 
	width: 13%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR14-Classification>tbody>tr>td:nth-of-type(8) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR15-Holding' */
table.ENR15-Holding { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR15-Holding>thead { 
	vertical-align: top;
	text-align: center;
}
table.ENR15-Holding>tbody { 
	vertical-align: top;
} 
table.ENR15-Holding>tbody>tr>td:nth-of-type(1) { 
	width: 44%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
} 
table.ENR15-Holding>tbody>tr>td:nth-of-type(2) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
} 
table.ENR15-Holding>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR15-Holding>tbody>tr>td:nth-of-type(4) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
/* A 'table' with a Class attribute set as 'ENR17-QNH' */
table.ENR17-QNH { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR17-QNH>tbody { 
	vertical-align: middle;
} 
table.ENR17-QNH>tbody>tr>td:nth-of-type(1) { 
	width: 44%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
} 
table.ENR17-QNH>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
} 
table.ENR17-QNH>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR17-QNH>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR17-QNH>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
/* A 'table' with a Class attribute set as 'ENR19-Address' */
table.ENR19-Address { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
	white-space: pre; 
} 
table.ENR19-Address>thead { 
	vertical-align: top;
	text-align: left;
}
table.ENR19-Address>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(1) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(2) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR19-Address>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;

}
table.ENR19-Address>tbody>tr>td:nth-of-type(5) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR111-AFTN_address' */
table.ENR111-AFTN_address { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR111-AFTN_address>thead { 
	vertical-align: middle;
	text-align: left;
}
table.ENR111-AFTN_address>tbody { 
	vertical-align: middle;
	text-align: left;
} 
table.ENR111-AFTN_address>tbody>tr>td:nth-of-type(1) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR111-AFTN_address>tbody>tr>td:nth-of-type(2) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR111-AFTN_address>tbody>tr>td:nth-of-type(3) { 
	width: 34%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR19-Address' */
table.ENR19-Address { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR19-Address>thead { 
	vertical-align: top;
	text-align: left;
}
table.ENR19-Address>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(1) { 
	width: 6%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(2) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR19-Address>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR19-Address>tbody>tr>td:nth-of-type(4) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR19-Address>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR112-Signals' */
table.ENR112-Signals { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR112-Signals>thead { 
	vertical-align: top;
	text-align: left;
}
table.ENR112-Signals>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR112-Signals>tbody>tr>td:nth-of-type(1) { 
	width: 6%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR112-Signals>tbody>tr>td:nth-of-type(2) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR112-Signals>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR112-Signals>tbody>tr>td:nth-of-type(4) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR112-Signals>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR21-FIR_UIR_TMA' */
table.ENR21-FIR_UIR_TMA { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR21-FIR_UIR_TMA>thead { 
	vertical-align: top;
	text-align: left;
}
table.ENR21-FIR_UIR_TMA>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR21-FIR_UIR_TMA>tbody>tr>td:nth-of-type(1) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR21-FIR_UIR_TMA>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR21-FIR_UIR_TMA>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR21-FIR_UIR_TMA>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR21-FIR_UIR_TMA>tbody>tr>td:nth-of-type(5) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR36-ENRHolding' */
table.ENR36-ENRHolding { 
	width: 99%;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.ENR36-ENRHolding>thead { 
	vertical-align: bottom;
}
table.ENR36-ENRHolding>tbody { 
	vertical-align: top;
} 
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(1) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
} 
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
} 
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(5) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(6) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.ENR36-ENRHolding>tbody>tr>td:nth-of-type(7) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
/* A 'table' with a Class attribute set as 'ENR41-ENR_Aids' */
table.ENR41-ENR_Aids { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.ENR41-ENR_Aids>thead { 
	vertical-align: bottom;
}
table.ENR41-ENR_Aids>tbody { 
	vertical-align: top;
	text-align: center;
} 
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(1) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
} 
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(2) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(3) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(4) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(5) { 
	width: 13%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(6) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR41-ENR_Aids>tbody>tr>td:nth-of-type(7) { 
	width: 29%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR44-Sig_Points' */
table.ENR44-Sig_Points { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
	text-align: left;
} 
/* table.ENR44-Sig_Points>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.ENR44-Sig_Points>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR44-Sig_Points>tbody>tr>td:nth-of-type(1) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR44-Sig_Points>tbody>tr>td:nth-of-type(2) { 
	width: 20%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR44-Sig_Points>tbody>tr>td:nth-of-type(3) { 
	width: 30%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR44-Sig_Points>tbody>tr>td:nth-of-type(4) { 
	width: 30%;
	margin-left: auto;
    margin-right: auto;
}
 */
/* A 'table' with a Class attribute set as 'ENR51-PRD_Areas' */
table.ENR51-PRD_Areas { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
} 
table.ENR51-PRD_Areas>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.ENR51-PRD_Areas>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR51-PRD_Areas>tbody>tr>td:nth-of-type(1) { 
	width: 40%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR51-PRD_Areas>tbody>tr>td:nth-of-type(2) { 
	width: 24%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR51-PRD_Areas>tbody>tr>td:nth-of-type(3) { 
	width: 36%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR52-ADIZ' */
table.ENR52-ADIZ { 
	width: 99%;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.ENR52-ADIZ>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.ENR52-ADIZ>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR52-ADIZ>tbody>tr>td:nth-of-type(1) { 
	width: 34%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR52-ADIZ>tbody>tr>td:nth-of-type(2) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR52-ADIZ>tbody>tr>td:nth-of-type(3) { 
	width: 44%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR55-Paragliding_Areas' */
table.ENR55-Paragliding_Areas { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.ENR55-Paragliding_Areas>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.ENR55-Paragliding_Areas>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.ENR55-Paragliding_Areas>tbody>tr>td:nth-of-type(1) { 
	width: 38%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR55-Paragliding_Areas>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
} 
table.ENR55-Paragliding_Areas>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.ENR55-Paragliding_Areas>tbody>tr>td:nth-of-type(4) { 
	width: 34%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD11-Test_equip' */
table.AD11-Test_equip { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.AD11-Test_equip>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD11-Test_equip>tbody { 
	vertical-align: top;
} 
table.AD11-Test_equip>tbody>tr>td:nth-of-type(1) { 
	width: 38%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
} 
table.AD11-Test_equip>tbody>tr>td:nth-of-type(2) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
} 
table.AD11-Test_equip>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.AD11-Test_equip>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
table.AD11-Test_equip>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
/* A 'table' with a Class attribute set as 'AD12-RWY_reporting' */
table.AD12-RWY_reporting { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 

table.AD12-RWY_reporting>thead { 
	vertical-align: bottom;
	text-align: left ;
}													  
table.AD12-RWY_reporting>tbody { 
	vertical-align: top;
	text-align: left ;
} 
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(1) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto ;
} 
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(2) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto ;
}
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(3) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto ;
}
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(4) { 
	width: 4%;
	margin-left: auto;
    margin-right: auto ;
}
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(5) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto ;
		
}

table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(6) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto ;
}
table.AD12-RWY_reporting>tbody>tr>td:nth-of-type(7) { 
	width: 9%;
	margin-left: auto;
    margin-right: auto ;
}
/* A 'table' with a Class attribute set as 'AD13-Index' */
table.AD13-Index { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.AD13-Index>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD13-Index>tbody { 
	vertical-align: top;
	text-align: left;
} 
/* A 'table' with a Class attribute set as 'AD15-Sertification' */
table.AD15-Sertification { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD15-Sertification>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD15-Sertification>tbody { 
	vertical-align: top;
	text-align: left;
} 
 /* A 'table' with a Class attribute set as 'AD2-Table' */
   table.AD2-Table { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
}
table.AD2-Table>tbody { 
	vertical-align: top ;
	text-align: left;
	
} 
table.AD2-Table>tbody>tr>td:nth-of-type(1) { 
	width: 5%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
} 
table.AD2-Table>tbody>tr>td:nth-of-type(2) { 
	width: 30%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
} 
table.AD2-Table>tbody>tr>td:nth-of-type(3) { 
	width: 65%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
}
/* A 'table' with a Class attribute set as 'AD2-2-Data' */
table.AD2-2-Data { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-2-Data>tbody { 
	vertical-align: top ;
	text-align: left;
} 
table.AD2-2-Data>tbody>tr>td:nth-of-type(1) { 
	width: 5%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
} 
table.AD2-2-Data>tbody>tr>td:nth-of-type(2) { 
	width: 30%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
} 
table.AD2-2-Data>tbody>tr>td:nth-of-type(3) { 
	width: 35%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
}
table.AD2-2-Data>tbody>tr>td:nth-of-type(4) { 
	width: 35%;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	text-align: left;
}
/* A 'table' with a Class attribute set as 'AD2-10-Obstacles' */
table.AD2-10-Obstacles { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-10-Obstacles>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD2-10-Obstacles>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(1) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(2) { 
	width: 19%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(3) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(4) { 
	width: 19%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(5) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-10-Obstacles>tbody>tr>td:nth-of-type(6) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-12-RWY_character' */
table.AD2-12-RWY_character { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 1px;
	border-collapse: collapse ;
} 
table.AD2-12-RWY_character>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD2-12-RWY_character>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(1) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(2) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(3) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(4) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(5) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_character>tbody>tr>td:nth-of-type(6) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-12-RWY_slope' */
table.AD2-12-RWY_slope { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-12-RWY_slope>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD2-12-RWY_slope>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(1) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(2) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(3) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(5) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-12-RWY_slope>tbody>tr>td:nth-of-type(6) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-13-Declared_dist' */
table.AD2-13-Declared_dist { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-13-Declared_dist>thead { 
	vertical-align: middle;
	text-align: left;
}
table.AD2-13-Declared_dist>tbody { 
	vertical-align: middle;
	text-align: left;
} 
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(1) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(2) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(3) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(4) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(5) { 
	width: 14%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-13-Declared_dist>tbody>tr>td:nth-of-type(6) { 
	width: 30%;
	margin-left: auto;
    margin-right: auto;
}

/* A 'table' with a Class attribute set as 'AD2-14-Lighting' */
table.AD2-14-Lighting { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-14-Lighting>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD2-14-Lighting>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(1) { 
	width: 7%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(2) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(3) { 
	width: 8%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(4) { 
	width: 8%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(5) { 
	width: 8%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(6) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(7) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(8) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-14-Lighting>tbody>tr>td:nth-of-type(9) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-18-ATS_comm' */
table.AD2-18-ATS_comm { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-18-ATS_comm>thead { 
	vertical-align: bottom;
	text-align: left;
}
table.AD2-18-ATS_comm>tbody { 
	vertical-align: top;
	text-align: left;
} 
table.AD2-18-ATS_comm>tbody>tr>td:nth-of-type(1) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-18-ATS_comm>tbody>tr>td:nth-of-type(2) { 
	width: 25%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-18-ATS_comm>tbody>tr>td:nth-of-type(3) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-18-ATS_comm>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-18-ATS_comm>tbody>tr>td:nth-of-type(5) { 
	width: 29%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-19-Aids' */
table.AD2-19-Aids { 
	width: 99%;
	border-color: blue;
	border-style: solid;
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse ;
} 
table.AD2-19-Aids>thead { 
	vertical-align: bottom;
	text-align: left
}
table.AD2-19-Aids>tbody { 
	vertical-align: top;
	text-align: left
} 
table.AD2-19-Aids>tbody>tr>td:nth-of-type(1) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-19-Aids>tbody>tr>td:nth-of-type(2) { 
	width: 10%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-19-Aids>tbody>tr>td:nth-of-type(3) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-19-Aids>tbody>tr>td:nth-of-type(4) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-19-Aids>tbody>tr>td:nth-of-type(5) { 
	width: 13%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-19-Aids>tbody>tr>td:nth-of-type(6) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AD2-19-Aids>tbody>tr>td:nth-of-type(7) { 
	width: 29%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AD2-22-LYBE' */
table.AD2-22-LYBE { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AD2-22-LYBE>thead { 
	vertical-align: bottom;
	text-align: left
}
table.AD2-22-LYBE>tbody { 
	vertical-align: top;
	text-align: left
} 
table.AD2-22-LYBE>tbody>tr>td:nth-of-type(1) { 
	width: 18%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-22-LYBE>tbody>tr>td:nth-of-type(2) { 
	width: 38%;
	margin-left: auto;
    margin-right: auto;
} 
table.AD2-22-LYBE>tbody>tr>td:nth-of-type(3) { 
	width: 44%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'ENR31Table' 
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(1) { 
	width: 2.2%;
	border-width: 1px;
} 
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(2) { 
	width: 22.8%;
	border-width: 1px;
} 
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(3) { 
	width: 7.8%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(4) { 
	width: 7.5%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(5) { 
	width: 5.3%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(6) { 
	width: 11.9%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(7) { 
	width: 5.3%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(8) { 
	width: 6.1%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(9) { 
	width: 5.6%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(10) { 
	width: 5.6%;
	border-width: 1px;
}
ENR-table.ENR31Table>tbody>tr>td:nth-of-type(11) { 
	width: 19.9%;
	border-width: 1px;
}*/

/*
h4.Sub-Title { 
	background-color: red;
}
h4.Heading5-SOP {
	background-color: yellow;
}

p.Body {
	vertical-align: top ;
}
*/
/* A 'table' with a Class attribute set as 'AICsrb' */
table.AICsrb { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
/* A 'table' with a Class attribute set as 'AIC-C6-1' */
table.AIC-C6-1 { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC-C6-1>tbody>tr>td:nth-of-type(1) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC-C6-1>tbody>tr>td:nth-of-type(2) { 
	width: 22%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC-C6-1>tbody>tr>td:nth-of-type(3) { 
	width: 21%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC-C6-1>tbody>tr>td:nth-of-type(4) { 
	width: 21%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC-C6-1>tbody>tr>td:nth-of-type(5) { 
	width: 21%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AIC-C6-2' */
table.AIC-C6-2 { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC-C6-2>tbody>tr>td:nth-of-type(1) { 
	width: 15%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC-C6-2>tbody>tr>td:nth-of-type(2) { 
	width: 29%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC-C6-2>tbody>tr>td:nth-of-type(3) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC-C6-2>tbody>tr>td:nth-of-type(4) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AIC-C6-3' */
table.AIC-C6-3 { 
	width: 99%;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC-C6-3>tbody>tr>td:nth-of-type(1) { 
	width: 20%;
	margin-left: auto;
   	margin-right: auto;
} 
table.AIC-C6-3>tbody>tr>td:nth-of-type(2) { 
	width: 80%;
	margin-left: auto;
   	margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AIRAC_DATUMI' */
table.AIRAC_DATUMI { 
	width: 75%;
	align: left;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIRAC_DATUMI>tbody>tr>td:nth-of-type(1) { 
	width: 34%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIRAC_DATUMI>tbody>tr>td:nth-of-type(2) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}
table.AIRAC_DATUMI>tbody>tr>td:nth-of-type(3) { 
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}
table.AIRAC_DATUMI>thead>tr>th { 
	text-align: left
}
/* A 'table' with a Class attribute set as 'AIC_index_izvora' */
table.AIC_index_izvora { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC_index_izvora>tbody>tr>td:nth-of-type(1) { 
	width: 8%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC_index_izvora>tbody>tr>td:nth-of-type(2) { 
	width: 47%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_index_izvora>tbody>tr>td:nth-of-type(3) { 
	width: 28%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_index_izvora>tbody>tr>td:nth-of-type(4) { 
	width: 17%;
	margin-left: auto;
    margin-right: auto;
}
/* A 'table' with a Class attribute set as 'AIC_indeks_karata' */
table.AIC_indeks_karata { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC_indeks_karata>tbody>tr>td:nth-of-type(1) { 
	width: 5%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC_indeks_karata>tbody>tr>td:nth-of-type(2) { 
	width: 56%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_indeks_karata>tbody>tr>td:nth-of-type(3) { 
	width: 23%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_indeks_karata>tbody>tr>td:nth-of-type(4) { 
	width: 16%;
	margin-left: auto;
    margin-right: auto;
			
}/* A 'table' with a Class attribute set as 'AIC_zbirni_indikatori' */
table.AIC_zbirni_indikatori { 
	width: 99%;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: collapse ;
} 
table.AIC_zbirni_indikatori>thead>tr>th  { 
	vertical-align: bottom;
	text-align: left
}
table.AIC_zbirni_indikatori>tbody { 
	vertical-align: top;
	text-align: left
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(1) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
} 
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(2) { 
	width: 12%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(3) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(4) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(5) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(6) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(7) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(8) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}
table.AIC_zbirni_indikatori>tbody>tr>td:nth-of-type(9) { 
	width: 11%;
	margin-left: auto;
    margin-right: auto;
}		   



		  