/* KALENDER */
.kalender {
	width:400px;
	background: #f5f5f5;
	padding: 7px;
}

.title-kal {
		font-family: arial;
        font-size: 9px;
		line-height: 20px;
        letter-spacing: 2px;
        color: #fcfcfc;
        text-align: center;
        text-transform: uppercase;
		background: #353535;
}

.day-kal {
		font-family: arial;
        font-size: 8px;
		line-height: 20px;
		letter-spacing: 1px;
		color: #848484;
		text-align: center;
		text-transform: uppercase;
		background: #464646;
}

.window {
	width:400px;
	background-color:#f5f5f5;
}

.edit {
	width:400px;
	background-color:#f5f5f5;
}

table#editform td {
  text-align: left;
  width: 100%;
}

table#editform input, table#editform textarea, table#editform select {  
  width: 250px;
}

.day {
	font-family: arial;
    font-size: 9px;
	line-height: 20px;
}

.actday { /*heute*/	
	font-family: arial;
    font-size: 9px;
	line-height: 20px;
	text-align: center;
	background: #B8B8B8;
}

td.terminansicht {
  text-align: left;
  padding-left: 5px;
}

.kat_default {
  padding: 0px;
  margin: 0px;
}

td.events {
  background: #353535;
}

a.editlink {
  display: block;
  text-align: right;
  font-size: 10px;
}

.edit td a, .window td a {
  text-decoration: none; 
}

a.tooltip {
  position:relative;   
  display:block;
}

a.tooltip span.twrapper {
  display:none;
}

a.tooltip span.twrapper i, td.terminansicht i {
  font-size: 10px;
}

a.tooltip:hover {
z-index:100;
background:transparent; /* must be set for ie6 */
text-decoration:none;
}

a.tooltip:hover span.twrapper {
  display:block;
  position:absolute; 
  top: 0px;
  left:5px;
  width: 140px;
  height: 50px;
  padding:2px;
  background:#464646;
}

a.tooltip span.tevent {
  margin-top: 1px;
  display: block;
}

#display_advice_report {
  color:#CC0000;
}