/* CSS Document */
.miniCalendar {
	width: 44px;
	float: left; 
	background: url(images/calendar.gif) top center no-repeat; 
	height: 58px;
	margin: 4px 6px -3px 0;
}

.paper {
	width:40px; 
/*	background:url(images/calendar_lm_bottom.gif) bottom no-repeat; 
	height:33px;*/
}

.monthYear {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	letter-spacing: 0.1em;
	color: #3465a4; 
	font-size: 0.9em; 
	margin: 16px 0 0 2px;
}

.theDay {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #3465a4; 
	font-size: 1.3em;
	margin: -3px 0 0 0;
}


