/* body parameters for Control frame */
body.control
{
    font-family: Times New Roman;
    background-color: #E0EFDD;
    margin-top: 2px;
}

/* body parameters for MenuArea frame */
body.menu
{
    font-family: Times New Roman;
    background-color: #008080;
    margin: 0px;
}

/* body parameters for DataArea frame */
body.data
{
/*  font-family: Times New Roman;  */
  background-color: #F4FFFF;
  scrollbar-base-color: #E0EFDD;
}

/* body parameters for InfoArea frame */
body.info
{
    font-family: Arial;
    background-color: #F4FFFF;
    margin-top: 4px;
}

table.table_sel
{
    border: solid 1px #E0EFDD;
    border-right-color: #008080;
    border-bottom-color: #008080;
}

/* body parameters for Lines-IFrame */
body.lines
{
  background-color: #F4FFFF;
  scrollbar-base-color: #E0EFDD;
}


/* ************************************************************************** */
/*                                                                            */
/* Tag: <table class= "t_list">                                               */
/*                                                                            */
/* table used for listings / reports of all kinds                             */
/* generally containing a report including a header and lines in TD tags      */
/* ************************************************************************** */
table.t_list
{
  background-color: white;
  border: solid 1px #008080;
}

a.data:link    { color: black; text-decoration: underline}
a.data:visited { color: black; text-decoration: underline}
a.data:active  { color: black; text-decoration: underline}
a.data:hover   { color: salmon; text-decoration: underline}

/* ************************************************************************** */
/* ******************************* FORMAT f_tb ****************************** */
/* ************************************************************************** */
/*                                                                            */
/* used to format the ToolBar contain. the Navigator(NAV) and Buttonpanel(BP) */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */

/* ******************************** TOOLBAR ********************************* */
/*                                                                            */
/* Tag: <table class= "tf_tb">                                                */
/*                                                                            */
/* Toolbar table tag                                                          */
/* ************************************************************************** */

.tf_tb
{
    /* fonts/fontcolors */
    background-color: #E0EFDD;
    /* borders */
    border: solid 1px #008080;
    /* design */
    table-layout:fixed
    /* margin */
    margin: 0px;
}


/* ******************************** TOOLBAR CELL **************************** */
/*                                                                            */
/* Tag: <table class= "cf_tb">                                                */
/*                                                                            */
/* Toolbar cell                                                               */
/* ************************************************************************** */
.cf_tb
{
  /* borders */
  border: 0px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding: 0px;
}


/* ************************************************************************** */
/* ******************************* FORMAT f_nav ***************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in subscripts / headers                                               */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */

/* **************************** NAVIGATOR BOX ******************************* */
/*                                                                            */
/* Tag: <table class= "tf_nav">                                               */
/*                                                                            */
/* Navigator Box, to display actual function and available options            */
/* ************************************************************************** */
.tf_nav
{
  /* fonts/fontcolors */
  font-family: sans-serif; font-weight: bold; font-size: 8pt;
  color: black;
  /* margin of text inside a cell */
  padding: 0px;
  /* borders */
  border: 0px;
  /* margin */
  margin: 0px;
  /* design */
  table-layout:fixed
}
.tf_nav_start { background-color: #008080; color: white; }


/* ************************* ROW in FORMAT f_nav *************************** */
/*                                                                            */
/* Tag: <td class= "rf_nav">                                                  */
/*                                                                            */
/* cell in the table used for the navigator                                   */
/*                                                                            */
/*     --> <TR> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.rf_nav
{
  /* borders */
  border: 0px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding: 0px;
}

/* ************************* CELL in FORMAT f_nav *************************** */
/*                                                                            */
/* Tag: <td class= "cf_nav">                                                  */
/*                                                                            */
/* cell in the table used for the navigator                                   */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_nav
{
  /* borders */
  border: 0px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding: 2px;
  /* collapsing borders */
  border-collapse:collapse;
}
a.cf_nav:link    { color: black; text-decoration: underline}
a.cf_nav:visited { color: black; text-decoration: underline}
a.cf_nav:active  { color: black; text-decoration: underline}
a.cf_nav:hover   { color: salmon; text-decoration: underline}

/* ************************* CELL in FORMAT f_bp **************************** */
/*                                                                            */
/* Tag: <td class= "cf_bp">                                                   */
/*                                                                            */
/* cell in button panel of the Toolbar                                        */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_bp
{
  /* colors */
  background-color: #F4FFFF;
  /* margin of cell within row */
  margin: 0px;
  /* borders */
  border: solid 1px #008080;
  /* margin of text inside a cell */
  padding: 2px;
  /* align */
  vertical-align: top;
  /* collapsing borders */
/*  border-collapse:collapse; */
}


/* **************************** EMPTY SPACE ********************************* */
/*                                                                            */
/* Tag: <table class= "tf_space">                                             */
/*                                                                            */
/* Space-Control below   tables                                               */
/* ************************************************************************** */
.tf_space
{
  /* fonts/fontcolors */
  font-family: sans-serif; font-weight: bold; font-size: 2pt;
  /* margin of text inside a cell */
  padding: 0px;
  /* borders */
  border: 0px;
  /* collapsing borders */
  border-collapse:collapse;
  /* design */
  table-layout:fixed
  /* margin */
  margin: 0px;
}


/* ************************* CELL in FORMAT f_space ************************** */
/*                                                                            */
/* Tag: <td class= "cf_nav">                                                  */
/*                                                                            */
/* cell in the table used for the space control                               */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_space
{
  /* borders */
  border: 0px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding-left: 0;
}

/* ************************************************************************** */
/* ******************************* FORMAT f_head **************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in table used for subscripts / headers                                */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */


/* ************************* TABLE in FORMAT f_head ************************* */
/*                                                                            */
/* Tag: <table class= "tf_head">                                              */
/*                                                                            */
/* table used for subscripts / headers                                        */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_head
{
  /* around around table */
  border: 0px;
  /* margin */
  margin: 0px;
}

/* ************************* CELL in FORMAT f_head ************************** */
/*                                                                            */
/* Tag: <td class= "cf_head">                                                 */
/*                                                                            */
/* cell in the table used subscripts / headers                                */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_head
{
    /* font */
    font-family: Times New Roman; font-weight: bold; font-size: 18pt;
    /* colors */
    color: black;
    /* borders */
    border: 0px;
}
a.cf_head:link    { color: black; text-decoration: underline}
a.cf_head:visited { color: black; text-decoration: underline}
a.cf_head:active  { color: black; text-decoration: underline}
a.cf_head:hover   { color: salmon; text-decoration: underline}


/* ************************************************************************** */
/* ******************************* FORMAT f_shead *************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in table used for subscripts / headers, but small font                */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */


/* ************************ TABLE in FORMAT f_shead ************************* */
/*                                                                            */
/* Tag: <table class= "tf_shead">                                             */
/*                                                                            */
/* table used for subscripts / headers                                        */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_shead
{
  /* around around table */
  border: 0px;
  /* margin */
  margin: 0px;
}

/* ************************ CELL in FORMAT f_shead ************************** */
/*                                                                            */
/* Tag: <td class= "cf_shead">                                                */
/*                                                                            */
/* cell in the table used subscripts / headers                                */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_shead
{
    /* font */
    font-family: Times New Roman; font-weight: bold; font-size: 12pt;
    /* colors */
    color: black;
    /* borders */
    border: 0px;
}
a.cf_shead:link    { color: black; text-decoration: underline}
a.cf_shead:visited { color: black; text-decoration: underline}
a.cf_shead:active  { color: black; text-decoration: underline}
a.cf_shead:hover   { color: salmon; text-decoration: underline}


/* ************************************************************************** */
/* ******************************* FORMAT f_info **************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in information messages in or below below data areas                  */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */


/* ************************* TABLE in FORMAT f_head ************************* */
/*                                                                            */
/* Tag: <table class= "tf_info">                                              */
/*                                                                            */
/* table used for subscripts / headers                                        */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_info
{
    /* around around table */
    border: solid 1px #008080;
}

/* ************************* CELL in FORMAT f_head ************************** */
/*                                                                            */
/* Tag: <td class= "cf_info">                                                 */
/*                                                                            */
/* cell in the table used subscripts / headers                                */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_info
{
    /* font */
    font-family: Times New Roman; font-weight: bold; font-size: 12pt;
    /* colors */
    color: black;
    /* around around cell */
    border: 0px;
}


/* ************************************************************************** */
/* ******************************* FORMAT f_sel ***************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in selection parameter screens                                        */
/* formats a complete table in which data can be entered or displayed         */
/*                                                                            */
/* ************************************************************************** */

/* ************************* TABLE in FORMAT f_sel ************************** */
/*                                                                            */
/* Tag: <table class= "tf_sel">                                               */
/*                                                                            */
/* table used subscripts above selection fields                               */
/* should normally be centered in the screen                                  */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_sel
{
    /* around around table */
    border: solid 1px #008080;
}


/* ************************* CELL in FORMAT f_sel *************************** */
/*                                                                            */
/* Tag: <td class= "cf_sel">                                                  */
/*                                                                            */
/* table used subscripts above selection fields                               */
/* should normally be centered in the screen                                  */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_sel
{
    /* font */
    font-family: Times New Roman; font-weight: bold; font-size: 18pt;
    /* colors */
    color: red;
    /* around around cell */
    border: 0px;
}



/* ************************************************************************** */
/* ******************************* FORMAT f_dsp ***************************** */
/* ************************************************************************** */
/*                                                                            */
/* display format for main data, license etc.                                 */
/*                                                                            */
/* ************************************************************************** */

/* ************************* TABLE in FORMAT f_dsp ************************** */
/*                                                                            */
/* Tag: <table class= "tf_dsp">                                               */
/*                                                                            */
/* table used f_dsp format                                                    */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_dsp
{
  /* around around table */
  border: solid 1px #008080;
  /* margin of cell within row */
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ************************* CELL in FORMAT f_dsp *************************** */
/*                                                                            */
/* Tag: <td class= "cf_mb_dsp">                                               */
/*                                                                            */
/* cells in displayed maindata / info tables                                  */
/* medium size font with background color                                     */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_mb_dsp
{
    /* font */
    font-family: Times New Roman; font-weight: bold; font-size: 12pt;
    /* colors */
/*    background-color: #DFFFFF;   */
    background-color: #DBF2E2;
    color: black;
    /* borders around cell */
/*    border: solid 1px #008080;  */
    border: 0px;
    /* padding to cell border */
    padding-left: 3px; padding-right: 3px;
}

/* ************************* CELL in FORMAT f_dsp *************************** */
/*                                                                            */
/* Tag: <td class= "cf_m_dsp">                                                */
/*                                                                            */
/* cells in displayed maindata / info tables                                  */
/* medium size font with NO background color                                  */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.cf_m_dsp
{
  /* font */
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  /* colors */
/*  background-color: #DBF2E2;  */
/*  background-color: white;    */
  color: black;
  /* borders */
/*  border: solid 1px #008080;  */
  border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD;
/*  border: 0px; */
  /* padding */
  padding-left: 3px; padding-right: 3px;
//  padding-left: 2px; padding-right: 2px;
}
input.cf_m_dsp
{
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  color: black;
  padding-left: 3px; padding-right: 3px;
  border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD;
/*  border: solid 1px #008080;    */
}
select.cf_m_dsp
{
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  color: black;
  padding-left: 1px; padding-right: 1px;
/*  border: solid 1px #008080;    */
  border: 0px;
}



/* ************************************************************************** */
/* ******************************* FORMAT f_line **************************** */
/* ************************************************************************** */
/*                                                                            */
/* used for entering data on line level                                       */
/* formats a table with one line to enter data for orders/ inventory check    */
/*                                                                            */
/* ************************************************************************** */

/* ************************* TABLE in FORMAT f_line ************************* */
/*                                                                            */
/* Tag: <table class= "tf_line">                                               */
/*                                                                            */
/* table used subscripts above selection fields                               */
/* should normally be centered in the screen                                  */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_line
{
  /* around around table */
  border: solid 2px #008080;
  /* design */
  table-layout:fixed;
  /* margin */
  margin: 0px;
}


/* *********************** HEADER CELL in FORMAT f_line ********************* */
/*                                                                            */
/* Tag: <td class= "chf_line">                                                */
/*                                                                            */
/* cells used in subscripts / header                                          */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.chf_line
{
  /* font */
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  /* colors */
  background-color: #07B0B0;
  color: white;
  /* border around cell */
  border: 2px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding-left: 2px; padding-right: 2px;
}
input.chf_line
{
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  color: black;
  padding-left: 3px; padding-right: 3px;
  border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD;
}
select.chf_line
{
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  color: black;
  border: 0px;
}

/* *********************** INPUT CELL in FORMAT f_line ********************** */
/*                                                                            */
/* Tag: <td class= "ccf_line">                                                */
/*                                                                            */
/* cells used in the data enter area                                          */
/*                                                                            */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.ccf_line
{
  /* font */
  font-family: sans-serif; font-weight: bold; font-size: 10pt;
  /* colors */
  color: black;
  /* border around cell */
  border: solid 1px #008080;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
  padding-left: 2px; padding-right: 2px;
}
input.ccf_line
{
  font-family: sans-serif; font-weight: bold; font-size: 10pt;
  color: black;
  padding-left: 3px; padding-right: 3px;
  border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD;
}
select.ccf_line
{
  font-family: sans-serif; font-weight: bold; font-size: 10pt;
  color: black;
  border: 0px;
}
/* ************************************************************************** */
/* link settings for Tag: <td class= "c_s">                                   */
/* ************************************************************************** */
a.ccf_line:hover    { color: salmon; text-decoration: underline}
a.ccf_line          { border: 0px; }


/* ************************************************************************** */
/* ******************************* FORMAT f_list **************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in tables and listing                                                 */
/* formats a complete table inclunding the row, BUT NOT THE CELLS             */
/*                                                                            */
/* ************************************************************************** */

/* ************************* TABLE in FORMAT f_sel ************************** */
/*                                                                            */
/* Tag: <table class= "tf_list">                                              */
/*                                                                            */
/* table used subscripts above selection fields                               */
/* should normally be centered in the screen                                  */
/*                                                                            */
/*     --> <TABLE> tags only                                                  */
/*                                                                            */
/* ************************************************************************** */
.tf_list
{
    /* around around table */
    border: solid 1px #008080;
    /* collapsing borders */
    border-collapse:collapse;
    /* design */
    table-layout: fixed;
    /* margin */
    margin: 0px;
}


/* ****************** HEADER CELL SMALL WITH BACKGROUND ********************* */
/*                                                                            */
/* Tag: <td class= "hc_sb">                                                   */
/*                                                                            */
/* table used for listings / reports of all kinds                             */
/* generally containing a report header with many fields to display           */
/*     --> <TD> tags only                                                     */
/*                                                                            */
/* ************************************************************************** */
.hc_sb
{
  /* font */
  font-family: Times New Roman; font-weight: bold; font-size: 10pt;
  /* colors */
  background-color: #07B0B0;  color: white;
    /* border around cell */
/*    border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
  border: 2px;
  /* margin of cell within row */
  margin: 0px;
  /* margin of text inside a cell */
/*    padding: 2px; */
  padding-left: 3px; padding-right: 3px;
}

.cell_msb   { font-family: Times New Roman; font-weight: bold; font-size: 12pt; background-color: #DBF2E2; color: black;
              padding-left: 4px; }
.cell_ms    { font-family: Times New Roman; font-weight: bold; font-size: 12pt; color: black;
              border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD;
              padding-left: 2px; }

.header_m { font-family: Times New Roman; font-size: 18pt; color: black }


/* *********************** CELL MEDIUM WITHOUT BACKGROUND ******************* */
/*                                                                            */
/* Tag: <td class= "c_m">                                                     */
/*                                                                            */
/* cell in table used for listings / reports of all kinds                     */
/* generally containing a report data with many fields to display             */
/*     --> <TD> tags only                                                     */
/*     --> generally same like CELL MEDIUM WITH BACKGROUND (c_mb) but a       */
/*         different background color should be defined                       */
/*                                                                            */
/* ************************************************************************** */
.c_m
{
    /* font */
    font-family: Times New Roman; font-size: 12pt;
    /* colors */
    color: black;
    /* border around cell */
/*    border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
    border: 0px;
    /* margin of cell within row */
/*    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;  */
    margin: 0px;
    /* margin of text inside a cell */
/*    padding: 0px;  */
    padding-left: 2px; padding-right: 2px;
}
/* ************************************************************************** */
/* link settings for Tag: <td class= "c_s">                                   */
/* ************************************************************************** */
a.c_m:hover    { color: salmon; text-decoration: underline}
a.c_m          { border: 0px; }


/* *********************** CELL MEDIUM WITH BACKGROUND ********************** */
/*                                                                            */
/* Tag: <td class= "c_mb">                                                    */
/*                                                                            */
/* cell in table used for listings / reports of all kinds                     */
/* generally containing a report data with many fields to display             */
/*     --> <TD> tags only                                                     */
/*     --> generally same like CELL SMALL WITHOUT BACKGROUND (c_m) but a      */
/*         different background color should be defined                       */
/*                                                                            */
/* ************************************************************************** */
.c_mb
{
    /* font */
    font-family: Times New Roman; font-size: 12pt;
    /* colors */
    background-color: #DBF2E2; color: black;
    /* border around cell */
/*    border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
    border: 0px;
    /* margin of cell within row */
/*    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;  */
    margin: 0px;
    /* margin of text inside a cell */
/*    padding: 0px;  */
    padding-left: 2px; padding-right: 2px;
}
/* ************************************************************************** */
/* link settings for Tag: <td class= "c_mb">                                  */
/* ************************************************************************** */
a.c_mb:hover   { color: salmon; text-decoration: underline} 
a.c_mb         { border: 0px; }                             


/* *********************** CELL SMALL WITHOUT BACKGROUND ******************** */
/*                                                                            */
/* Tag: <td class= "c_s">                                                     */
/*                                                                            */
/* cell in table used for listings / reports of all kinds                     */
/* generally containing a report data with many fields to display             */
/*     --> <TD> tags only                                                     */
/*     --> generally same like CELL SMALL WITHOUT BACKGROUND (c_s) but a      */
/*         different background color should be defined                       */
/*                                                                            */
/* ************************************************************************** */
.c_s
{
    /* font */
    font-family: Times New Roman; font-size: 8pt;
    /* colors */
    color: black;
    /* border around cell */
/*    border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
    border: 0px;
    /* margin of cell within row */
/*    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;  */
    margin: 0px;
    /* margin of text inside a cell */
/*    padding: 0px;  */
    padding-left: 2px; padding-right: 2px;
}
/* ************************************************************************** */
/* link settings for Tag: <td class= "c_s">                                   */
/* ************************************************************************** */
a.c_s:hover    { color: salmon; text-decoration: underline}
a.c_s          { border: 0px; }


/* *********************** CELL SMALL WITH BACKGROUND *********************** */
/*                                                                            */
/* Tag: <td class= "c_sb">                                                    */
/*                                                                            */
/* cell in table used for listings / reports of all kinds                     */
/* generally containing a report data with many fields to display             */
/*     --> <TD> tags only                                                     */
/*     --> generally same like CELL SMALL WITHOUT BACKGROUND (c_s) but a      */
/*         different background color should be defined                       */
/*                                                                            */
/* ************************************************************************** */
.c_sb
{
    /* font */
    font-family: Times New Roman; font-size: 8pt;
    /* colors */
    background-color: #DBF2E2; color: black;
    /* border around cell */
/*    border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
    border: 0px;
    /* margin of cell within row */
/*    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;  */
    margin: 0px;
    /* margin of text inside a cell */
/*    padding: 0px;  */
    padding-left: 2px; padding-right: 2px;
}
/* ************************************************************************** */
/* link settings for Tag: <td class= "c_sb">                                  */
/* ************************************************************************** */
a.c_sb:hover   { color: salmon; text-decoration: underline}
a.c_sb         { border: 0px; }


/* ************************************************************************** */
/* ***************************** FORMAT f_ibox ****************************** */
/* ************************************************************************** */
/*                                                                            */
/* used in infoarea to display user and site                                  */
/* formats a complete table with ONE cell                                     */
/*                                                                            */
/* ************************************************************************** */

/* ******************************* INFO BOX ********************************* */
/*                                                                            */
/* Tag: <table class= "tf_ibox">                                              */
/*                                                                            */
/* Info Box, to display site, user customer etc.                              */
/* ************************************************************************** */
.tf_ibox
{
  /* fonts/fontcolors */
  font-family: sans-serif; font-weight: bold; font-size: 8pt;
  color: black;
  /* background-color: #E0EFDD; */
  /* margin of text inside a cell */
  padding-left: 4px; padding-right: 4px;
  /* borders */
/*  border: solid 1px #008080; border-right-color: #E0EFDD; border-bottom-color: #E0EFDD; */
  border: solid 1px #008080;
  border-bottom-width: 0px;
  border-bottom-color: #F4FFFF;
  /* collapsing borders */
  border-collapse:collapse;
  /* design */
  table-layout:fixed
}



/* ************************************************************************** */
/* ****************************** FORMAT f_errwnd *************************** */
/* ************************************************************************** */
/*                                                                            */
/* design of the error windows                                                */
/*                                                                            */
/* ************************************************************************** */

/* ************************************************************************** */
/*                                                                            */
/* Tag: <body class= "f_errwnd">                                              */
/*                                                                            */
/* class used in body of the error window                                     */
/*                                                                            */
/*     --> <BODY> tags only                                                   */
/*                                                                            */
/* ************************************************************************** */
body.b_errwnd
{
  /* font */
  font-family: Times New Roman; font-weight: bold; font-size: 18pt;
  /* colors */
  background-color: #008080; color: white;
}





/* a.cell_sb:link    { color: black; text-decoration: underline} */
/* a.cell_sb:visited { color: black; text-decoration: underline} */
/* a.cell_sb:active  { color: black; text-decoration: underline} */

/* input  */
/* {      */
/*   border: solid 1px #008080;  */
/*    border: 0px;   */
/* }      */

.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

.itemHBar { background-color: #008080 }
.itemHBarOver { background-color: #07BBBB }
.itemBorder { background-color: #DBF2E2; border: 1px solid #666666 }
.itemBorderOver { background-color: #07BBBB; border: 1px solid #666666 }
.itemBorderBlank { background-color: #DBF2E2; border: 1px solid #DBF2E2 }
