div#calendar_search {
    height: 95px;
    overflow: hidden;
}
div.myrelations-buttonbar {
    margin-bottom: 10px;
}


div.myrelations-buttonbar {
    position: absolute;
    right: 0px;
    top: 39px;
}

div.myrelations-buttonbar a
{
    background-image: url("/images/public/button-grijs-half-bg.png");
}

div.myrelations-buttonbar  span.value
{
/*
    background-image: url("/images/public/button-grijs-half-bg.png");
*/
    padding-bottom: 10px;
}


form#AgendaSearchForm input {
    width: 246px;
    height: 26px;
    font-weight: bold;
    padding: 0 0 0 4px;
    border: none;
    margin-right: 15px;
}
form#AgendaSearchForm .dropdownBox {
    border: none;
    height: 26px;
    color: #591362;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    padding: 0 0 0 4px;

}
form#AgendaSearchForm .dropdownBox .selectedOption {
    padding-left: 7px;
    color: #591362;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;

}

form#AgendaSearchForm .dropdownBox .dropDown {
    background: url("/images/public/dropdown-roze.png") no-repeat scroll left top transparent;
    height: 17px;
    width: 17px;

}
form#AgendaSearchForm dt, form#AgendaSearchForm dd {
    float:left;
}

div.event-teaser-body {
    display:none;
    width: 158px;
    height: 200px;
    position: relative;
    top: 8px;
    left: 8px;
    z-index: 99;
}

table.eventDetailSummary {
    width: 100%;
}

table.eventDetailSummary td {
    padding: 4px;
}

table.eventDetailSummary td.label {
    font-style: italic;
    font-weight: bold;
    color: #591362;
    width: 175px;
}


