The code below shows how to apply a style on the Calendar Skin:
<CODE>
CalendarComponent calendarComponent = new CalendarComponent();
calendarComponent.getCalendarSkin().applyCalendarSkinStyle(new CalendarSkinStyleAqua());
</CODE>
