/* ====================================================================================

   Datei:               stylesYahooUI.css
   Erstellt von:        gero.meissner@heinze.de
   Version:             1.00.00
   Erstellt am:         14. November 2007
   Dokumentation:       http://www.heinze.de/stylesheets/
   Beschreibung:        CSS-Stylesheet mit allen zentralen Angaben zur Gestaltung von
                        Elementen aus der Yahoo-User-Interface-Bibliothek (YUI)
                        
                        Copyright 2007 Heinze GmbH, 29219 Celle, DE                        

   Aenderungsprotokoll:
   ==================================================================================== */


/* KLASSEN ============================================================================ */
/* Klasse 'yui-overlay' =============================================================== */
.yui-overlay,
.yui-panel-container {
  visibility:         hidden;
  position:           absolute;
  z-index:            2;
}


/* Klasse 'yui-panel-container' ======================================================= */
.yui-panel-container .underlay {
  position:           absolute;
  top:                0;
  right:              0;
  bottom:             0;
  left:               0;
}

.yui-panel-container.matte {
  padding:            3px;
  background-color:   #ffffff;
}

.yui-panel-container.shadow .underlay {
  top:                3px;
  bottom:             -3px;
  right:              -3px;
  left:               3px;
  background-color:   #000000;
  opacity:            .12;
  filter:             alpha(opacity=12);  /* For IE */
}


/* Klasse 'yui-panel' ================================================================= */
.yui-panel {
  visibility:         hidden;
  border-collapse:    separate;
  position:           relative;
  left:               0;
  top:                0;
  font:               12px arial,helvetica,sans-serif;
  background-color:   #ffffff;
  border:             1px solid #bbbbbb;
  z-index:            1;
  overflow:           hidden;
}

.yui-panel .bd {
  overflow:           hidden;
  padding:            4px;
}

.yui-panel .container-close {
  position:           absolute;
  top:                5px;
  right:              4px;
  z-index:            6;
  height:             12px;
  width:              12px;
  margin:             0px;
  padding:            0px;
  background:         url(close12_1.gif) no-repeat;
  cursor:             pointer;
  visibility:         inherit;
}

.yui-panel .ft {
  padding:            4px;
  overflow:           hidden;
}

.yui-panel .hd {
  background-color:   #1f9900;
  color:              #ffffff;
  font-size:          100%;
  line-height:        100%;
  border:             1px solid #ffffff;
  border-bottom:      1px solid #000000;
  font-weight:        bold;
  padding:            4px;
  white-space:        nowrap;
}


/* Klasse 'yui-tt' ==================================================================== */
.yui-tt {
  visibility:         hidden;
  position:           absolute;
  color:              #000000;
  background-color:   #feffcd;
  padding:            2px;
  border:             1px solid #bbbbbb;
  font:               10px arial,helvetica,sans-serif;
  width:              auto;
  text-align:         left;
  max-width:          400px;
}

.yui-tt .titleTooltip {
  font-weight:        bold;
}

.yui-tt-shadow {
  display:            none;
}
