/*** Styles for calendar overlay (overridden from yui) ***/
.yui-calcontainer .calhead {
    padding: 2px;
    height: 23px;
}

.yui-calendar .calnavleft {
    background: transparent url(/termine/pics/buttons/next_prev_round.png);
    left: -3px;
    top: -5px;
    bottom: 0;
    cursor: pointer;
    height: 18px;
    margin-left: 0.4em;
    width: 20px;
    overflow:hidden;
    position:absolute;
    text-indent:-10000em;
    z-index:1;
}

.yui-calendar .calnavright {
    background: transparent url(/termine/pics/buttons/next_prev_round.png) no-repeat 0 -22px;
    right: -3px;
    top: -5px;
    bottom: 0;
    cursor: pointer;
    height: 18px;
    margin-right: 0.4em;
    width: 20px;
    overflow:hidden;
    position:absolute;
    text-indent:-10000em;
    z-index:1;
}

.yui-ac-bd ul {
    list-style-type: none;
}

.yui-ac-bd li {
    line-height: 150%;
}

.yui-ac-highlight {
    background: #666;
    color: #FFF;
}

#csOrtContainer,
#csOrtContainer2 {
    position: relative;
    background: #ECEBEB;
}
