/*
**********************************************************************************
     @application
     @author        Rob Gregory
     @version       01.00.00/162 
     @company       iB-Solutions
     @date          16/05/2014 
     @date-created  11/05/2004
**********************************************************************************
 MAINTENANCE LOG:
 EDIT NO.:  DATE:       PROGRAMMER NAME & COMMENTS:
**********!***********!***********************************************************
 4.00/000  11/05/2004  Rob Gregory : Changes to bring in line with new framework
 04.02.00/000  15/12/2004  Rob Gregory : Version number incremented for release
 05.02.00/000  28/04/2006  Rob Gregory : Support for Locale selection Flags
 05.02.00/000  14/01/2015  Jose Burgos : eSeries 2 change: set z-index to -1 for images, so links work properly
 05.02.00/000  04/12/2015  Juan Barberan : DES072
**********************************************************************************
*/
<style type="text/css">
    .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
</style>