/*
table.calendar{
background-color:#f0f0f0;
border:1px solid silver;
border-collapse:collapse;
padding:5px;
}
table.calendar tbody{
margin:5px;
display:block;
}
*/ /*calendar ajax tooltips*/ /*javascript tooltips*/ /*
.tip-top			{ background:url(tip-top.png) top left no-repeat; height:26px; width:295px; }
.tip-title		{ color:#e95e25; font-weight:bold; margin:0 30px 0 50px; }
.tip-text		{ color:#000; padding:10px 30px 20px 50px; }
.tip-bottom		{ background:url(tip-bottom.png) left bottom no-repeat; width:295px; height:81px; }
*/


div.ajaxloading{
background:url("/img/ajax/ajax-indicator-16x16.gif") no-repeat;
width:20px; height:20px;
}



.calendartipz {
	background-color: #F9FAFB !important;
	border: 1px solid black;
	max-height: 300px;
	overflow: hidden;
	z-index: 99999;
}

.calendartipz .tip {
	width: 295px;
}

.calendartipz .tip .tip-title {
	text-align: left;
	font-weight: bold;
	color: black;
	margin: 0px;
	border-bottom: 1px solid silver;
	padding: 4px;
	background-color: #FFD7BF;
}

.calendartipz .tip .tip-text {
	margin: 0px;
	padding: 4px
}

/*neuer kalender (sidebar, monht view)*/
table.calendar {
	border-collapse: separate;
}

table.calendar td {
	border: 1px solid #fff;
}

.calendarSelectedDay {
	color: blue;
}

#calendarContainer {
	font-size: 1.0em;
}

.calendar td {
	text-align: right;
}

.calendar td.calendarMonth {
	text-align: center;
}

.calendar td.calendarWeek {
	font-weight: bold;
	color: silver;
	text-align: left;
}

.calendar_year {
	border: 1px solid silver;
	text-align: center;
	vertical-align: top;
}

.calendar_month,.calendar_week {
	text-align: left;
	border: 0px solid black;
}

div.calendar_month,div.calendar_month h2 {
	text-align: center;
}

div.calendar_month h2 {
	text-align: center;
	font-size: 2em;
}

table.calendar_day {
	border-bottom: 1px solid silver;
	margin-bottom: 0px;
}

.calendar_week {
	border-bottom: 0px solid black;
	margin-bottom: 10px;
}

.calendar_weeknumber {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	background-color: #FFD7BF;
	font-weight: bold;
	text-align: center;
}

table.calendar_day,table.calendar_week {
	width: 100%;
	border-collapse: collapse;
}

.calendar_date {
	width: 60px;
	vertical-align: top;
	padding-right: 10px;
	border-right: 1px solid silver;
}

.calendar_date .calendar_day {
	width: 50px;
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}


	width: 50px;
	display: block;
	} .calendar_date  { width: 50px; vertical-align: top; padding-right:
		10px; border-right: 1px solid silver; } .calendar_date   .calendar_day
		{ width: 50px; display: block; font-size: 2.5em; font-weight: bold;
		text-align: center; } .calendar_date   .calendar_weekday { width: 50px
		; display: block; font-size: .8em;
	font-weight: normal;
	font-weight: normal;
	font-size: .8em; font-weight : normal;
	text-align: center;
}

.calendar_date .calendar_month {
	display: block; width : 50px;
	font-size: .8em;
	font-weight: normal;
	width: 50px; font-size : .8em; font-weight : normal;
	text-align: center;
}

/*event dividers*/
div.calEventItem+div.calEventItem { /*border-top:5px dotted red;*/
	
}

hr.calEventItemAfter {
	border-bottom: 3px dotted #CCCCCC !important;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	clear: both;
	display: block;
	height: 0;
	margin: 4px 10%;
	padding: 0;
	width: 80%
}

/*only css3*/ /*
/*suppress last*/
hr.calEventItemAfter:last-child {
	display: none
}

span.calEventDayTitle {
	color: #ad0000;
	font-size: 1.5em;
	display: block;
}

span.calEventDayTime {
	font-weight: bold;
	font-size: 1.5em;
}

.calendarlink {
	font-weight: bold;
}

table.calendar td.activeday {
	border: 1px solid silver !important;
}

table.calendar td.activeday:hover {
	border: 1px solid black !important;
}

td.activeday a:hover {
	text-decoration: none;
}

/*zwecks überschreiben alter störender defaults*/
td.activeday,td.activeday a {
	background-color: inherit !important;
	color: #ad0000 !important;
}

td.activeday a.calendarlink {
	font-weight: bold;
	position:relative;
	display:block;
	/*background-color:yellow !important;*/
	width:100%;
}

