body.event_popup {
	margin:0;
	font-family:'Times New Roman', serif;
	font-size:1em;
	padding:0;
	background-color:#2f2f2f;
	color:#bcba8d;
}
head+body #content.popup {/* lęses ikke af IE */
  height:auto;
}
#content.popup {
	min-height:160px;
	height:160px;
	text-align:center;
	border:none;
	margin:0;
	padding:20px 0;
}

/***** For the Calendar and pop-up window *****/
table#calendar {
	width:200px;
	margin:0 auto;
}
a.cal_head, a.cal_head:active, a.cal_head:hover, a.cal_head:visited {
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
.cal_head, .cal_days, .cal_content, .cal_today, .cal_event, a.cal_event, td.pop-date, td.pop-time, td.pop-event {
	background-color:#5c5c5c;
	font-style:normal;
	font-family:'Verdana', serif;
}
.cal_head, .cal_today, .cal_event, a.cal_event, td.pop-date, td.pop-time, td.pop-event {
	font-weight:bold;
}
.cal_head, .cal_content {
	color:#000;
}
.cal_today, .cal_event, a.cal_event, .cal_days, td.pop-date, td.pop-time, td.pop-event {
	color:#bcba8d;
}
a.cal_event:hover {
	text-decoration:none;
	color:#aaa;
}
.cal_head, .cal_days, td.pop-date, td.pop-time {
	text-align:center;
}
.cal_head {font-size:0.9em;}
.cal_days {
	width:28px;
	font-size:0.70em;
}
.cal_content {
	font-size:0.7em;
	font-weight:normal;
}
.cal_today, .cal_event, td.pop-dato {
	font-size:0.7em;
}
a.cal_event {font-size:1em;}
td.pop-time, td.pop-event {
	font-size:0.6em;
}
td.pop-date, td.pop-time, td.pop-event {
	padding:5px;
}
table.popup {
	width:90%;
	margin:0 auto;
}
td.pop-time {
	width:20%;
	vertical-align:top;
}
td.pop-event {
	width:80%;
	text-align:left;
}
.pop-close {
	text-align:left;
	width:90%;
	margin:0 auto;
	padding-bottom:2%;
	font-size:0.8em;
}

acronym.holiday {
	font-weight:bold;
	font-size:0.9em;
	color:#800000;
	cursor:help;
	border-bottom:1px dotted #800000;
}