.calendarSmall{
	text-align : center;
}

table.calendarSmall, .calendarSmall caption{
	margin-left:22px;
	width:153px;
}

.calendarSmall td {
	background:#ebebeb;
	height:16px;
}

.calendarSmall th {
	height:16px;
	background-image : url('../v2images/calendar_small_daynames.gif');
	background-repeat : repeat-x;
	color:#fff;
}

td.today {
	background:#cdd6df;
}

.calendarEvents{
	display:none;
}

td.today{
	background:#cdd6df;
}

#largeMonth{
	text-align:center;
	display:block;
	height:2em;
	line-height:2em;
}

a.eventHover{
	font-weight: bold;
}

a.eventHover span {
display:none;
}

a.eventHover:hover span {
display:block;
}
