div.jquery-gdakram-tooltip { 
  width: 340px;
  color:#767676;
  font-size: 11px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 

}

div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 1em; 
  -webkit-border-radius: 1em;
  border-radius: 1em; 
  background-color: #e6e6e6;
  width: 230px;
  height: auto;
  float: left;
  padding: 10px;
	z-index:999999;
  }

div.jquery-gdakram-tooltip div.content h1 {
  color:#2073ba;
  font-size: 13px;
  border-bottom: 1px dashed #C4C4C4;
  padding-bottom: 10px;
}

div.jquery-gdakram-tooltip div.up_arrow {
  background : url('../images/up_arrow.png') 10px 0px no-repeat;
  width: 100%;
  height: 20px;
	z-index:999999;
}

div.jquery-gdakram-tooltip div.down_arrow {
  background : url('../images/down_arrow.png') 10px 0px no-repeat;
  width: 100%;
  height: 20px;
	z-index:999999;
}

div.jquery-gdakram-tooltip div.left_arrow {
  height: 100%;
}

div.jquery-gdakram-tooltip div.left_arrow {
  float:left;
  background : url('../images/left_arrow.png') 0px 0px no-repeat;
  width: 17px;
  height:19px;
  position: relative;
  top: 20px;
  left: 0px;
	z-index:999999;
}


