#progress_table_tooltip {
	background-color: transparent;
}

#progress_table_tooltip table.instance {
  width: 99.9%;
	font-family: Verdana, sans-serif;
	background-color: transparent !important;
}

#progress_table_tooltip td {
	padding-bottom: 0px;
	white-space: nowrap;
	background-color: transparent;
}

#progress_table_tooltip td.top-left {
	background-image: url(../images/tooltip.png); 
	background-position: top left; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.top {
	background-image: url(../images/tooltip_center.png); 
	background-position: top; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.top-right {
	background-image: url(../images/tooltip.png); 
	background-position: top right; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.left {
	background-image: url(../images/tooltip.png); 
	background-position: center left;
  padding-left: 5px;
}

#progress_table_tooltip td.center {
	background-image: url(../images/tooltip.png); 
	background-position: center; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.center_image {
	background-image: url(../images/tooltip.png); 
	background-position: center; 
	height: 0px;
  padding: 0;
}

#progress_table_tooltip td.right {
	background-image: url(../images/tooltip.png); 
	background-position: center right;
  padding-right: 5px;
}

#progress_table_tooltip td.bottom-left {
	background-image: url(../images/tooltip.png); 
	background-position: bottom left; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.bottom {
	background-image: url(../images/tooltip_center.png); 
	background-position: bottom; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip td.bottom-right {
	background-image: url(../images/tooltip.png); 
	background-position: bottom right; 
	height: 0px;
	padding-bottom: -10px;
}

#progress_table_tooltip table.bp_tooltip {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent !important;
}

