/**
 * 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;
  color: #000000;
  line-height: normal;
  font-family: tahoma,arial,verdana,sans-serif;
  font-style: normal;
  padding: 2px;
}
	.bt-content hr {
		height: 1px;
		color: #ffffff;
		background-color: #ffffff;
		border: none;
		border-top: 1px solid #a79779;
		}		
		
	.bt-content a:link, .bt-content a:visited {
		background: #d0f6a2;
		color: #000000 !important;
		padding: 0;
		text-decoration: none !important;
		}
	.bt-content a:hover, .bt-content a:active {
		color: #000000 !important;
		background: #ffff8c;
		}
		
	
	.bt-content span {
		color: #333333;
		}
		
		.bt-content span a:link, .bt-content span a:visited {
			color: #333333 !important;
			}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  background-color: #ffffcc !important;
}

.close_bt {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 10px;
	font-size: 11px;
	cursor: pointer;
	color: #666666;
	}