/****************/
/* cal-minilist */
/****************/
#minilist {
	font-size: 1em;
}

.minilist-even, .minilist-odd {
	margin: 0 1em 0.5em 1em;
}

#minilist p {
	margin: 0;
}

.minilist-title {
}

.minilist-time {
	text-decoration: underline;
}

/************/
/* cal-list */
/************/
.cal-list-even, .cal-list-odd {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	border: 1px dotted #002B71;
	background-color: #EEE;
}

#cal-list p {
	margin: 0;
}

.cal-list-title {
	margin: 0;
}

.cal-list-time {
	color: #000;
}

.cal-list-teaser {
	color: #000;
	margin: 1em 0;
	font-weight: bold;
}

/*************/
/* cal-event */
/*************/
#cal-event-teaser {
	color: #336699;
}

#cal-event-attachments {
	margin: 0 0 1em 0;
	padding: 0.4em 0.4em 0 0.4em;
	border: 1px dotted #002B71;
	color: #336699;
	background-color: #FBECB4;

}
