/* This file written by John Buisson for the Rose Buddies
   webpage */
/******************************************************
  Configuration functions!  This is all that should be 
  changed in this file for general configuration
*******************************************************/
// percentage of the screen the calendar section will use
var calendarWidth = "80%";

// color of upcomming events on the calendar
var upcommingColor = "#0000FF";

// color of past events on the claendar
var pastColor = "#0000FF";

// color of the current day in the calendar
var currentDayColor = "#0000FF";

// color of the Days of the week in the calendar
var daysColor = "#0000FF";

// Event Day Colors
var eventDayColor = "#8000FF";