/* CSS pour le module lastcontent */

.Back {
background-color:#852d39;
	width:146px;

}

.LatestCalendarEventDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a7dd50;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 0px solid;
}

.LatestCalendarEventTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:5px;
}
.LatestCalendarEventDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.LatestCalendarEventLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top:5px;

}
/* unvisited link */
a.LatestCalendarEventLink:link {
	color: #CCCCCC;
	text-decoration:none;
}
/* visited link */    
a.LatestCalendarEventLink:visited {
	color: #CCCCCC;
	text-decoration:none;
}
/* mouse over link */  
a.LatestCalendarEventLink:hover {
	color: #a7dd50;
	text-decoration:none;
}
/* selected link */  
a.LatestCalendarEventLink:active {
	color: #FF3300;
	text-decoration:none;
}  
.LatestCalendarEventCalendarName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}