.tx-ttnews{
	text-align:center;
	margin: 0 auto;
	margin-bottom:30px;
	width:170px;
	-moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em;
	border: 2px solid rgb(137,170,214);
	height:auto;
	background-color:#ECFBEC;
	padding:6px;
}

.calendar-table{
	font-size:9px;
	padding:10px;
	width:100%;
}

.calendar-table a{
	color:#00366C;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.calendar-table TD{
	font-size:10px;
	padding:2px;
	color:#3F5B78;
	text-align:center;
}

.columPrevious a img, .columPrevious a:hover img, .columNext a img, .columNext a:hover img{
  border: none;
  margin:6px 0 5px 0;
  padding:0;
}


.calendar-table TH{
	width:14%;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#354D66;
	color:#FAFAFA;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.calendar-table .columYear{
	color:#354D66;
	font-size:10px;
	font-weight:bold;
}
.linked_today{
	text-align:center;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	background-color:#CDDBF1;
	border:1px solid #117B11;
}
.linked_today_nolink{
	text-align:center;
	padding:2px;
	border:2px solid #117B11;
}
.linked_day{
	text-align:center;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	background-color:#CDDBF1;
}

.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}



/*MENU CONTEXTUAL*/
/**
 * 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: #353535;
  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;
	padding:0px;
	margin:0px;
	text-decoration: underline;
	color: #27497a;
}

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

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

.newscalendar-tip-selector {
    background-color:#D5E1F0;
}

/*
 * Render item related
 */

.newsCalendar_calendarItem{
	display: table;
	font-size:0.85em;
	padding-top:14px;
}
.newsCalendar_calendarItem a{
	font-weight: bold;
	color: #4070b5;
}

.newsCalendar_calendarItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_calendarItem_subheader{
	padding-top:7px;
}
.newsCalendar_calendarItemHeader{
}
