<style>
<!--
/* --------------------------------------------------------------------------- */
/*    bafadmin user administration - php file by dan schaer badap@bluewin.ch   */
/*                     version 1.0 - baf data processing                       */
/* --------------------------------------------------------------------------- */
/*                    standard tags and classes                                */
/* --------------------------------------------------------------------------- */
/*             beware: firefox doesn't read the first style!                   */
a{}
/* --------------------------------------------------------------------------- */
a{text-decoration: none;}
a:link {color: #315800}
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red       vvvv */
/*    vvvv   (links: maedi: yellow, menu: red, admin: green               vvvv
a:link.maedi {color: #cccc00}
a:link.menu {color: #ff0000}
a:link.admin {color: #00ff00}
 - - - - debug formating - rem out or delete debug colors for user app - - - - */
a:link.maedi {}
a:link.menu {}
a:link.admin {}
  /*    ^^^^^         actual parameters - rem out for debugging              ^^^^^^ */
a:active {color: #b5e379}
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red       vvvv */
/*    vvvv   (links: maedi: yellow, menu: red, admin: green               vvvv
a:active.maedi  {color: #ffffaa}
a:active.menu  {color: #ff9999}
a:active.admin {color: #99ff99}
 - - - - debug formating - rem out or delete debug colors for user app - - - - */
a:active.maedi  {}
a:active.menu  {}
a:active.admin {}
  /*     ^^^^^         actual parameters - rem out for debugging             ^^^^^^ */
a:visited {color: #467d00}
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red       vvvv */
/*    vvvv   (links: maedi: yellow, menu: red, admin: green               vvvv
a:visited.maedi  {color: #888800}
a:visited.menu  {color: #660000}
a:visited.admin {color: #006600}
 - - - - debug formating - rem out or delete debug colors for user app - - - -*/
a:visited.maedi  {}
a:visited.menu  {}
a:visited.admin {}
 /*      ^^^^^         actual parameters - rem out for debugging             ^^^^^^ */
a:hover {color: #9ad441}
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red       vvvv */
/*    vvvv   (links: maedi: yellow, menu: red, admin: green               vvvv
a:hover.maedi  {color: #eeee11}
a:hover.menu  {color: #ff6666}
a:hover.admin {color: #66ff66}
 - - - - debug formating - rem out or delete debug colors for user app - - - -*/
a:hover.maedi  {}
a:hover.menu  {}
a:hover.admin {}
  /*     ^^^^^         actual parameters - rem out for debugging             ^^^^^^ */
a:hover.buttnohov {color: #275457}
a:hover.buttnohov.maedi  {}
a:hover.buttnohov.menu  {}
a:hover.buttnohov.admin {}
body         {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        color: #000000;
        background:#f5f5f5;
        margin: 0;
        }
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red       vvvv
body.maedi        { background:#5555ff;  color: #000000;}
body.menu          { background:#55ff55;  color: #000000;}
body.admin         {background:#ff5555;  color: #000000;}
 - - - - debug formating - rem out or delete debug colors for user app - - - - */
body.maedi        { }
body.menu          {}
body.admin         { }
body.green         { background:#daf1bc;}
  /*     ^^^^^         actual parameters - rem out for debugging             ^^^^^^ */
/*    vvvv        h     -     do not use                                  vvvv */
/*                   use classes - see below                                   */
h1,h2,h3,h4,h5,h6        {font-family: arial, helvetica, sans-serif;}
/*       ^^^^^      h     -     do not use                              ^^^^^^ */
/*                  input, select, and classes                                 */
textarea        {font-family: courier;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        background:#daf1bc;
        font-size: 100%;
        margin: 0px;
      border-top: 2px solid #cde9a0;
      border-right: 2px solid #cde9a0;
      border-left: 2px solid #cde9a0;
      border-bottom: 2px solid #cde9a0;
        }
textarea .maedi        {}
textarea .menu          {}
textarea .admin         {}
input         {font-family:  arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        color: #315800;
        background:#f5f5f5;
        font-size: 80%;
        margin: 0px;
      border-top: 0px solid #f0f0f0;
      border-right: 0px solid #f0f0f0;
      border-left: 0px solid #f0f0f0;
      border-bottom: 0px solid #f0f0f0;
        }
a:hover.inpohov {color: #9ad441}
/* --------------------------------------------------------------------------- */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv                 TEXT INPUT FIELDS:                             vvvv */
/*    vvvv  as input.buttons (see below) will interfere with              vvvv */
/*    vvvv  Internet Explorer on ALL input fields, the classnames in this vvvv */
/*    vvvv  section have been changed to maedifld, menufld and adminfld   vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red    vvvv
input.maedifld      { border: 2px solid #aa33ff;  color: #000066;}
input.menufld          { border: 2px solid #33aa66;  color: #006600;}
input.adminfld         {  border: 2px solid #ffaa33;  color: #660000;}
 - - - debug formating - rem out or delete debug colors for user app - - - -   */
input.maedifld      { }
input.menufld          { }
input.adminfld         {  }
/*   ^^^^^         actual parameters - rem out for debugging               ^^^^^^ */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv         RADIO BUTTONS   DOES THIS WORK ANY??                   vvvv */
/*    vvvv  as input.buttons (see below) will interfere with              vvvv */
/*    vvvv  Internet Explorer on ALL input fields, the classnames in this vvvv */
/*    vvvv  section have been changed to maedirdo, menurdo and adminrdo   vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv  vvvv vvvv vvvv vvvv vvvv */
/*    vvvv   debug parameters: maedi: blue, menu: green, admin: red     vvvv
input.maedirdo      {  color: #000099;
        border: 0px;
        background:#5555ff;
}
input.menurdo          {  color: #009900;
        border: 0px;
        background:#55ff55;
}
input.adminrdo         {  color: #660000;
        border: 0px;
        background:#ff5555;
}
  - - - - debug formating - rem out or delete debug colors for user app - - - -  */
input.maedirdo      {
                border: 0px;
        background:#c2dddf;
      }
input.menurdo          {
                border: 0px;
        background:#c2dddf;
      }
input.adminrdo         {
                border: 0px;
        background:#c2dddf;
      }
/*  ^^^^^         actual parameters - rem out for debugging               ^^^^^^ */
input.tinybt          {
        font-size: 75%;
        }
.tinybt.maedi           { }
.tinybt.menu          { }
.tinybt.admin         { }

input.button         {font-family: arial, helvetica, "sans-serif";
        font-style: normal;
        font-weight: bold;
      background:#275457;
      border-top: 2px solid #34858A;
      border-right: 2px solid #00484D;
      border-left: 2px solid #34858A;
      border-bottom: 2px solid #00484D;
        color: #9AF2F7;
        font-size: 105%;
        margin: 0px;
        }

/*   vvvv   debug parameters: maedi: blue, menu: green, admin: red    vvvv
input.button.maedi        { color:#5555ff; }
input.button.menu          {  color:#55ff55;}
input.button.admin          { color:#ff5555;}
 - - - - debug formating - rem out or delete debug colors for user app - - - -  */
input..button.maedi        { }
input..button.menu          {  }
input..button.admin          { }
  /*    ^^^^^         actual parameters - rem out for debugging            ^^^^^^ */
input.button.alert          { color: #fb82d7;
        }
.button.alert.maedi           { }
.button.alert.menu          { }
.button.alert.admin         { }
input.button.smallbt          {
        font-size: 87.5%;
        }
.button.smallbt.maedi           { }
.button.smallbt.menu          { }
.button.smallbt.admin         { }
input.button.tinybt          {
        font-size: 50%;
        }
.button.tinybt.maedi           { }
.button.tinybt.menu          { }
.button.tinybt.admin         { }
input.button.nmebutt            {font-family: arial, helvetica, "sans-serif";
        font-style: normal;
        font-weight: bold;
      border: 0px solid #ffffff;
        font-size: 100%;
        margin: 0px;
        background: #c2dddf;
          color: #000000;
        }
input.button.nmebutt.alert         { color: #e34108;
        }
select         {font-family:font-family: arial, helvetica, "sans-serif";
        font-style: normal;
        font-weight: bold;
        color: #000000;
        background:#e2fdff;
        font-size: 90%;
        margin: 0px;
        border: 2px solid #339999;
        }
/*   vvvv   debug parameters: maedi: blue, menu: green, admin: red    vvvv
select.maedi        { border: 2px solid #aa33ff;}
select.menu          { border: 2px solid #33aa66;}
select.admin         { border: 2px solid #ffaa33;}
  - - - - debug formating - rem out or delete debug colors for user app - - - -  */
select.maedi        { }
select.menu          {}
select.admin         { }
  /*    ^^^^^         actual parameters - rem out for debugging            ^^^^^^ */
/*                            font styles                                      */
/*                          general classes                                    */
/*                         simple formatting                                   */
/* (bigti=h1 medti=h2 smati=h3 bigrd=h4 medrd=h5 smard=h6 )                    */
.bigti       {font-family: arial, helvetica, "sans-serif";
        font-style: normal;
        font-weight: bold;
        font-size: 200%;
        }
.medti      {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 150%;
        }
.smati      {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 120%;
        }
.bigrd      {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 90%;
        }
.medrd       {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 75%;
        }
.smard      {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 70%;
        }
.bigrp      {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 90%;
        }
.medrp       {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 75%;
        }
.smarp     {font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 70%;
        }
.bolder      {font-weight: bolder;}
.nobold      {font-weight: normal;}
.ul      {text-decoration: underline;}
.linktxt   {color: #315800;}
.whitetxt   {color: #f5f5f5;}
.graytxt   {color: #606060;}
.cligrrtxt   {color: #b7e279;}
.cdagrtxt   {color: #9ad441;}
.nodec      {text-decoration: none;}
/*                  general classes                                            */
/*                 context formatting                                           */
.yourname   {color: #006622;
            }
.alert      {color: #e34108;
        font-weight: bolder;
            }
/*     breaks long words (breaks everything everywhere - make span         */
.breakall	{word-break: break-all;}
.besmall	{font-size: 3%;}
/*                            paragraph  styles                                */
 div        {text-align: center;
        }
.leftal      {text-align: left;}
.cental      {text-align: center;}
.righal      {text-align: right;}

/*                        tab styles                                           */
table     {width: 100%;
        cellpadding: 0;
        cellspacing: 0;
        margin-left: auto;
        margin-right: auto;
        border: 0px;
        }
table.open70    { width: 70%;
       cellpadding: 0;
        cellspacing: 0;
        border: 0px;
        }
table.border70    { width: 70%;
        cellpadding: 0;
        cellspacing: 0;
		border: 2px solid #315800;
         }
table.leftal    {text-align: left;
        }
table.auto    {width: auto;
        }
table.cellspace    {cellpadding: 2;
                                                cellspacing: 2;
        }
table.collapse    {border-collapse: collapse;
        }
tr        {vertical-align: center;
        }
tr.topal        {vertical-align: top;
        }
tr.green      { background:#daf1bc;
        }
tr.chicligr      { background:#b7e279;
        }
tr.chicdagr      { background:#9ad441;
        }
td        {text-align: center;
        }
td.l        {text-align: right;
        }
td.l50        {text-align: right;
        width: 50%;
        }
td.l33        {text-align: right;
        width: 33%;
        }
td.m        {text-align: center;
        }
td.m33        {text-align: center;
        width: 33%;
        }
td.nobord    {border:0px;
        }
/*          input field in middle column:                                      */
td.mtblinpt        {text-align: left;
        }
td.r        {text-align: left;
        }
td.userlist1        {text-align: left;
        }
td.userlist2        {text-align: right;
        width: 22%;
        }
td.userlist3        {text-align: left;
        width: 23%;
        }
td.userlist4        {text-align: left;
        width: 23%;
        }
td.userlist5        {text-align: center;
        width: 13%;
        }
td.userlist6        {text-align: left;
        font-family:  courier;
        width: 19%;
        }
td.userrem        {text-align: left;
        background-color: #e2fdff;
        white-space: wrap;
        width: 120px;
        }
/*          margin-columns left & rightof page:                                      */
td.kgomargin       {width: 25px;
       background-color: #f5f5f5;
         }
td.logopic        {text-align: center;
        background-color: #daf1bc;
        white-space: wrap;
        width: 130px;
        }
td.menufrm        {text-align: left;
        background-color: #ff0000;
        white-space: wrap;
        width: 100%;
        }
td.contfrm        {text-align: left;
        background-color: #e2fdff;
        white-space: wrap;
        width: 100%;
        }
td.menu20       {text-align: left;
        white-space: wrap;
        width: 15px;
        }
td.mnmain       {text-align: left;
                padding-left: 5px;
                 padding-right: 5px;
        white-space: wrap;
                }
td.mnsub       {text-align: left;
                font-weight: normal;
                padding-left: 15px;
                 padding-right: 5px;
        white-space: wrap;
                }
td.conttxt       {text-align: justify;
                padding-left: 10px;
                 padding-right: 0px;
        white-space: wrap;
                }
td.colftxt       {text-align: left;
                padding-left: 10px;
                 padding-right: 0px;
        white-space: wrap;
               }
td.cligr       {background-color: #b7e279;
                 padding-left: 0px;
                 padding-right: 0px;
               }
td.cdagr       {background-color: #9ad441;
                  padding-left: 0px;
                 padding-right: 0px;
               }

-->
</style>
