/*  ***********************************************************************************************

    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: 10935 $
    $Date: 2007-11-22 17:19:58 +0100 (Thu, 22 Nov 2007) $
    Description: Alternate style sheet for XHTML eAIPs, showing Amendment changes

    ******************************************************************************************** */

.AmdtInserted, .AmdtInserted td, .AmdtInserted th {
}
.AmdtInsertedAIRAC, .AmdtInsertedAIRAC td, .AmdtInsertedAIRAC th {
	background-color: #a3e7d6 !important;
}
.AmdtInsertedNon-AIRAC, .AmdtInsertedNon-AIRAC td, .AmdtInsertedNon-AIRAC th {
	background-color: #a3e7d6 !important;
}
.AmdtDeletedAIRAC, .AmdtDeletedAIRAC td, .AmdtDeletedAIRAC th, .AmdtDeletedAIRAC td p {
	background-color: #ffcccc !important;
	text-decoration: line-through !important;
}
.AmdtDeletedNon-AIRAC, .AmdtDeletedNon-AIRAC td, .AmdtDeletedNon-AIRAC th, .AmdtDeletedNon-AIRAC td p {
	background-color: #ffcccc !important;
	text-decoration: line-through !important;
}
ins.AmdtInsertedAIRAC, ins.AmdtInsertedNon-AIRAC {
	text-decoration: none; /* ins is underlined by default; value should be "inherit", but IE5.5 is broken */
}
.AmdtDeleted {
}

table.AIRAC-BEFORE thead{
	background-color:#9d7373;
}
table.AIRAC-BEFORE tbody{
	background-color:#f9e4e4;
}
span.AIRAC-BEFORE {
	width: 512px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 5px;
	background-color: #ffcccc
}
span.AIRAC-NEW{
	width: 512px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 5px;
	background-color: #a3e7d6
}

.AmdtInserted.target, .AmdtInsertedAIRAC.target, .AmdtInsertedNon-AIRAC.target,
.AmdtDeleted.target, .AmdtDeletedAIRAC.target, .AmdtDeletedNon-AIRAC.target
.AmdtInserted:target, .AmdtInsertedAIRAC:target, .AmdtInsertedNon-AIRAC:target,
.AmdtDeleted:target, .AmdtDeletedAIRAC:target, .AmdtDeletedNon-AIRAC:target {
/*    border: solid #1D1D1D 2px !important;   */
}
/* If target is a table row on IE 
tr.target td, tr.target th {
    border-bottom: solid #1D1D1D 2px;
    border-top: solid #1D1D1D 2px;
} */

/* If target is a table row on Mozilla 
tr:target > td, tr:target > th, thead:target > tr > td, thead:target > tr > th {
    border-bottom: solid #1D1D1D 2px;
    border-top: solid #1D1D1D 2px;
} */

/* ====== menu ====== */
#menu-amdt.menu {
	font-size: 10px;
	list-style-image: url(images/yes.png);
}
