﻿div.jquery-gdakram-tooltip { 
	width: 340px;
	color: white;
	font-size: 12px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; /*'MyriadProRegular';*/
	font-size: 13px;
}

div.jquery-gdakram-tooltip div.content { 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	background-color: #000;
	width: 280px;
	min-height: 130px;
	float: left;
	padding: 10px;
}

div.jquery-gdakram-tooltip div.content h1 {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 5px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; /*'MyriadProBold';*/
	font-size: 13px;
	text-transform:uppercase;
}


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

div.jquery-gdakram-tooltip div.down_arrow {
/*	background : url(../newimages/tooltips/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(../newimages/tooltips/left_arrow.png) 0px 0px no-repeat;*/
	width: 20px;
	height: 20px;
	position: relative;
	top: 40px;
	left: 0px;
}
