/*  ***********************************************************************************************

    Copyright (c) 2000-2002 EUROCONTROL, all rights reserved.
    This work is subject to the license provided in the file LICENSE.txt.

    Identifiers
    ============
    SYSTEM:        eAIP-Amdt-show.css
    HTML:          <link rel="alternate" href="eAIP-Amdt-show.css" type="text/css" title="Show Amendments Changes" />
    $Revision: 1.5 $
    $Date: 2006/02/16 17:53:43 $
    Description: Alternate style sheet for XHTML eAIPs, showing Amendment changes

    ******************************************************************************************** */

.AmdtInserted, .AmdtInserted td, .AmdtInserted th {
}
.AmdtInserted, .AmdtInsertedAIRAC, .AmdtInsertedAIRAC td, .AmdtInsertedAIRAC th {
	background-color: #ffcccc !important;
	font-weight: bold;
}

.AmdtInsertedNon-AIRAC, .AmdtInsertedNon-AIRAC td, .AmdtInsertedNon-AIRAC th {
	background-color: #ccccff !important;
	font-weight: bold;
}

.AmdtDeleted, .AmdtDeleted td, .AmdtDeleted th {
	background-color: #cc9999 !important;
	font-weight: bold;
}

.AmdtDeletedAIRAC, .AmdtDeletedAIRAC td, .AmdtDeletedAIRAC th {
	background-color: #cc9999 !important;
	font-weight: bold;
}

.AmdtDeletedNon-AIRAC, .AmdtDeletedNon-AIRAC td, .AmdtDeletedNon-AIRAC th {
	background-color: #9999cc !important;
	font-weight: bold;
}

ins.AmdtInsertedAIRAC, ins.AmdtInsertedNon-AIRAC {
	text-decoration: none; /* ins is underlined by default; value should be "inherit", but IE5.5 is broken */
}

.target, :target {
    border: solid red 2px !important;
}

/* ====== menu ====== */
#menu-amdt.menu {
	font-size: 10px;
	list-style-image: url(images/yes.png);
}

.amdtGroupAbstract {
  text-align: left;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 0.85em;
}

.H2, .H3 {
  cursor: pointer;
}
