.calendarBG {
 background-color: #9a887b; 
}

.calendarBlank { 
 background-color: #c0b6a6;
}

.calendarHeader { 
 font-weight: normal; 
 color: #ffffff; 
 text-align: center;
 background-color: #2e4e6e; 
font-family: times, arial;
font-size: 15px;
}

.calendarMonthLinks {
 font-family:       Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #ffffff; 
 text-decoration:   none;
 background-color:  transparent;

}
  
.calendarMonthLinks a:visited {
 color:             #ffffff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks  a:hover  {
 color:             #ffffff; 
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	12px;
 color: #584d44; 
 background-color: #C7DFE7; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Times, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:  #584d44;
 background-color: 	#C7DFE7;
height: 80px;
width: 91px;
}

.calendarCell {
 font-family:      Times,  Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
line-height: 13px;
 font-weight:		bold;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
height: 80px;
width: 91px;
}

.calendarCell a {
 color:  #2e4e6e; 
 text-decoration:   none;
 background-color:  transparent;
font-size: 12px;
}
  
.calendarCell  a:visited{
color:  #2e4e6e;
 text-decoration:   none;
 background-color:  transparent;
font-size: 12px;
}

.calendarCell a:hover {
 color:   #2e4e6e; 
 text-decoration:   underline;
 background-color:  transparent;
font-size: 12px;
}

.calendarToday a {
 color:  #2e4e6e; 
 text-decoration:   none;
 background-color:  transparent;
font-size: 12px;
}
  
.calendarToday a:visited {
color:  #2e4e6e;
 text-decoration:   none;
 background-color:  transparent;
font-size: 12px;
}

.calendarToday a:hover {
 color: #2e4e6e; 
 text-decoration:   underline;
 background-color:  transparent;
font-size: 12px;
}