
/* blockierte S.Tage */
.cal-legend table.jCalendar td.blocked-day:hover,
table.jCalendar td.blocked-day {
	background-color: #EBEBEB;
	color: #FF0000;
}

table.jCalendar td.blocked-day:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}


/* belegte S.Tage */
.cal-legend table.jCalendar td.confirmed-reservated-day:hover, 
table.jCalendar td.confirmed-reservated-day {
color: #88BB00;
background-color: #EBEBEB;
}

/* ausgewaehlte S.Tage */
.cal-legend table.jCalendar td.selected:hover,
table.jCalendar td.selected {
border: 1px solid #FF0000;
background-color: #FFFFFF;
color: #5D5D5D;
}

/* auf Anfrage */
table.jCalendar td.not-confirmed-reservated-day,
table.jCalendar td.not-confirmed-reservated-day:hover {
border: 1px solid #88BB00;
color: #5D5D5D;
}

/* legende table */
.cal-legend table.jCalendar td:hover {
color: #5D5D5D;
background-color: #FFFFFF;
}

.calendar .cal-legend table td.legendDescr:hover {
background-color: white;
color: #5D5D5D;
}


/*########## calendar mit info ################*/

.calendar {
padding: 20px 0 10px 0px;
height: auto;
}

.calendar .info {
float: left;
width: 260px;
}

.calendar .info .infoblock {
margin-bottom: 30px;
line-height: 18px;
}


.calendar .chooser-wrapper {
float: right;
min-width: 204px;
min-height: 163px;
border: 1px solid #B2B2B2;
position: relative;
}

.calendar .chooser {
width: 202px;
height: 83px;
visibility: hidden;
position: relative;
}

.calendar .noshow-display {
width: 182px;
height: 100px;
position: relative;
text-align: center;
padding: 0 10px 0 10px;
}


.calendar .cal-legend {
height: auto;
border-top: 1px solid #B2B2B2;
width: 202px;
margin-top: 8px;
}


.calendar .cal-legend table {
margin: 6px 0px 8px 8px;
border: 0; 
}

.calendar .cal-legend table td.legendDescr {
border: 0;
text-align: left;
padding-left: 4px;
padding-right: 0;
}

.calendar .error-message {
    margin-top: 295px;
}
.tutorials-address-form .form {
clear: both;
}
