/* CSS Document */


.miniCalendar{
width:100px;
float:left;
background:url(images/Upcalendar.gif) top center no-repeat;
height:60px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

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

.theDay{
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#ffffff;
font-size:24px;
}

.monthYear{
width:100px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:14px;
}