/*
    ***********************************************************************************************

    Project:       DTD for an Electronic AIP
    Customer:      Eurocontrol
    Title:         Cascading Style Sheet (menu)


    Notes
    =====
	This style sheet is meant for the navigation menu, in the framed eAIP version


    Identifiers
    ============
    SYSTEM:        frame-menu.css
    HTML:          <LINK REL="stylesheet" HREF="frame-menu.css" TYPE="text/css">
    Version:       1.0


    Changes
    =======
    2001-09-12:    Created


    Creation details
    ================
    Author/Maintainer:    Benoit Maisonny <benoit.maisonny@eurocontrol.int>
    Address:       EUROCONTROL,	Rue de la Fusée, 96, B-1130 Brussels, Belgium
    Tel:           +32 2 729 9011
    Fax:           +32 2 729 9044
    URL:           http://www.eurocontrol.int


    Maintenance details
    ===================
    Maintainer:    Eduard POROSNICU <eduard.porosnicu@eurocontrol.int>
    Address:       Eurocontrol,	Rue de la Fusèe 96, B-1130 Brussels, Belgium
    Tel:           +32 2 729 9011
    Fax:           +32 2 729 9044 
    URL:           http://www.eurocontrol.int

    ***********************************************************************************************
*/

/*
   ------------------------------------------------------------------------------------------------
   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 {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F9F9F9;
/*  background: url(images/sheader.jpg) left no-repeat fixed; */
  color: black;
  margin: 0px;
  overflow: hide;
}
/* base font size */
body, div, p, li, td, th {
	font-size:    x-small;	/* false value for WinIE4/5 */
	voice-family: "\"}\"";	/* trick WinIE4/5 into thinking the rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size:    small;	/* intended value for better browsers */
}

h1, h2 {
	text-align: center;
	margin: 4px;
	padding: 0px;
}
h1 {
	font-size: 1em;
        color: #0000FF;
}
h2 {
	font-weight: normal;
        font: bold;
	font-size: 0.85em;
	background-color:white;
        color: #0000FF;
}

abbr, acronym {
  cursor: help;  /* IE 5.0 doesn't do this by itself */
}

a:link, a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

div.H1, div.H2, div.H3, div.H4, div.H5, div.H6, div.H7 {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding-left: 3px;
  padding-top: 2px;
/* no padding-bottom, because it breaks the <a> in IE5 !! */
  white-space: nowrap;
}

.H1 {
  margin-left: 0px;
  background-color:#0000FF;;
  font-weight: bold;
}
.H1 a:link, .H1 a:visited {
	color:white;
	font-weight: bold;
}
.H1 a:hover, .H1 a:active {
	color:white;
	font-weight: bold;
	text-decoration: underline;
}
.H2 {
  margin-left: 0px;
}
.H2 a:link, .H2 a:visited {
	color:black;
}
.H2 a:hover, .H2 a:active {
	color:#990099;
	text-decoration: underline;
}
.H3 {
  margin-left: 10px;
}
.H3 a:link, .H3 a:visited {
	color:black;
}
.H3 a:hover, .H3 a:active {
	color:#990099;
	text-decoration: underline;
}
.H4 {
  margin-left: 20px;
}
.H4 a:link, .H4 a:visited {
	color:black;
}
.H4 a:hover, .H4 a:active {
	color:#990099;
	text-decoration: underline;
}
.H5 {
  margin-left: 30px;
}
.H5 a:link, .H5 a:visited {
	color:black;
}
.H5 a:hover, .H5 a:active {
	color:#990099;
	text-decoration: underline;
}
.H6 {
  margin-left: 40px;
}
.H6 a:link, .H6 a:visited {
	color:black;
}
.H6 a:hover, .H6 a:active {
	color:#990099;
	text-decoration: underline;
}
.H7 {
  margin-left: 50px;
}
.H7 a:link, .H7 a:visited {
	color:black;
}
.H7 a:hover, .H7 a:active {
	color:black;
	text-decoration: underline;
}
.Plus {
	font-family: monospace;
	font-size: 14px;
	margin-right: 2px;
}
.Number {
	  font-size: 14px;
}

div.closeButton {
	text-align: right;
	/*text-align: right;*/
	color: black;
}