/* default styles for extension "tx_veguestbook_pi1" */
  /* example styles */
    .tx-guestbook-list-header { background-color: #666666; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:100; height:20; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:150; height:20; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:250; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }
/* default styles for extension "tx-meavailability-pi1" */

.tx-meavailability-pi1 .theYears td {
	font-family: arial;
	font-size: 14pt;
	color: black;
}
.tx-meavailability-pi1 .theYears td.selected {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: blue;
}

.tx-meavailability-pi1 .listlegend td {
	font-family: arial;
	font-size: 14px;
	border: 2px solid #666666;
	width: 14px;
	text-align: center;
}
.tx-meavailability-pi1 .listlegend td.legend {
	 border: 0px;
	 width: 100px;
	 text-align: left;
}
.tx-meavailability-pi1 .listYear td.month {
	vertical-align: top;
}
.tx-meavailability-pi1 .listYear .calendar td {
	font-family: arial;
	font-size: 14px;
	border: 2px solid #666666;
	width: 14px;
	text-align: center;
}

.tx-meavailability-pi1 .listYear td.noDay {
	font-family: arial;
	font-size: 14px;
	border: 0px;
	width: 14px;
	text-align: center;

}
.tx-meavailability-pi1 td.bookedWeekend, .tx-meavailability-pi1 td.startWeekend {
	background-color: #66CCFF;
}
.tx-meavailability-pi1 td.vacantWeekend, .tx-meavailability-pi1 td.endWeekend {
	background-color: #99CC66;
}
.tx-meavailability-pi1 td.bookedDay {
	background-color: #FF0000;
}
.tx-meavailability-pi1 td.overBookedDay {
	background-color: #FFDF00;
}
.tx-meavailability-pi1 td.vacantDay {
	background-color: #00DF00;
}
.tx-meavailability-pi1 td.startDay {
	background: #FFDF00 url(/typo3conf/ext/me_availability/pi1/static/bookingstart.gif);
}
.tx-meavailability-pi1 td.endDay {
	background: #ffffff url(/typo3conf/ext/me_availability/pi1/static/bookingend.gif);
}



.tx-meavailability-pi1 .listYear td.legend {
	width: 120px;
	font-family: arial;
	font-size: 14px;
	border: 0px;
	text-align: left;
}
.tx-meavailability-pi1 .listYear .monthname {
	background-color: #e0e0e0;
	border: 0px;
}
