/******************************* Minikalender-stiler ***********************/

/* Størrelse og typografi for kalenderen. */

#mini_calendar {
	width:100%;
	font-size: 8px;
	font-family:inherit;
/*	border: 3px solid #0056A5;*/
	margin: 10px 0;
}

#mini_calendar td { font: 10px Tahoma; }

#mini_calendar a:link, #mini_calendar a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 8px;
	color: #0056A5;;
}

#mini_calendar a:hover, #mini_calendar a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 8px;
	display: block;
}

#mini_calendar td { padding:2px; text-align:center; }

/* TR days og TR divide kontrollerer det visuelle for annenhver rad */
#mini_calendar tr.days { }

/* Visuelle forandringer for annenhver rad hvis ønskelig */
#mini_calendar tr.divide { }

#mini_calendar td.mini_calendar_eventday a:link, #mini_calendar td.mini_calendar_eventday a:visited  {
	font-weight: bold;
	color: #000;
	border: 1px solid #b34f4d;
}
#mini_calendar td.mini_calendar_eventday a:hover, #mini_calendar td.mini_calendar_eventday a:active  {
	font-weight: bold;
	color: #000;
	border: 1px solid #bdd7d2;
}

/******************************* Kalender-stiler ***********************/

/* Området for hele kalenderen */
#calendar_area { }

/* Område hvor aktiviteter for valgt dato vises */
#calendar_today { 
	/* border: 1px solid #BBBF9C; */
}

/* Område for hver aktivitet på valgt dato */
.calendar_today_activity {
	background-color: #fff;
	padding-bottom: 10px;
}

/* Utseende på datoen for valgt dato/aktivitet og kategori */
.calendar_today_date {
	background-color: #8b511a;
	color: #fff;
	padding: 5px 10px 0px 5px;
	float: left;
}

.calendar_today_category {
	background-color: #8b511a;
	color: #fff;
	padding: 5px 0 0 5px;
}


/* Format på kategorien for aktivteten på valgt dato */
.calendar_today_category { }

/* Selve teksten til aktiviteten, gjelder også for de neste X aktiviteter-listen */
.calendar_contents {
	clear: both;
	margin: 10px;
	overflow: auto;
}

/* Område for listen over de neste aktiviteter fremover */
#calendar_activities {
	/*border: 1px solid #BBBF9C;*/
}

/* Formatet på overskriften til listen over neste aktiviteter */
#calendar_caption {
	background-color: #b3d7d3;
	color: #8b511a;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

/* Område for hver aktivitet i listen over neste aktiviteter */
.calendar_activity {
	padding-bottom: 10px;
}

.calendar_date, .calendar_category {
	font-weight: bold;
	color: #8b511a;
	padding: 5px 10px;
	font-size: 12px;
}

/* Området for egendefinerte felter */
.calendar_opt_fields {
	margin: 10px 0px 0px 10px;
}

/* Format på etiketter til egendefinerte felter */
.calendar_opt_fieldlabel {
	float: left;
	padding-right: 4px;
	font-weight: bold;
}

/* Format for verdien til egendefinerte felter */
.calendar_opt_value {
	padding-right: 4px;
}

#calendar_filter {
	margin: 5px 0;
	width: 100%;
	background-color: #B3D7D3;
	text-align: right;
	clear: both;

}

#calendar_filter_caption {
	float: left;
	font-size: 11px;
	color: #8b511a;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}
#calendar_filter select {
	font-size: 12px;
	width: 160px;
	margin: 0px 10px 0px 30px;
}

#calendar_filter_button {
	font-size: 12px;
	width: 80px;
	margin: 0px 10px;
}
#calendar_filter_days {
	font-size: 12px;
	margin: 0px 4px;	
}
