
/* 
 * 
 *  Example stylesheet for styling the output from html_css.pl
 * 
 */


/* 
 *
 * ical_month_name is the line which contains the month name
 * ical_month_open is between the ical_month_name and the first event
 * ical_event is an event in a list
 * ical_month_close is after the last event in a month
 *
 */

.ical_month_name {
	background: #99ccff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ical_month_open {
	margin-left: 10px;
}

.ical_month{
	margin-left: 10px;
}

.ical_month_day {
	background: #99ccff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ical_event {
	margin-bottom: 10px;
}

.ical_month_close {
	margin-bottom: 20px;
}



/* .diary_ bits are based on a stylesheet copyright Adam McNeeney - adam@meliorist.co.uk */
/* The license is a two clause BSD license see http://www.mugss.org/css/adam.css for details */

.diary_event {
	margin-top:			1em;
	border-left:		1em solid black;
	border-bottom:		1px solid black;
	padding:			0 0 0.3em 0.5em;
}

.diary_summary{
	font-weight:		bolder;
	font-size:			120%;
}

.diary_category {
	font-style:		bold;
}

.diary_date {
}
.diary_date:before {
	content:			"Date: ";
	font-weight:		bold;
}

.diary_title {
	font-weight:	bold;
}

.diary_category:before {
	content:			"Category: ";
	font-weight:		bold;
}
.diary_venue:before {
	content:			"Venue: ";
	font-weight:		bold;
}

.diary_date, .diary_venue, .diary_description .diary_category {
	margin-top:			0.5em;
	display:			block;
}



.diary_seminars {
	border-color: 	#6699cc;
}
.diary_courses {
	border-color: 	#99ccff;
}

.diary_esdsgovt {
	border-color: 	#0096a6;
}

.diary_research {
	border-color: 	#77a84d;
}

.diary_sars {
	border-color: 	#006666;
}

.diary_methods {
	border-color: 	#aabbcc;
}

.diary_rtc {
	border-color: 	#32537c;
}

