/* KALENDER */

#calendar_shortlist h2{
	padding:5px 5px 5px 5px;
	background-color:#f4793e;
	color:#fff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#calendar_shortlist h3{
	clear:both;
	margin:0;
	padding:2px 5px 2px 5px;
	background-color:#ffcc99;
	color:#000;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	line-height:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#calendar_shortlist div.calendar_event {
	position:relative;
	font-size:11px;
	margin-bottom:5px;
	margin-top:0px;
	border-top:1px solid #ffcc99;
}
#calendar_shortlist div.date {
	font-family:Georgia, Times, serif;
	font-weight:normal;
	position:absolute;
	left:5px;
	top:6px;
	width:65px;
	}
#calendar_shortlist p {margin:5px 5px;margin-left:65px;}
#calendar_shortlist a {color:#666;text-decoration:none;}
#calendar_shortlist a:hover {color:#ccc;text-decoration:none;}
