Bookings Display Classes

available Defines the display parameters of the "available" days on the booking calendar. If the STYLESHEET Web option is defined, this class will be inserted as the class for the text of the "available" days on the bookings calendar.

If the STYLESHEET Web option is not defined but the BOOK_CAL_AVAIL Web option is defined, this stylesheet class uses the value of the BOOK_CAL_AVAIL Web option as the value of the color property.

If neither the STYLESHEET nor the BOOK_CAL_AVAIL Web options are defined, this stylesheet class will be added to the <style> declaration in the bookings display with this default value:

.available { font-weight: bold; color: green; }

bookingsConfirmMsg Defines the display parameters of the bookings confirmation message.
bookingsItemEntry Defines the display parameters of item entries on the self-booking display.
bookingsItemHeader Defines the display parameters of item header on the self-booking display.
bookingsLegend Defines the display parameters of the legend text for both the monthly and daily views of the calendar.
bookingsLocation Defines the display parameters of the drop-down list of locations on the bookings display.
bookingsSelect Defines the display parameters of the calendar segment of the bookings display.
bookingsSelectCal Defines the display parameters of the month/day selection segment of the bookings display.

If the STYLESHEET Web option is not defined but the BOOK_CAL_BKGRD Web option is defined, this stylesheet class uses the value of the BOOK_CAL_BKGRD Web option as the value of the background color property.

If neither the STYLESHEET nor the BOOK_CAL_BKGRD Web option are defined, this stylesheet class will be added to the <style> declaration in the bookings display with this default value:

.bookingsSelectCal { background-color: white; }

bookingsSelectTime Defines the display parameters of the hour selection (start/end time) segment of the calendar on the Bookings display.
closed Defines the display parameters of the "closed" days on the booking calendar. If the STYLESHEET Web option is defined, this class will be inserted as the class for the text of the "closed" days on the bookings calendar.

If the STYLESHEET Web option is not defined but the BOOK_CAL_BKGRD Web option is defined, this stylesheet class uses the value of the BOOK_CAL_BKGRD Web option as the value of the color property.

If neither the STYLESHEET nor the BOOK_CAL_BKGRD Web option are defined, this stylesheet class will be added to the <style> declaration in the bookings display with this default value:

.closed { font-weight: bold; color: red; }

main Defines the display parameters of all elements of the bookings patron verification form controlled by the <!--{patform}--> token.
unavailable Defines the display parameters of the "unavailable" days on the booking calendar. If the STYLESHEET Web option is defined, this class will be inserted as the class for the text of the "unavailable" days on the bookings calendar.

If the STYLESHEET Web option is not defined but the BOOK_CAL_BKGRD Web option is defined, this stylesheet class uses the value of the BOOK_CAL_BKGRD Web option as the value of the color property.

If neither the STYLESHEET nor the BOOK_CAL_BKGRD Web option are defined, this stylesheet class will be added to the <style> declaration in the bookings display with this default value:

.unavailable { font-weight: bold; color: black; }