/*  ***********************************************************************************************

    Copyright (c) 2000-2002 EUROCONTROL, all rights reserved.
    This work is subject to the license provided in the file LICENSE.txt.

    Identifiers
    ============
    SYSTEM:        history.css
    HTML:          <link rel="stylesheet" href="history.css" type="text/css" />
    Version:       $Revision: 1.2 $
    Date:          $Date: 2005/04/13 14:49:11 $
    Description: Style sheet for eAIS Package History page in XHTML

    ******************************************************************************************** */
body {background-color: #EEEEEE; margin: 5px;}

table {background-color: #DDDDDD; border-color: gray; border-style: solid; border-width: 1px;}

/* base font size */
body, div, p, li, td, th {font-size: x-small;	/* false value for WinIE4/5/6 */}

html>head:first-child+body, html>head:first-child+body p, html>head:first-child+body li, html>head:first-child+body td, html>head:first-child+body th {font-size: small;/* intended value for better browsers */}

body, p, li {font-family: Arial, Helvetica, sans-serif; /* Note: Verdana doesn't contain some Unicode characters that we need */}

td, th {font-family: Arial, Helvetica, sans-serif; /* note Verdana: too large */}

tr.even-row { }
tr.odd-row {background-color: #dddddd;}

td {border-color: #999999; border-style: solid; border-width: 0px; margin: 20px; padding: 2px; }

th {border-color: #999999; border-style: solid; border-width: 0px; margin: 0px; padding: 2px; }

p, div {margin-top: 1em; color: #003366;}

/*
   ------------------------------------------------------------------------------------------------
   The "Front page" div element
   ------------------------------------------------------------------------------------------------
*/
.FrontPage {color: #003366; text-transform: uppercase; text-align: center; background-color: white; padding-top: 15pt; padding-bottom: 15pt; padding-left: 40pt; padding-right: 40pt;}

.logo { }

/*
   ------------------------------------------------------------------------------------------------
   Handle the H1 on the "front" page
   ------------------------------------------------------------------------------------------------
*/
.H1 {margin: 0px 0 20px 0;}

h2 {margin: 4px; color: #003366; padding-top: 15px;}

h3 {color: #003366;}

/*
   ------------------------------------------------------------------------------------------------
   Titles & the outlining mechanism
   ------------------------------------------------------------------------------------------------
*/
caption {color: maroon; text-align: left;}
/*
   ------------------------------------------------------------------------------------------------
   Graphics & their titles classes
   ------------------------------------------------------------------------------------------------
*/
img {vertical-align: middle; border-width: 0px;}

.icon {padding: 0 4px 0 4px;}

td p, th p, td div, th div, li p, li div {margin-top: 0pt; margin-bottom: 0pt; text-indent: 0pt;}

.line {margin-top: 0; margin-bottom: 0;}

/* cell borders */
.colsep-0 th, .colsep-0 td, tr th.colsep-0, tr td.colsep-0 { border-right-width: 0px; }
.colsep-1 th, .colsep-1 td, tr th.colsep-1, tr td.colsep-1 { border-right-width: 1px; }
.rowsep-0 th, .rowsep-0 td, tr th.rowsep-0, tr td.rowsep-0 { border-bottom-width: 0px; }
.rowsep-1 th, .rowsep-1 td, tr th.rowsep-1, tr td.rowsep-1 { border-bottom-width: 1px; }

td.date, th.date {border-right-width: 1px;}

td.date {white-space: nowrap;	width: 10em;}

table.transparent {background-color: transparent;	border: none;}
 /*
   ------------------------------------------------------------------------------------------------
   History TABLE and Classes
   ------------------------------------------------------------------------------------------------
*/

/* Tabela velja za History Tabelo */
.HISTORY {width: 100%;}

.HISTORY-1 {width: 25%; text-align: left;}

.HISTORY-2 {width: 5%; text-align: center;}

.HISTORY-3 {width: 9%; text-align: center;}

.HISTORY-4 {width: 9%; text-align: center;}

.HISTORY-5 {width: 7%; text-align: center;}

.HISTORY-6 {width: 41%; text-align: center;}

.center  {text-align: center;}

.left  {text-align: left;}

.Red {color: Red; font-weight: bold}

