/* Start of CMSMS style sheet 'GVA-Calendar' */
.calendar-date-from{
	font-weight: bold;
}

.calendar-event{
	border-bottom: 1px dotted #990000;
}

div#calendar {
	border: 1px solid #990000;
	background: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.calendar-month{
	background: #CCCCCC;
}

.calendar{
	width: 158px;
}

.calendar tbody tr td a{
	font-weight: bold;
}

.calendar-today{
	font-weight: bold;
}

.calendar-details-title{
	display: none;
}
/* End of 'GVA-Calendar' */

