﻿/**
 * 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: bold;
	font-size: 14px;
	color:#093D5D;
	text-align:center;
	padding:0px;
	margin:0px;
}

.newscalendarTooltipItemContainer {
	font-size: 12px;
	padding:0px;
	text-align:center;
	margin:0px;
	padding:0 0 7px 0;
}

.newscalendarTooltipItemContainer a{
	color:#666;
	font-weight:bold;
	text-decoration:none;}
	
.newscalendarTooltipItemContainer a:hover{
	text-decoration:underline;}

.newscalendar-tip {
  /* for IE 
  filter:alpha(opacity=90);*/
  /* CSS3 standard
  opacity:0.9; */
}

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

/*
 * Render item related
 */

.newsCalendar_calendarItem{
	display: table;
	font-size:1em;
	color:#666666;
	font-size:12px;
	padding-top:5px;
}
.newsCalendar_calendarItem a{
	font-weight: bold;
	text-align:left;
	float:left;
}
.newsCalendar_calendarItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_calendarItem_subheader{
}
.newsCalendar_calendarItemHeader{
}