table.calendarSmall {
	
}

table.calendarSmall td {
	font-family:Verdana;
	font-size:10px;
}

table.calendarSmall .calendarDayNames td {
	text-align:center;
	font-weight:bold;
}

table.calendarSmall .calendarDates td {
	text-align:center;
}

.smallArrow {
	cursor:hand;
	cursor:pointer;
}

.smallDate {
	cursor:hand;
	cursor:pointer;
	background-color:white;
}

.smallActiveDate {
	cursor:hand;
	cursor:pointer;
	background-color:#CCCCCC;
}