

  body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      color: #000000;
      background-color:#FFFFFF;
      }


  p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      color:#000000;
      }


  td {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      color:#000000;
      }


  th {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      color: #000000;
      }


  a {
      color:#BE0000;
      }


  a:link {
      color:#BE0000;
      }


  a:visited {
      color:#BE0000;
      }


  a:hover {
      color:#BE0000;
      }


  a:active {
      color:#BE0000;
      }


  input {
      font-size: 9pt;
      }


  select {
      font-size: 9pt;          
      }


  option {
      font-size: 9pt;
      }


  /* All text which not appears in the calendar view */
  .text {
      color:#000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      }


  /* Bold text */
  .bold {
      font-weight: bold;
      color:#000000;
      }


  /* Table cell 'Time'*/
  .time {
      font-weight: bold;
      background-color:#dddddd;
      color:#000000;
      text-align: center;
      }


  /* Tabellenzellen mit Datum, Tabellenkopf der Eventliste   */
  /* Table cells which are containing the date, table head of the event list*/
  .date {
      background-color: #ffffff;
      color: #000000;
      text-align: center;
      font-size: 8pt;
      }


  /* Tabellenzellen mit den Termin-Uhrzeiten (linke Spalte)*/
  /* Table cells which are containing the appointment times (left column) */
  .app {
      background-color:#000000;
      color:#ffffff;
      text-align:right;
      font-size: 8pt;
      }


  /* TIMES NOT AVAILABLE */
  /* Table cells for weekend, breaks, close of business */
  .weekend {
      background-color:#A0A0A0;
      }


  /* BOOKED APPOINTMENTS */
  /* Table rows with scheduled/reserved Appointments */
  .res {
      background-color:#BE0000;
      color: #ffffff;
      text-align: center;
      font-size: 8pt;
      }


  /* AVAILABLE APPOINTMENT TIMES */
  /* Table cells for unscheduled/free appointments */
  .free {
      background-color:#EFEFEF;
      text-align: center;
      }

  /* Radio-Buttons in Tabellenzellen mit freien Terminen */
  /* Radio buttons in table cells for unscheduled/free appointments */
  .free input {
      background-color:#EFEFEF;
      }


  /* Links in den Tabellenzellen mit reservierten Terminen */
  /* Links inside of the scheduled appointment table cells */
  .res a {
      color: #FFFFFF;
      }


  .res a:link {
      color: #eeeeee;
      }


  .res a:visited {
      color: #eeeeee;
      }


  .res a:hover {
      color: #ffffff;
      }


  .res a:active {
      color: #ffffff;
      }




  /* Tabellenzellen und Text im Detail-PopUp-Fenster */
  /* Table cells and text in detail pop up window */
  .popup_text {
      color:#000000;
      background-color:#EFEFEF;
      }


  /* Fett gedruckter Text im Detail-PopUp-Fenster*/
  /* Bold text inside the detail pop up window */
  .popup_bold {
      font-weight: bold;
      color:#000000;
      background-color:#EFEFEF;
      }


  /* Tabellenzellen und Text in der Terminliste */
  /* Table cells and text in appointment list */
  .eventlist_text {
      color: #000000;
      }


  .eventlist_text a {
      color: #000000;
      }


  .eventlist_text a:link {
      color: #000000;
      }


  .eventlist_text a:visited {
      color: #000000;
      }


  .eventlist_text a:hover {
      color: #ffffff;
      }


  .eventlist_text a:active {
      color: #000000;
      }


  /* Textformatierung des E-Mail-Formulars */
  /* Text of the e-mail form */
  .mailform {
      font-weight:bold;
      }



  /* Auswahlfelder oberhalb der Kalenderansicht im Userbereich*/
  /* Select fields above the calendar view */
  .selectiontableoutside {
      background-color:#001060;
      }


  .selectiontableinside {
      background-color:#CFCFCF;
      }
