/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 0px;
	vertical-align: middle;
	width:1px;
	height:1px;
	visibility:hidden;
	float:right;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 0px 0 0 0;
	border: 1px solid #84428a;
	border-top: 0px;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border-top: 1px solid #84428a;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
	vertical-align: middle;
	background:url("/kalender/img/header_kalender.png") repeat-x scroll center bottom transparent;
	border:0;
}
/* month year header */
div#tcal table.ctrl th {
	background: url(/kalender/img/header_kalender.png) repeat-x bottom;
	color: #696969;
	font-size:14px;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 2px solid #cccccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align:middle;
	padding: 3px 0;
	font-family: arial;
	font-size: 10px;
	font-weight:bold;
	background-color: #823e87;
	color: #ffffff;
}
/* date cells */
div#tcal td {
	border: 2px solid #f0f0f0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
div#tcal td:hover {background-color: #d4d4d4;}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: #a8a8a8;
}
div#tcal td.weekend {
	background-color: white;
}
div#tcal td.weekend:hover {background-color: #d4d4d4;}
div#tcal td.today {
	background-color: #dac7dd;
}
div#tcal td.today:hover {background-color: #d4d4d4;}
div#tcal td.selected {
	background-color: #823e87;
	color:white;
	font-weight:bold;
}
div#tcal td.selected:hover {background-color: #d4d4d4;}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
