
/* COLORS*/
div.module_evenementen.list_months,
div.module_evenementen.selected_month,
div.module_evenementen.item_list {
    border-color: #D5D5D5;
}

div.module_evenementen.list_months,
div.module_evenementen .list_months,
div.module_evenementen .others thead,
div.module_evenementen .agenda thead {
    background-color: #EEE;
}

div.module_evenementen.list_months ul li a.active {
    background-color: #333;
    color: #fff;
}

div#events_calendar_module .legenda ul li.scheduled_meetings,
div.module_evenementen.list_months ul li a:hover {
    background-color: #999;
    color: #fff;
}

#module_content div.module_evenementen.list_months ul li a:hover {
    color: #fff;
}

#events_list {
    width: 63%;
}

/* THE REST */
caption,
.no_events {
    font-weight: bold;
}

div.module_evenementen.list_years,
div.module_evenementen.list_months,
div.module_evenementen.selected_month {
    margin: 0;
}

div.module_evenementen.module_evenementen.item_list ul li {
    margin-bottom: 0.5em;
}

div.module_evenementen.list_years {
    overflow: hidden;
    padding-right: 1px;
}

div.module_evenementen.list_years ul {
    float: right;
}

div.module_evenementen.list_years li a {
    display: block;
    height: 10px;
    padding: 0.5em 0.5em;
    float: left;
}

div.module_evenementen.list_months {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0;
}

div.module_evenementen.list_months ul li span,
div.module_evenementen.list_months ul li a {
    display: block;
    padding: 0.4em 0;
    width: 8.32%;
    float: left;
}

div.module_evenementen.list_months ul li span.first {
    width: 0.08%;
}

div.module_evenementen.selected_month {
    height: 10px;
    padding: 0.8em 1em;
    display: block;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    font-style: italic;
}

div.module_evenementen.item_list {
	border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div.module_evenementen.item_list ul {
    padding: 1.3em 0;
    margin-left: 0.9em;
}

div.module_evenementen.item_list ul.bullets {
    margin-left: 2em;
}

div.module_evenementen.item_list h2,
div.module_evenementen.item_list h2 a {
    font-weight: normal;
    display: inline;
}

div.module_evenementen .evenement_startijd,
div.module_evenementen .evenement_locatie {
	margin-bottom: 1em;
}

div.module_evenementen .evenement_locatie {
	font-weight: bold;
}

div#events_calendar_module .title {
	font-weight: bold;
}

div#events_calendar_module #events_period_module li {
	margin-bottom: 1em;
}

div.module_evenementen.item_list ul li .image{
	overflow: hidden;
}

div.module_evenementen .list_months {
    text-align: left;
    padding: 0.25em;
}

.selected_month span {
    font-style: normal;
}

div.module_evenementen .list_months span {
    margin-right: 0.6em;
    margin-left: 0.4em;
}

div.module_evenementen .others,
div.module_evenementen .agenda {
    border-collapse: collapse;
}

div.module_evenementen .others caption,
div.module_evenementen .agenda caption {
    text-align: left;
    margin-left: 0.6em;
    margin-bottom: 1em;
    font-weight: bold;
}

div.module_evenementen .others thead,
div.module_evenementen .agenda thead {
	padding: 0.25em 0;
}

div.module_evenementen .others thead th,
div.module_evenementen .agenda thead th {
    font-weight: normal;
    padding-left: 0.6em;
}

div.module_evenementen .others tbody tr,
div.module_evenementen .agenda tbody tr {
    height: 2.5em;
}

div.module_evenementen .others tbody tr td,
div.module_evenementen .agenda tbody tr td {
    padding-left: 0.6em;
}

div.module_evenementen .no_events_found {
	padding-left: 0.6em;
}

div.module_evenementen.list_years li a.active {
    text-decoration: underline;
}

.module_evenementen .more_info {
    margin-left: 0.5em;
    text-decoration: underline;
}


