.tx-ttnews {
	}


/**
 * 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
 */

#toolTipIdMenu01,
#toolTipIdMenu02,
#toolTipIdMenu03,
#toolTipIdMenu04,
#toolTipIdMenu05,
#toolTipIdMenu06,
#toolTipIdMenu07,
#toolTipIdMenu08,
#toolTipIdMenu09,
#toolTipIdMenu10,
#toolTipIdMenu11,
#toolTipIdMenu12,
#toolTipIdMenu13,
#toolTipIdMenu14,
#toolTipIdMenu15,
#toolTipIdMenu16,
#toolTipIdMenu17,
#toolTipIdMenu18,
#toolTipIdMenu19,
#toolTipIdMenu20,
#toolTipIdMenu21,
#toolTipIdMenu22,
#toolTipIdMenu23,
#toolTipIdMenu24,
#toolTipIdMenu25,
#toolTipIdMenu26,
#toolTipIdMenu27,
#toolTipIdMenu28,
#toolTipIdMenu29,
#toolTipIdMenu30,
#toolTipIdMenu31 {
	display: none;
	}


.closecalitem {
	background: #151515 url('calbackarrow.jpg')  5px 6px no-repeat;
	padding: 6px 0 6px 30px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;
	color: #353535;

	}
#newscalwrapper {

		}
.newscalendarTooltip {
	background-color: black;
	position: absolute;
	top: 30px;
	left: 280px;
	width: 260px;
	height: 250px;
	
	
	color: white;
	padding: 0px;
}

#calinnner {
	padding: 10px;
	overflow: auto;
	height: 198px;
	width: 240px;
	position: relative;

	}

.newscalendarTooltipHeader {
	font-weight: normal;
	font-size: 12px;
	padding:0px;
	margin:0px;
	color: #6B120F;
}

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

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

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

/*
 * Render item related
 */

.newsCalendar_calendarItem{
	
	font-size:1em;
	padding-top:5px;
	color: #929292;
	padding-bottom: 20px;
	background: transparent url(line.png) bottom left no-repeat;
}
.newsCalendar_calendarItem a{
	font-weight: bold;
}
.newsCalendar_calendarItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 0px solid #CCC;
	margin-top: 3px;
	margin-right: 5px;
}
.newsCalendar_calendarItem_subheader{
	margin-top: 5px;
}
.newsCalendar_calendarItemHeader{
}

h2.cal-title {
	color: white;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}