table.calendar td {
    width: 100px;
}

table.calendar tr td.calendarHeader{
    background-color:#b18052;
    color:#fff;
    height:25px;
    width: 300px !important;
}

.calendarHeader a {
    display:inline;
    width:10px;
    color:#fff;
    text-decoration:none;
    margin:0 10px;
    border:0px solid white;
}

.calendarlijn {
    color:#fff;
    width:100%;
    height:5px;
    background-color:#b18052;
}

.calendartop{
    color:#000000;
    width:12%;
    font-weight:bold;
    padding:7px 0;
}

.calendarCell{
    color:#000000;
    background-color: #f0f0f0;
    border:0px;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    width:100px;
    height:70px;
}
.calendarCell b, .calendarToday b{
    color:#000000;
    font-weight:normal;
    margin:3px;
}

.calendarToday {
    background-color:#b4c1c3;
    border:0px;
    border-right:1px solid #555;
    border-bottom:1px solid #555;
}

table#legenda {
    border:0px solid #BE3934;
    color: #000000;
}
table#legenda .calendar {
    font-weight:normal;
    letter-spacing:0.2em;
}
table#legenda td.legenda {
    background-color:#CCC;
    color: #000000;
    border-top:0px solid #BE3934;
    padding:0 10px;
}
table#legenda td.calendarlijn {
    background-color:#EEE;
    color: #000000;
    border-top:0px solid #BE3934;
    padding:0 10px;
}

#geselecteerdemaandtekst {
    font-size: 90%;
    font-weight: normal;
    margin: 3px 0 3px 0;
}

#briagenda_jaarmaandnavigatie {
    margin: 5px 0 0 0;
    text-align: center;
    width: 100%;
}

ul#briagenda_jaren {
    list-style: none;
    margin: 0 0 8px 0;
    white-space: nowrap;
}

ul#briagenda_jaren li {
    display: inline;
    margin: 0 4px;
}

ul#briagenda_jaren li a {
    display: inline;
    font-weight: normal;
}

ul#briagenda_jaren li a.selected {
    font-weight: bold;
}

ul#briagenda_maanden {
    list-style: none;
    margin: 0 0 0 0;
    white-space: nowrap;
}

ul#briagenda_maanden li {
    display: inline;
    margin: 0 4px;
}

ul#briagenda_maanden li a {
    display: inline;
    font-weight: normal;
}

ul#briagenda_maanden li a.selected {
    font-weight: bold;
}

