/**** eAIP CSS Styles ***/

/*** INFO ***
To apply the styles defined below in the eAIP output, the FM element eAipCss attribute must have exactly the same value as defined here (without the dot).
For more details about the CSS styles, see the CSS Help webpage: www.w3schools.com/css/.
*/

/*** CHANGE LOG ***
2019-10-25: file created, styles for ENR 3.x chapters created, common styles created
*/

/*COMMON styles for all chapters*/

.CellCenterMiddle {
text-align:center;
}
/*keeps the text horizontaly center-aligned in cells same as in the FM chapter*/

.CellLeftTop {
text-align:left;
}
/*keeps the text horizontaly left-aligned in cells same as in the FM chapter*/

.SuperscriptFlag {
position: relative;
top: -0.5em;
font-size: 60%;
font-style: italic;
color: blue;
}
/*defines the superscript style for the flag references*/

.Bold {
font-weight: bold;
}
/*makes the text bold*/

/*** ENR 3.x chapters styles ***/

.ChoiceRouteRow {
background-color: #ccccff; /*(light purple)*/
}
/*defines the background color for the choice:route row, which highlights the route designator*/

.ChoiceSegmentPointRow {
background-color: #d9d9d9; /*(light gray)*/
}
/*defines the background color for the choice:designatedPoint/navaid row, which highlights the route segment points*/


/*** table header background color***/

.HeaderStylePurple{
background-color: #ccccff; /*(light purple)*/
}
/*defines the background color for header row*/

.HeaderStyleGrey{
background-color: #d9d9d9; /*(light gray)*/
}
/*defines the background color for header row*/

/*** Created by OZI. FREQUENTIS AG, Vienna. All rights reserved. ***/