@charset "utf-8";
/* CSS Document */

/**** Agenda ****/
#agenda {
	margin-top: 15px;
	margin-bottom: 20px;
	/*background-color: #aaa;*/
	background-color: #099;
	padding: 0px 5px 10px 5px;
}
#agenda h2 {
	color: #fff;
	font-size: 22px;
	font-family: verdana, sans-serif ;
	margin: 0px;
	padding-top: 3px;
}
#agenda div.calendar {
	overflow: auto;
	max-height: 200px;
	background-color: #fff;
	padding: 0px 0px
}
div.calendar_header {
	color: #fff;
	background-color:#96004B;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	padding: 1px 0px;
}

div.calendar_date{
	font-weight:bold;
}
#agenda-footer a {
	color: #fff !important;
	font-weight: bold;
}
#agenda-footer a:hover {
	background: none !important;
	text-decoration: underline;
}
div.calendar_header a {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 12px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:12px;
	width: 12px;
}
div.calendar_header a:hover {
	background-color: transparent;
}
#calendar_previous_link {
	background-image: url(http://www.unige.ch/unizh/live/images/pagination-left.png); 
}
#calendar_next_link {
	background-image: url(http://www.unige.ch/unizh/live/images/pagination-right.png); 
}
div.calendar_date {
	padding: 0px 5px;
}
div.calendar_events {
	padding: 0px 5px;
	font-size: 11px;
}

div.calendar_events div.calendar_events:first-of-type {
	padding: 0px 5px;
	font-size: 18px;
}
div.calendar_event {
	border-bottom: 1px dotted #000;
	padding: 0px 0px 3px 0px;
	margin-bottom: 5px
}
div.calendar_event_title {
	font-weight: bold;
}
div.calendar_event_category {
	text-transform: uppercase;