//User defined Variables *** The values may be changed on the variable below var PREV_COLOR = "#000000"; //Color - color the previous arrow var NEXT_COLOR = "#000000"; //Color - color for the next arrow var MONTH_BGCOLOR = "#CCCCCC"; //Background Color - color for the Month heading var WEEK_BGCOLOR = "#CCCCCC"; //Background Color - color for the Weekday headings var DAY_BGCOLOR = "#E2E2E2"; //Background Color - color for the Days var CUR_DAY_BGCOLOR = "#AE9291"; //Background Color - color for the Current Day var PNI_MOCOLOR = "#E2E2E2"; //Background Rollover Color - color to change the previous/next button background var DAY_MOCOLOR = "#CCCCCC"; //Background Rollover Color - color to change the Days background var HDR_FNT_COLOR = "#000000"; //Font Color - color for the Month and Weekday headings font var DAY_FNT_COLOR = "#000000"; //Font Color - color for the Days font var CAL_BOR_COLOR = "#000000"; //Border Color - color for the border around the calendar var WEEK_BOR_COLOR = "#C0C0C0"; //Border Color - color for the border around the Weekday headings var DAY_BOR_COLOR = "#CCCCCC"; //Border Color - color for the border around the Days