/* CSS Document */

.miniCalendar {
 position: absolute;
 top: 5px;
 left: 0px;
 width: 29px;
 height: 32px;
 background: url(images/Upcalendar.gif) top center no-repeat;
 z-index: 20;
 }
.paper {
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 29px;
 height: 18px;
 background: url(images/Dwcalendar.gif) bottom no-repeat;
 }
.theDay {
 padding-top: 1px; 
 width: 29px;
 color: #666;
 font-size: 13px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif; 
 text-transform: uppercase;
 letter-spacing: 0px;
 }
.monthYear {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 29px;
 height: 12px; 
 color: #FFF; 
 font-size: 7px; 
 font-weight: bold; 
 font-family: Arial, Helvetica, sans-serif; 
 text-align: center;
 letter-spacing: 0px;
 text-transform: uppercase;
 }