#GB_overlay {
  background-image: url(/images/overlay.png); 
  position: fixed !important;
  position: absolute;
  margin: auto;
  top: 0 !important;
  top: expression(document.documentElement.scrollTop+'px');
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
}

#GB_window {
  position: fixed !important;
  position: absolute;
  margin: auto;
  top: 0 !important;
  top: expression(document.documentElement.scrollTop+'px');
  left: 0px;
  position: absolute;
  overflow: auto;
  width: 500px;
  height: auto;
  z-index: 150;
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: auto;
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
}

#GB_caption {
  font-family:helvetica;
  font-size:12px;
  color: #000;
  background: url('/images/greybox-bar.png');
  padding-left:12px;
  padding-top:5px;
  font-weight: bold;
  height: 20px;
  margin: 0;
  text-align: left;
}

#GB_window #close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 53px;
  height: 22px;
  z-index:1000;
}

#GB_window #close a {
	position: relative;
	display: block;
  width: 53px;
  height: 22px;
}

/* TOOLTIP */

/* BULLE */

#tooltip { position: absolute; top:0; left: 0; width: 150px;  z-index: 300; }

.tooltip_bulle {
    border-collapse: collapse;
    position: absolute;
    z-index: 300;
    width: 150px;
}

.tooltip_bulle .corner0, .tooltip_bulle .corner1, .tooltip_bulle .corner2, .tooltip_bulle .corner3 {
    width: 7px;
    height: 5px;
}
.tooltip_bulle .corner0 {
    background: url(/images/bulle_corners.png) top left no-repeat;
}
.tooltip_bulle .corner1 {
    background: url(/images/bulle_corners.png) -9px 0px no-repeat;
}
.tooltip_bulle .corner2 {
    background: url(/images/bulle_corners.png) 0px -5px no-repeat;
}
.tooltip_bulle .corner3 {
    background: url(/images/bulle_corners.png) -9px -5px no-repeat;
}
.tooltip_bulle .border0 {
    background: url(/images/bulle_border.png) top left repeat-x #fff;
}
.tooltip_bulle .border1 {
    background: url(/images/bulle_border.png) top right repeat-y #fff;
}
.tooltip_bulle .border2 {
    background: url(/images/bulle_border.png) bottom left repeat-x #fff;
}
.tooltip_bulle .border3 {
    background: url(/images/bulle_border.png) top left repeat-y #fff;
}
.tooltip_bulle .border4 {
    background: url(/images/bulle_border.png) top right repeat-y;
}
.tooltip_bulle .pic_left {
    width: 12px;
    height: 7px;
    background: url(/images/bulle_corners.png) 0px -19px no-repeat;
}

.tooltip_bulle .pic_down {
	width: 6px;
	height: 11px;
	background: url('/images/bulle_corners.png') -18px 0px no-repeat;
	display: block;
  
  bottom: 0;
}
.tooltip_bulle .blank {
    background: #fff;
}
.tooltip_bulle .content {
    padding: 5px;
    background: #fff;
    width: 130px;
}

.tooltip_bulle td {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}