/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-wrapper {
    margin-left:-2px;
}
.bt-content {
    /*margin-left:25px;*/
	position: absolute;
    padding:5px;
    z-index:999;
    width:195px;
	color:#384c53;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height:15px;
    background: #fff;
    border: 1px solid #2d2e30;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}


/**
 * Content related
 */

.newscalendarTooltip {
	display: none;
}
.newscalendarTooltipHeader {

}

.newscalendarTooltipItemContainer {

}

.newscalendar-tip {

}

.newscalendar-tip-selector {

}

/*
 * Render item related
 */

.newsCalendar_calendarItem{
    display:block;
    width:100%;
    border-top:1px solid #414d59;
	cursor:pointer;
	margin:0;
	padding:0;
}
.newsCalendar_calendarItem a{
    display:block;
	background:#fff;
	margin:0;
	padding:0 2px;
	color:#384C53;
	text-decoration:none;
}
.newsCalendar_calendarItem a:hover{
	background:#e2eBeE;
	color:#384C53;
	text-decoration:none;
}



/* sushie CSS: */
.rcMenuContainer {
    margin-left:25px;
	position: absolute;
    width:195px;
	color:#384c53;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height:15px;
    background: #fff;
    border: 1px solid #2d2e30;
    padding:5px;
    z-index:10;
}
