#calen {
width: 220px;
border:1px solid #cccccc;
}
#table_calendar {
background-color:#eef4f2;
color:#2d3d63;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
margin:0;
padding:0;
text-align:center;
width: 100%;
}
#table_calendar td {
background-color: #dbe7e7;
border: 2px solid white; 
height:18px;
text-align:center;
margin: 3px;
padding: 2px;
}
#table_calendar td.noShow {
background-color:#eef4f2;
border: 0px; 
}
#table_calendar th {
height:20px;
text-align:center;
}
#table_calendar td.today, #table_calendar td.today a, #table_calendar td.today a:link, #table_calendar td.today a:visited {
background:#df9496 none repeat scroll 0 0;
color:#2d3d63;
font-weight:bold;
}
#table_calendar caption{
background: #cccccc url(../media/caption_bk.png/$file/caption_bk.png) repeat-x;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding:4px 10px;
}
#table_calendar caption #month{
width: 100%;
height: 20px;
}
#table_calendar caption #prevMonth{
width: 5%;
float: left;
padding-top: 5px;
}
#table_calendar caption #nextMonth{
width: 5%;
float: right;
padding-top: 5px;
}
#table_calendar caption #monthName{
width: 90%;
float: left;
}

