/**
 * 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: 13px;
	margin:0px;
	border-bottom:1px dotted #333;
	padding-bottom:4px;
}

.newscalendarTooltipItemContainer {
	font-size: 13px;
	padding:0px;
	margin:0px;
}

.newscalendar-tip {
  /* for IE */
  /* CSS3 standard */
}

.newscalendar-tip-selector {
    background-color:#eee;
    border:1px solid #CCC;
}

/*
 * Render item related
 */
tr th {
	width:30px;
}
.newsCalendar_calendarItem{
	display: table;
	font-size:13px;
	padding:5px 0px 5px 0px;
	float:left;
}
.newsCalendar_calendarItem a{
	font-weight: bold;
}
.newsCalendar_calendarItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_calendarItem_subheader{
}
.newsCalendar_calendarItemHeader{
}
