
.module_bri_agenda div.date_navigation, .module_bri_agenda .events_calendar caption {
    background-color: #E2ECEC;
    color: #000000;
    height: 25px;
    margin-bottom: 0;
    padding-top: 4px;
}

.date_navigation a , caption a{
    color: #000;
}

.module_bri_agenda div.date_navigation ul.months li a, .module_bri_agenda div.date_navigation ul.years li {
    margin: 0 8px;
}

.module_bri_agenda .events_calendar .day_of_week th {
    background-color: #FFF;
    color: #000000;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    width: 14%;
}

.module_bri_agenda .events_calendar td {
    background-color: #E2ECEC;
    border: 1px solid #333333;
    color: #000000;
    height: 70px;
    padding: 0 0.2em;
    text-align: left;
    width: 100px;
}

.module_bri_agenda .events_calendar tbody {
    border-bottom: 1px solid #333;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-top: 1px solid #333;
}

.module_bri_agenda .events_calendar td.has_event {
    background-color: #BBBBBB;
    font-weight: bold;
}

.module_bri_agenda .events_calendar td.current_day {
    background-color: #00661A;
    color: #FFF;
}

.module_bri_agenda .events_calendar td.has_event a {
    font-weight: normal;
}

.module_bri_agenda div.legenda {
    border-top: 5px solid #E2ECEC;
    float: left;
    padding: 1em 0 0;
    width: 100%;
}

.legenda ul li.today, .legenda ul li.scheduled_meetings {
    height: auto;
    padding: 2px 1%;
    width: 150px;
}

.module_bri_agenda div.legenda .today {
    background-color: #00661A;
    color: #FFF;
}

.module_bri_agenda div.legenda .scheduled_meetings {
    background-color: #BBB;
}

.module_bri_agenda div.legenda .abbriviation {
    background-color: #E2ECEC;
    display: inline-block;
    padding: 2px 1%;
    width: 20%;
}

.module_bri_agenda div.legenda .full_name {
    background-color: #EEEEEE;
    display: inline-block;
    padding: 2px;
	margin-left: 1%;
    /*width: 75%;*/
}

.module_bri_agenda .points {
    padding-left: 30px;
}

h3.point span.number {
    float: left;
    margin-left: -30px;
}

h3.point span.title {
    display: block;
}

.module_bri_agenda .abbreviation {
    width: 157px;
    display: inline-block;
    background-color: #EEEEEE;
    padding: 2px;
    margin-bottom: 2px;
}

.module_bri_agenda div.legenda .full_name {
    background-color: transparent;
}
