/**
 * 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: 12px; line-height:20px;
  color: #000; text-align:justify;
}

/* styling for active target elements - usually for background hilighting */
.bt-active{
  /* example:*/ color:#6ba816 !important; font-weight:bold !important;
 background:#fbf8e6; /*width:450px !important; float:left; position:relative;*/ cursor:pointer;
  /**/
}
.line{ height:1px; background:#f8ebb3; font-size:0px; width:100%; display:block; margin:10px 0; clear:both;}
.lab-title{ font-size:14px; font-weight:bold; color:#6ba816; border-bottom:1px solid #ccc; text-align:left !important; clear:both; padding-bottom:3px; display:block; }
.ie-fix div{overflow:auto; display:block; padding-right:0; z-index:0; clear:both; line-height:30px;}
.ie-fix{overflow:auto; display:block; z-index:0; clear:both;}
.dived-border{background:#fff; height:1px; font-size:1px; display:block; line-height:1px; clear:both;}
.bt-wrapper{ right:0; float:right; position:absolute; left:0 !important; margin-left:-285px;}
*html div.example {
		/*position: static;*/ float:right; clear:both; display:block; width:100%;
}
*html .bt-wrapper{ left:0px !important; }
.dir-link{ clear:both; display:block; background:url(../../images/black-arrow.gif) left center no-repeat; padding-left:10px; color:#e44f07; font-weight:normal;}