/**
 * 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: small;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}


/**
 * Content related
 */

.newscalendarTooltip {
  display: none;
}
.newscalendarTooltipHeader {
  font-weight: normal;
  font-size: 11px;
  padding:0px;
  margin:0px;
  color:#660;
}

.newscalendarTooltipItemContainer {
  font-size: 11px;
  padding:0px;
  margin:0px;
}

.newscalendar-tip {
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

.newscalendar-tip-selector {
    background-color:#FEFEFE;
}

/*
 * Render item related
 */

.newsCalendar_calendarItem{
  display: table;
  font-size:13px;
  padding-top:5px;
}
.newsCalendar_calendarItem a{
  font-weight: normal;
}
.newsCalendar_calendarItem_image img{
 /* display: table; */
  float:left;
  padding: 0px;
  margin-top: 3px;
  margin-right: 6px;
}
.newsCalendar_calendarItem_subheader{
}
.newsCalendar_calendarItemHeader{
}