#calendarcontainer{ background:#ffffff; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align: center;}
#calendarcontainer #calendarnav a{ cursor:pointer; font-size:15px; font-weight:bold; color:#6e6b59}
#calendarcontainer div#left{ float:left; width:30px; height:25px; line-height:25px;}
#calendarcontainer div#center{ float:left; width:118px; height:25px; line-height:25px; font-size:15px; font-weight:bold; color:#6e6b59;}
#calendarcontainer div#right{ float:left; width:30px; height:25px; line-height:25px;}
#calendar {
clear:both;
width: 178px;
padding: 0;
margin:0 auto 1px auto;
color: #616B76;
}
#calendarcontainer .today, td.today a, td.today a:link, td.today a:visited {
color: #6E6B59;
font-weight: bold;
background: #F0ECD7;
}
#calendarcontainer th {
border: 1px dotted #b5b5b5;
width: 20px;
height: 20px;
text-align: center;
}
#calendarcontainer td {
border: 1px dotted #b5b5b5;
width: 20px;
height: 20px;
text-align: center;
}
#calendarcontainer td a {
text-decoration: none;
display: block; 
color:#4F4F4F;
}
#calendarcontainer td a:hover, #calendarcontainer td a.active {
color: #fff;
background: #6E6B59;
}
