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

    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 {
text-decoration: none;
}
.AmdtInsertedAIRAC, .AmdtInsertedAIRAC td, .AmdtInsertedAIRAC th {
	background-color: #ffcccc !important;
}
a .AmdtInsertedAIRAC, a .AmdtInsertedNon-AIRAC {
	text-decoration: underline !important;
}
.AmdtInsertedNon-AIRAC, .AmdtInsertedNon-AIRAC td, .AmdtInsertedNon-AIRAC th {
	background-color: #ccccff !important;
}
.AmdtDeletedAIRAC, .AmdtDeletedAIRAC td, .AmdtDeletedAIRAC th {
	background-color: #cc9999 !important;
}
.AmdtDeletedNon-AIRAC, .AmdtDeletedNon-AIRAC td, .AmdtDeletedNon-AIRAC th {
	background-color: #9999cc !important;
}
ins.AmdtInsertedAIRAC, ins.AmdtInsertedNon-AIRAC {
	text-decoration: none; /* ins is underlined by default; value should be "inherit", but IE5.5 is broken */
}
.AmdtDeleted {
	background-color: #9999cc !important;
}
.AmdtInserted {
	background-color: #ccccff !important;
}

.target, .AmdtDeletedAIRAC:target, .AmdtInserted:target, .AmdtInsertedAIRAC:target, .AmdtInsertedNon-AIRAC:target, .AmdtDeletedNon-AIRAC:target, .AmdtDeleted:target
{
    border: solid red 2px !important;
}

img.AmdtInsertedAIRAC, img.AmdtInsertedNon-AIRAC, img.AmdtDeletedAIRAC,
img.AmdtDeletedNon-AIRAC {
    padding: 5px;
    border-width: 1px;
}

ins > .graphic-box.AmdtInsertedAIRAC,
ins > .graphic-box.AmdtInsertedNon-AIRAC,
del > .graphic-box.AmdtDeletedAIRAC,
del > .graphic-box.AmdtDeletedNon-AIRAC
{
	display: inherit;
}

/*
    correction for BZ-13091, supporting TID-EIIX (Firefox as a secondary browser)
    Firefox needs this to display inserted/deleted Superscript and Subscript elements correctly
*/
.AmdtInsertedAIRAC .Super-script sup,
.AmdtInsertedAIRAC .Sub-script sub
{ 
  display: inline-block;
  background-color: #ffcccc !important;
}

.AmdtDeletedAIRAC .Super-script sup,
.AmdtDeletedAIRAC .Sub-script sub
{ 
  display: inline-block;
  text-decoration: line-through !important;
  background-color: #cc9999 !important;
}

/* ====== menu ====== */
#menu-amdt.menu {
	font-size: 10px;
	list-style-image: url(images/yes.png);
}

.AmdtInsertedAIRAC .Super-script sup,
.AmdtInsertedAIRAC .Sub-script sub
{ 
    display: inline-block ;
    background-color: #ffcccc !important
}

.AmdtDeletedAIRAC .Super-script sup,
.AmdtDeletedAIRAC .Sub-script sub
{ 
    display: inline-block ;
    text-decoration: line-through !important;
    background-color: #cc9999 !important
}