/* - - - Globale Einstellungen für Thickbox - - - */
* { 
  margin:         0;
  padding:        0; 
}

html, body {
  height:         100%;
  height:         auto !important;
  min-height:     100%;
}

/*- - -  Thickbox Links und Schriften - - - */
#TB_window {
  color:          #333;
  font:           12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
  color:            #666;
  font:             10px Arial, Helvetica, sans-serif;
}

#TB_window a:link { 
  color:            #666; 
}

#TB_window a:visited {
  color:            #666; 
}

#TB_window a:hover { 
  color:            #000; 
}

#TB_window a:active { 
  color:            #666;
}

#TB_window a:focus { 
  color:            #666; 
}

/* - - - Thickbox Einstellungen - - - */
#TB_overlay {
  background:       url(images/transparent.png) repeat 0 0;
  left:             0;
  position:         absolute;
  top:              0;
  z-index:          100;
}

#TB_window {
  background:       #FFF;
  border:           4px solid #525252;
  color:            #000;
  display:          none;
  position:         absolute;
  text-align:       left;
  z-index:          102;
}

#TB_window img {
  border-bottom:    1px solid #CCC;
  border-left:      1px solid #666;
  border-right:     1px solid #CCC;
  border-top:       1px solid #666;
  display:          block;
  margin:           15px 0 0 15px;
}

#TB_caption {
  float:            left;
  height:           25px;
  padding:          7px 30px 10px 25px;
}

#TB_closeWindow {
  float:            right;
  height:           25px;
  padding:          11px 25px 10px 0;
}

#TB_closeAjaxWindow {
  float:            right;
  margin-bottom:    1px;
  padding:          5px 10px 7px 0;
  text-align:       right;
}

#TB_ajaxWindowTitle {
  float:            left;
  margin-bottom:    1px;
  padding:          7px 0 5px 10px;
}

#TB_title {
  background:       #E8E8E8;
  height:           27px;
}

#TB_ajaxContent {
  clear:            both;
  line-height:      1.4em;
  overflow:         auto;
  padding:          2px 15px 15px 15px;
  text-align:       left;
}

#TB_ajaxContent p {
  padding:          5px 0px 5px 0px;
}

#TB_load {
  display:          none;
  height:           100px;
  position:         absolute;
  width:            100px;
  z-index:          101;
}

#TB_HideSelect {
  background:       url(images/transparent.png) repeat 0 0;;
  border:           none;
  left:             0;
  position:         absolute;
  top:              0;
  z-index:          99;
}

#TB_iframeContent {
  border:           none;
  clear:            both;
  margin-bottom:    -1px;
  margin-top:       1px;
}
