/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * $Revision: 1.11 $, $Date: 2008-02-13 15:26:18 $, $Author: feu $
 *
 * FileName    : neutral.css
 * Created on  : 
 * Created by  : 
 * Description : 
 *
 * Copyright (c) 2008 by Homegate AG, Switzerland.
 *            All rights reserved.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


@import url(homegate.css);


.R30-BODY-NORMAL {
    background-image: none;
}

.R30-BODY-WIDE {
    background-image: none;
}

.R30-BODY-EXTRAWIDE {
    background-image: none;
}

DIV.R30-CONTAINER-HEAD {
    width: 620px;
}

DIV.R30-CONTAINER-NAVIGATION {
    visibility: hidden;
}

DIV.R30-CONTAINER-SUBNAVIGATION {
    visibility: hidden;
}

DIV.R30-CONTAINER-CONTENT-NORMAL {
    left: 68px;
    top: auto;
}

DIV.R30-CONTAINER-CONTENT-WIDE {
    left: 3px;
    top: auto;
}

DIV.R30-CONTAINER-CONTENT-EXTRAWIDE {
    left: 3px;
    top: auto;
}

DIV.R30-CONTAINER-RIGHT-COLUMN {
    top: 137px;
    visibility: hidden;
}

TD.R30-TITLE-BAR {
    color: #000000;                      /* Schriftfarbe           */
    background-color: #cccccc;           /* Hintergrundfarbe       */
    padding-top: 4px;                    /* Innenabstand oben      */
    padding-right: 6px;                  /*              rechts    */
    padding-bottom: 6px;                 /*              unten     */
    padding-left: 6px;                   /*              left      */
}

TD.R30-MARKETPLACE-TITLE-BAR {
    color: #000000;                      /* Schriftfarbe           */
    background-color: #cccccc;           /* Hintergrundfarbe       */
    padding-top: 4px;                    /* Innenabstand oben      */
    padding-right: 6px;                  /*              rechts    */
    padding-bottom: 6px;                 /*              unten     */
    padding-left: 6px;                   /*              left      */
}

TD.R30-TITLE-BAR H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #000000;
    text-decoration: none; /* line-height: 0px; */
    padding-bottom: 0px;
    margin-bottom: 0px;
}

 
TD.R30-MARKETPLACE-TITLE-BAR H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #000000;
    text-decoration: none; /* line-height: 0px; */
    padding-bottom: 0px;
    margin-bottom: 0px;
}

H1 {
    font-size: 0px;
    visibility: hidden;
}

.H1 {
    font-size: 0px;
    visibility: hidden;
}

/* ERROR MESSAGES */

.R30-ERRORMESSAGE-FIELDDESCRIPTION {
    color: #FF7F00;
}

.R30-ERRORMESSAGE-INFO {
    color: #FF7F00;
}

DIV.R30-ERRORMESSAGE-FIELDDESCRIPTION {
    color: #FF7F00;
}

DIV.R30-ERRORMESSAGE-INFO {
    color: #FF7F00;
}

.R30-ERRORMESSAGE-FIELDDESCRIPTION-RIGHT-COLUMN {
    color: #FF7F00;
}

/* Text Button Style *
 * ----------------- */
div.BUTTON-TEXT {
  color: #000000;                      /* Schriftfarbe           */
  background: #d6d6d6;                 /* Hintergrundfarbe       */
  border-top-color: #666666;           /* Rahmenfarbe oben       */
  border-right-color: #666666;         /*             rechts     */
  border-bottom-color: #666666;        /*             unten      */
  border-left-color: #666666;          /*             links      */
  padding: 0.2em 1em;                  /* top&bottom right&left */
}

input.BUTTON-TEXT {
  color: #000000;                      /* Schriftfarbe           */
  background: #d6d6d6;                 /* Hintergrundfarbe       */
  border-top-color: #666666;           /* Rahmenfarbe oben       */
  border-right-color: #666666;         /*             rechts     */
  border-bottom-color: #666666;        /*             unten      */
  border-left-color: #666666;          /*             links      */
  padding: 0.2em 1em;                  /* top&bottom right&left */
}

/* Image Icon Style *
 * ---------------- */
img.ICON-IMAGE {
  background: #d6d6d6;                 /* Hintergrundfarbe       */
  border-top-color: #636363;           /* Rahmenfarbe oben       */
  border-right-color: #636363;         /*             rechts     */
  border-bottom-color: #636363;        /*             unten      */
  border-left-color: #636363;          /*             links      */
}

img.ICON-IMAGE-INACTIVE {
  background: #bbbbbb;                 /* Hintergrundfarbe       */
  border-top-color: #000000;           /* Rahmenfarbe oben       */
  border-right-color: #000000;         /*             rechts     */
  border-bottom-color: #000000;        /*             unten      */
  border-left-color: #000000;          /*             links      */
}

div.ELEMENT-AJAX-CHOICES ul li.selected {
  background: #ff7f00;
}

