/* ----- tool tip specific styles ----- */
#theToolTip {
position: absolute;
left: -300px;
width: 150px;;
text-align: left;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
}
#theToolTip img {
}
#ToolTipImg_1 img {
  width: 93px;
}
#theToolTip strong {
  font-size: 10px !important;
  font-weight: normal !important;
  color: #999 !important;
}
#theToolTip strong.number {
  font-size: 12px !important;
  font-weight: bold !important;
  font-family: Trebuchet MS;
}
#ToolTipPointer{
display: none;
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p {
  float: left;
  margin: 0;
  padding: 5px 7px;
  font-size: 11px;
  color: #333;
  background: #fff4bb url(../../images/admin/tooltip.gif) repeat-x top left;
  border-bottom: 1px solid #ffdf7f;
  border-right: 1px solid #ffdf7f;
  border-left: 1px solid #fff2b9;
  border-top: 1px solid #fff2b9;
}
#theToolTip p.news_paragraph {
  width: 120px;
  margin-left: 80px;
}
#theToolTip p.liquid {
  padding-bottom: 0;
}
#theToolTip ul {
  width: 200px;
  padding: 4px 5px;
}
#theToolTip ul li img {
  display: inline !important;
  float: none !important;
  width: auto !important;
  margin-right: 5px !important;
  margin-top: 4px;
  padding: 0 !important;
}
#theToolTip ul li {
  font-size: 10px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  background: url(../img/border_2.gif) repeat-x bottom left;
}
#theToolTip ul li.last {
  padding-bottom: 0;
  background: none;
}
#ToolTipTextWrap {
}
#theToolTip small {
  color: #999;
}