

.juwidates ul.dates {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.juwidates ul.dates li.date {
    display: block;
    border-top: 1px solid #cccccc;
    padding: 20px 20px 20px 0;
    overflow: hidden;
    background: none;
}

.juwidates li.date .dateBadge {
    float: left;
    width: 45px;
    height: 45px;
    padding: 14px 0 0 14px;
    background: url(../pix/date_badge_gray_big_bg.png) no-repeat 0 0;
}

.juwidates li.date .dateBadge-active {
    background: url(../pix/date_badge_big_bg.png) no-repeat 0 0;
}

.juwidates .dateBadge .month,
.juwidates .dateBadge .day {
    font-size: 18px;
    font-weight: bold;
    line-height: 17px;
    color: white;
}

.juwidates li.date .item {
    float: right;
    width: 400px;
    margin-left: 19px;
}

.juwidates li.date .supline {
    margin-bottom: 0;
}

.juwidates li.date .supline li {
    display: inline-block;
    padding: 0 4px 0 0;
    background: none;
}

.juwidates li.date .item h3 {
    padding-top: 0;
    padding-bottom: 8px;
    border-top: none;
}

/* detail view */

.juwidates .detail .meta {
    border: 1px solid #cccccc;
    padding: 20px 0;
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
}

.juwidates .detail .dateBadge {
    float: left;
    width: 44px;
    height: 49px;
    padding: 12px 0 0 18px;
    margin-right: 20px;
    background: url(../pix/date_badge_big_bg.png) no-repeat 0 0;
}

.juwidates .detail .dateBadge span {
    line-height: 20px;
}

.juwidates .detail .meta dl {
    overflow: hidden;
}
.juwidates .detail .meta dt,
.juwidates .detail .meta dd {
    float: left;
    line-height: 16px;
}
.juwidates .detail .meta dt {
    clear: left;
    width: 100px;
}

.juwidates .detail .image {
    float: right;
    padding: 0 0 15px 15px;
}

.juwidates .detail .image IMG {
	border: none;
}

.juwidates .detail .image span {
    padding-top: 13px;
    display: block;
    font-size: 11px;
    color: #7b858a;
}

.juwidates .detail .text {
    margin-bottom: 15px;
}

.juwidates .detail .register {
    margin-bottom: 15px;
}

/* Accordeon */

.accordion_row .juwidates {
    margin-top: 10px;
    margin-bottom: 20px;

    min-height: 143px;
}

.accordion_row .juwidates .item {
    margin-bottom: 15px;
}

.accordion_row .juwidates P.meta {
	font-size: 11px;
}

.accordion_row .juwidates P.title A {
	color: #003F72;
	font-weight: bold;
}





/* register */

.juwidates .register h3 {
    padding-bottom: 15px;
}

/* Calendar */

.juwidates .calendar .monthSelector {
    border-top: 1px solid #cccccc;
    padding: 12px 0;    
}

.juwidates .calendar .monthSelector span {
    font-size: 16px;
    font-weight: bold;
}

.juwidates .calendar .monthSelector a {
    display: block;
    float: right;
    background: #e6e2df;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    text-indent: -9999px;
}

.juwidates .calendar .monthSelector .prev {
    margin-right: 4px;
    background-image: url(../../../../../../fileadmin/webfiles/pix/pagination_prev.png);
}
.juwidates .calendar .monthSelector .next {
    background-image: url(../../../../../../fileadmin/webfiles/pix/pagination_next.png);
}


.juwidates .calendar table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid #dee0e0;
    border-bottom: 1px solid #dee0e0;
}

.juwidates .calendar table th {
    color: #7b858a;
    font-weight: normal;
    line-height: 24px;
}

.juwidates .calendar table td {
    border-top: 1px solid #dee0e0;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
}

.juwidates .calendar table .week {
    text-align: left;
    width: 31px;
}

.juwidates .calendar table td span {
    display: block;
    line-height: 20px;
}

.juwidates .calendar table td.date span,
.juwidates .calendar table td.today span {
    font-weight: bold;
}

.juwidates .calendar table td.empty span {
    color: #d0d0d0;
}

.juwidates .calendar table td.date span {
    background-color: #e6e2df;
}

.juwidates .calendar table td.date span a {
    color: #003F72;
}

.juwidates .calendar table td.today span,
.juwidates .calendar table td.today span A {
    background: #003f72;
    color: white;
}

.juwidates .calendar table td.selected span {
    color: #003f72;
}
