/* Override default parameter from style.css here */
/* Created by DeployTool: Mon May 07 17:27:41 CEST 2007 */

  /* fonts */
  body,table,input,textarea {
    font-family:Verdana,"Arial Unicode MS",Arial,sans-serif;
  }

  /* page base colors */
  body,table {
    color:#222222;
    background-color:#ffffff;
  }

  /* page link colors */
  a {
    color:#222222;
  }

  /* toolbar button background color (if images can't be displayed)
     and text color */
  td.toolbarbutton {
    background-color:#e9e4ce;
    color:#222222;
  }
  td.toolbarbuttoncurrent {
    background-color:#fdfdbc;
    color:#222222;
  }
  td.toolbarbuttonhighlight {
    background-color:#c9d9fb;
    color:#222222;
  }

  /* links inside toolbar buttons; <a inside <td */
  .toolbarbutton a {
    text-decoration:none;
    color:#222222;
  }
  .toolbarbuttoncurrent a {
    text-decoration:none;
    color:#222222;
  }
  .toolbarbuttonhighlight a {
    text-decoration:none;
    color:#222222;
  }

  /* new style for input fields */
  input {
    border:1px solid #888888;
    background-color:#eef5fc;
    color:#222222;
  }

  /* button background color (if images can't be displayed) and border color */
  .buttonsmall,.button,.buttonwide {
    border-color:#888888;
    background-color:#fefed5;
    color:#222222;
  }

  /* links inside buttons; <a inside <td */
  .buttonsmall a,.button a,.buttonwide a {
    text-decoration:none;
    color:#222222;
  }

  /* disabled button background color (if images can't be displayed) and border color */
  .buttonsmalldisabled,.buttondisabled,.buttonwidedisabled {
    border-color:#888888;
    background-color:#ececec;
    color:#222222;
  }
  /* links inside buttons; <a inside <td */
  .buttonsmalldisabled a,.buttondisabled a,.buttonwidedisabled a {
    text-decoration:none;
    color:#222222;
  }

  /* table header */
  .guitable_header {
    background-color:#ebe8d4;
    color:#222222;
  }
  .guitable_header a {
    background-color:transparent;
    color:#222222;
  }

  /* regular table cell */
  td.guitable_content,td.guitable_content a {
    background-color:#ffffff;
    color:#222222;
  }

  /* table cell highlight 1 */
  td.guitable_contentHighlight,td.guitable_contentHighlight a {
    background-color:#ffffe7;
    color:#222222;
  }

  /* table cell highlight 2 */
  td.guitable_contentHighlight2,td.guitable_contentHighlight2 a {
    background-color:#ffff00;
    color:#ff0000;
  }

  /* table cell inverse / clicked */
  td.guitable_contentInverse,td.guitable_contentInverse a,
  td.guitable_contentHighlightInverse,td.guitable_contentHighlightInverse a,
  td.guitable_contentHighlight2Inverse,td.guitable_contentHighlight2Inverse a {
    background-color:#08246b;
    color:#ffffff;
  }

  /* tab colors */
  .tabActive {
    color:#222222;
    background-color:#ffffff;
  }
  .tabInactive {
    color:#222222;
    background-color:#ebe8d4;
  }

  /* links inside tabs; <a inside <td */
  .tabInactive a {
    color:#222222;
  }

  /* active selection in tree colors */
  .treeactive {
    border:1px solid #eeead5;
    background-color:#ffffe7;
  }

  /* header box colors */
  .headingbox {
    color:#222222;
    background-color:#eeead5;
    border:1px solid #888888;
  }

  /* tooltip colors */
  span.tooltip {
    color:#222222;
    background-color:#ffffe7;
    border:1px solid #222222;
  }

  /* border colors */
  .borderRight {
    border-right:3px solid #eeead5;
  }
  .borderTop {
    border-top:3px solid #eeead5;
  }
  .borderLeft {
    border-left:3px solid #eeead5;
  }
  .borderBottom {
    border-bottom:3px solid #eeead5;
  }
