#calendarMini {
 border-collapse: collapse;
 background-color: #ffffff;
 border: 1px solid #666666;
}
#calendarMini th, #calendarMini td{
font-weight: normal;
font-size: 11px;
}
.calendarBlank { 
 background-color: #ffffff;
}

.calendarHeader { 
 color: #fff; 
 text-align: center;
 background-color: #000;
 letter-spacing: 1px; 
 
}

.calendarHeader a{ 
 font-weight: bold; 
 color: #fff; 
 text-decoration: none;
}

.calendarMonthLinks {
 font-size:         11px;
 font-weight:		bold;
 text-decoration:   none;
 color:             #fff;
}

.calendarMonthLinks a, .calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #666666; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday, .calendarCell { 
 font-size:         12px;
 font-weight:		bold;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-image: url(/images/calendar/calToday.gif);
 background-repeat: no-repeat;
 width:25px;
 line-height: 25px;
}

.calendarCell {
 color:             #666;
 background-image: url(/images/calendar/calCell.gif);
}

.calendarCell a, .calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
}

.calendarCell a:hover {
 text-decoration:   none;
}

#miniCal{
    width: 182px;
    float: right;
    height: 300px;
    margin:10px;
}