/* CSS Document */
.miniCalendar{
	width: 58px;
	float: left;
	background: url(images/Upcalendar.gif) top center no-repeat; 
	height: 68px; 
	line-height: 14px; 
}
.paper{
	width: 58px; 
	background: url(images/Dwcalendar.gif) bottom no-repeat; 
	height: 40px; 
}
.theDay{
	font-family: Georgia,"Times New Roman",Times, sans-serif; 
	text-transform: capitalize; 
	font-weight: normal; 
	color: #000000; 
	font-size: 17px; 
	padding-top: 3px;
}
.monthYear{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; color: #FFFFFF; 
	font-size: 11px; 
	height: 18px; 
	padding-top:9px; 
}