div.jquery-gdakram-tooltip { 
	width: 280px;
	color: #303030;
	font-size: 11px;
	position: absolute;
	z-index: 300001;
	top: 0px;
	left: 0px;
	display: none;
	margin-left:5px;
}
div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  background-color: #fffbc4;
  width: 94%;
  float: left;
  padding: 5px 10px 10px 10px;
}
div.jquery-gdakram-tooltip.error div.content { 
  background-color: #ff0000;
  color:#ffffff;
}
div.jquery-gdakram-tooltip div.content h1 {
  font-size: 12px;
  line-height:12px;
  border-bottom: 1px dotted #303030;
  padding-bottom: 5px;
}

div.jquery-gdakram-tooltip.error div.content h1 {
  border-bottom: 1px dotted #ffffff;
}

div.jquery-gdakram-tooltip div.up_arrow {
  background : url('./images/up_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip.error div.up_arrow {
  background : url('./images/up_arrow_error.png') 60px 0px no-repeat;
}


div.jquery-gdakram-tooltip div.down_arrow {
  background : url('./images/down_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}
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: 20px;
  height: 20px;
  position: relative;
  top: 40px;
  left: 0px;
}
div.jquery-gdakram-tooltip div.deleteIcon {
	float:right;
	width:16px;
	height:16px;
	margin-top:5px;
	background:transparent url('./images/ui-icons_gray_256x240.png') no-repeat  -32px -192px ;
	z-index:100;
	cursor:pointer;
}
div.jquery-gdakram-tooltip div.saveIcon{
	width:16px;
	height:16px;
	margin-top:5px;
	background:transparent url('./images/ui-icons_gray_256x240.png') no-repeat  -208px -192px ;
	cursor:pointer;
}