

.right_calendar {
font-size:11px;
text-align:center;
border-left:solid 1px #c8d9dc;
border-bottom:solid 1px #c8d9dc;
}

.right_calendar tr {

}

.right_calendar_header {
border:none;
font-size:11px;
text-align:center;

}

.right_calendar_header tr th {
padding:8px 0;
font-weight:normal;
width:30px;
height:30px;
}

.right_calendar tr td {
margin:0;
width:30px;
height:30px;
font-size:11px;
vertical-align:middle;
border-top:solid 1px #c8d9dc;
border-right:solid 1px #c8d9dc;
background:url(../images/bg_calendar.gif) top right;
}
.right_calendar tr td.calendar_event {
background:url(../images/bg_calendar_event.gif) top right;
color:white;
font-weight:bold;

}

.right_calendar tr td.calendar_today {
font-weight:bold;
color:black;
}

.right_calendar tr td a {
text-decoration:none;
color:white;
}

.calendar_link {
display:block;
padding:10px 0;
text-align:right;
font-size:11px;
}
.calendar_link a {
}
