/*

    standaard opmaak voor de evenementen kalender,
    deze staat namelijk in een ul, en moet
    standaard naast elkaar weergegeven worden
*/

ul.itemlist,
u.itemlist_bullet {
	list-style-type: none;
	padding-left: 4px;
}


ul#evenementen_list li.item {
	margin-bottom: 10px;
}

ul#evenementen_list li.item span {
	font-size: 90%;
}

#evenementen_jaren, #evenementen_maanden , #evenementen_selectedmaand, #evenementen_selectedmaand_resterend {
    text-align: center;
}

#evenementen_selectedmaand_resterend {
    padding-top: 15px;
}

#evenementen_jaren ul, #evenementen_maanden ul {
    margin: 4px auto;
    list-style: none;
    white-space: nowrap;
}

#evenementen_jaren ul {
    margin-top: 15px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
}

#evenementen_maanden ul {
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#evenementen_selectedmaand,
#evenementen_selectedmaand_resterend {
    margin: 5px;
}

#evenementen_selectedmaand span,
#evenementen_selectedmaand_resterend span {
    font-weight: bold;
}

#evenementen_jaren ul li,
#evenementen_maanden ul li {
    display: inline;
    padding: 2px;
    margin: 0 5px;
}
#evenementen_jaren ul li.jaar_actief {
    font-weight: bold;
}
#evenementen_maanden ul li.maand_actief {
    font-weight: bold;
}

div#evenementenkalender table.smallcalendar {
    border: 0;
    margin-top: 12px;
    font-size: 80%;
    width: 195px;
    float:left;
}

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

.calendarCell{
    background-color: #f0f0f0;
    border: 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #000;
    height: 25px;
    width: 25px;
}

.calendarCell b, .calendarToday b{
    color: #000000;
    font-weight: normal;
    margin: 3px;
}

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


.archiefknop {
    float:left;
    clear:both;
    margin-top:1em;
}

div#smallcalendar {
    width: 39%;
}

table,
table td {
    background: none;
}
table.simsite_agenda_table {
	width: 100%;
}

table.calendar,
table.smallcalendar {
	width: 100%;
	margin: 0 0 1em 0;
}

table.legenda {
    width: 100%;
}

table.calendar caption,
table.smallcalendar caption {
    font-size: 125%;
    padding: 0 0 1em 0;
}

table.calendar caption div.caption,
table.smallcalendar caption div.caption {
    font-size: 0.8em;
}

table.calendar caption a.prevlink,
table.smallcalendar caption a.prevlink {
    padding: 0 1em 0 0;
    text-decoration: none;
}

table.calendar caption a.nextlink,
table.smallcalendar caption a.nextlink {
    padding: 0 0 0 1em;
    text-decoration: none;
}

table.calendar caption div#briagenda_jaarmaandnavigatie {
    font-size: 80%;
    width: 100%;
    text-align: left;
}

table.calendar caption div#briagenda_jaarmaandnavigatie span {
    float: left;
    width: 3em;
}

table.calendar caption ul#briagenda_jaren,
table.calendar caption ul#briagenda_maanden {
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
}

table.calendar caption ul#briagenda_jaren li,
table.calendar caption ul#briagenda_maanden li {
    padding: 0 8px 0 0;
    margin: 0;
}

table.calendar th,
table.smallcalendar th {
    text-align: center;
    font-size: 125%;
    line-height: 150%;
}

table.calendar th abbr,
table.smallcalendar th abbr {
    border: 0;
}

table.calendar td,
table.smallcalendar td {
    border-top: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
}

table.calendar td {
    vertical-align: top;
    padding: 0.25em;
    height: 5.5em;
}

table.smallcalendar td {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2.5em;
    font-size: 75%;
}

table.calendar td.calendarEmpty,
table.smallcalendar td.calendarEmpty {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

table.calendar td.calendarLink,
table.smallcalendar td.calendarLink,
table.legenda td.link {
    background: #AAAAAA;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

table.calendar td.calendarCell,
table.smallcalendar td.calendarCell {
    background: #F0F0F0;
}

table.calendar td.today,
table.smallcalendar td.today,
table.legenda td.today {
	background: #339900;
	color: #FFFFFF;
	border-top: 1px solid #84C166;
    border-left: 1px solid #84C166;
    border-right: 1px solid #1E5B00;
    border-bottom: 1px solid #1E5B00;

}

div#evenementen,
div#evenementen_maand_resterend {
    width: 56%;
}

.floatleft {
    float: left;
    clear: left;
    margin: 0 1em 0 0;
}

.floatright {
    float: right;
    clear: right;
}
.evenement_organisaties {
    padding-top:8px;
}
.evenement_locatie, .evenement_starttijd, .evenement_eindtijd {
    padding-top:8px;
}
div.evenement_lijst {
    margin-top:8px;
}
div.evenement_lijst p {
    font-weight:bold;
}

