/* Agenda 
-------------------------------------------------------------- */

#calendar {width: 460px;padding: 0;margin: 0;border-left: 1px solid #CCC;color: #6B7826;text-align: center;background-color: #fff;margin-bottom: 10px;}
#calendar select{font-size: 11px;}
#calendar .selected{background: #333;}

.nav, .nav a {color: #fff;	text-align: center;text-decoration: none;}
caption {margin: 0;padding: 5px;background: #333;color: #fff;text-align: center;border-bottom: 1px solid #000;}

th {color: #000;background: #EEF0E2;border-right: 1px solid #CCC;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;text-align: center;padding: 5px 0;}
.event{background: #C3CAA0;}
.today, td.today a, td.today a:link, td.today a:visited {color: #333;font-weight: bold;background: #FFFFCC;}
td {border-right: 1px solid #CCC;border-bottom: 1px solid #CCC;width: 20px;text-align: center;padding: 5px 0;}
td a {text-decoration: none;font-weight: bold;display: block;}
td a:link, td a:visited {color: #6B7826;}
td a:hover, td a:active {color: #6B7826;}