#centerPane #centerBody #contentBody fieldset.jcalendar {
border:1px solid #A1A5A9;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#centerPane #centerBody #contentBody div.jcalendar-wrapper {
width:20em;
float: left;
}

#centerPane #centerBody #contentBody div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
}

#centerPane #centerBody #contentBody #selected-events {
padding:.6em .4em;
float: left;
}

#centerPane #centerBody #contentBody div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}

#centerPane #centerBody #contentBody div.jcalendar table {
background:#a1a5a9;
color:#000;
margin:.3em auto;
font-size: 12px;
font-weight: normal;
}

#centerPane #centerBody #contentBody div.jcalendar table th {
background:#eee;
}

#centerPane #centerBody #contentBody div.jcalendar table td {
background:#f9f9f9;
padding:0;
width:2.2em;
}

#centerPane #centerBody #contentBody div.jcalendar table th.weekend {
background:#ddd;
}

#centerPane #centerBody #contentBody div.jcalendar table td.weekend {
background:#e9e9e9;
}

#centerPane #centerBody #contentBody div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
}

#centerPane #centerBody #contentBody div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
text-align: center;
}

#centerPane #centerBody #contentBody div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#77b0d3;
color:#fff;
text-align: center;
}

#centerPane #centerBody #contentBody div.jcalendar table td a.selected {
background:#0072b9;
color:#fff;
text-align: center;
}

#centerPane #centerBody #contentBody div.jcalendar-links {
margin:.4em;
text-align:center;
}

#centerPane #centerBody #contentBody div.jcalendar-links a {
padding:.2em .4em;
}