/* @override 
	http://typo3.p117939.mittwaldserver.info/fileadmin/templates/calendar.css
*/



/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  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;
	padding:0px;
	margin:0px;
}

.newscalendarTooltipItemContainer {
	font-size: 12px;
	padding:0px;
	margin:0px;
}

.newscalendar-tip {
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

.newscalendar-tip-selector {
    background-color:#eee;
    border:1px solid #bf5a75;
}

/*
 * Render item related
 */

.newsCalendar_calendarItem{
	display: table;
	font-size:1em;
	padding-top:5px;
}
.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{
}





div#toolTipIdMenu22.newscalendarTooltip {
	display: none;
}
.calendar-table{
	width: 100%;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table td, .calendar-table th {
	text-align:center;
}
.calendar-table th {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.calendar-table caption{
	font-size: 18px;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding: 4px 2px 3px 2px;
	color:#fff;
	background-color:#4f0018;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding: 4px 2px 3px 2px;
	background-color:#eddfcc;
}
.linked_day{
	padding: 4px 2px 3px 2px;
	text-decoration:underline;
	cursor: default;
	border:1px solid transparent;
	background-color:#4f0018;
	color: white;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}
.columYear {
	font-size: 15px;
	font-weight: bold;
}
.columYear a {
	text-decoration: none;
}
.calendar-table th {
	padding: 5px 0 3px 0;
	}
.calendar-table td {
	padding: 4px 2px 3px 2px;
}

td.columPrevious, td.columNext {
	padding-bottom: 10px;
}
