/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size : 11px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	line-height : 11pt;
	text-align:center;
  color: #d7d7d7;
  line-height: normal;
  background-image : url(http://www.snippis.de/images/boxbg.png);
	background-repeat : repeat;
	border:0px;
}

.bt-title {
	margin-top:-10px;
	font-size : 16px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	line-height : 16pt;
	text-align:center;
  color: #d7d7d7;
  line-height: normal;
  background-image : url(http://www.snippis.de/images/m_head.png);
	background-repeat : repeat;
	border: 0px;
	width:196px;
	height:24px;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: #ffffff !important;
  */
}